##// END OF EJS Templates
minor fixes
minor fixes

File last commit:

r260:547a2fc0d93e v3.0.6 v3
r260:547a2fc0d93e v3.0.6 v3
Show More
Implab.Playground.csproj
20 lines | 646 B | text/plain | TextLexer
cin
minor fixes
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
JsonXmlReader performance tuning...
r229 </PropertyGroup>
cin
minor fixes
r260
<PropertyGroup Condition="'$(OSTYPE)'=='windows'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
cin
JsonXmlReader performance tuning...
r229 </PropertyGroup>
cin
minor fixes
r260
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
cin
JsonXmlReader performance tuning...
r229 </PropertyGroup>
cin
minor fixes
r260
cin
JsonXmlReader performance tuning...
r229 <ItemGroup>
cin
minor fixes
r260 <ProjectReference Include="../Implab/Implab.csproj"/>
cin
JsonXmlReader performance tuning...
r229 </ItemGroup>
cin
minor fixes
r260
</Project>