Implab.Playground.csproj
20 lines
| 646 B
| text/plain
|
TextLexer
/ Implab.Playground / Implab.Playground.csproj
cin
|
r260 | <Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Condition="'$(OSTYPE)'=='linux'"> | ||||
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | ||||
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride> | ||||
cin
|
r229 | </PropertyGroup> | ||
cin
|
r260 | |||
<PropertyGroup Condition="'$(OSTYPE)'=='windows'"> | ||||
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | ||||
cin
|
r229 | </PropertyGroup> | ||
cin
|
r260 | |||
<PropertyGroup> | ||||
<OutputType>Exe</OutputType> | ||||
<IsPackable>false</IsPackable> | ||||
cin
|
r229 | </PropertyGroup> | ||
cin
|
r260 | |||
cin
|
r229 | <ItemGroup> | ||
cin
|
r260 | <ProjectReference Include="../Implab/Implab.csproj"/> | ||
cin
|
r229 | </ItemGroup> | ||
cin
|
r260 | |||
</Project> | ||||