This commit is contained in:
Andrey Shchekin 2017-06-25 22:59:56 +12:00
Родитель 00f0f34102
Коммит edea290b3e
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -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>