Yet another deployment fix.
This commit is contained in:
Родитель
00f0f34102
Коммит
edea290b3e
|
@ -20,6 +20,23 @@
|
|||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.DotNet.Xdt.Tools" Version="1.2.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\#external\ILSpy\cecil\Mono.Cecil.csproj">
|
||||
<SetConfiguration>Configuration=net_4_5_$(Configuration)</SetConfiguration>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\#external\ILSpy\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj">
|
||||
<SetConfiguration>Configuration=net_4_5_$(Configuration)</SetConfiguration>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\#external\ILSpy\ILSpy.VB\ILSpy.VB.csproj">
|
||||
<SetConfiguration>Configuration=net_4_5_$(Configuration)</SetConfiguration>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\#external\ILSpy\NRefactory.VB\ICSharpCode.NRefactory.VB\ICSharpCode.NRefactory.VB.csproj">
|
||||
<SetConfiguration>Configuration=net_4_5_$(Configuration)</SetConfiguration>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\#external\ILSpy\NRefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
|
||||
<SetConfiguration>Configuration=net_4_5_$(Configuration)</SetConfiguration>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Server\Server.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче