##// END OF EJS Templates
Container configuration cleanup, RC2
Container configuration cleanup, RC2

File last commit:

r267:6b3e5c48131b v3
r279:8714471e8d78 v3
Show More
Implab.Playground.csproj
25 lines | 788 B | text/plain | TextLexer
cin
Working on Unity xml configuration
r267 <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition="'$(OSTYPE)'=='linux'">
<TargetFramework>netcoreapp2.0</TargetFramework>
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup Condition="'$(OSTYPE)'=='windows'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Implab/Implab.csproj" />
<ProjectReference Include="..\Implab.ServiceHost\Implab.ServiceHost.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Unity" Version="5.8.5" />
</ItemGroup>
</Project>