annotate Implab.Playground/Implab.Playground.csproj @ 261:05a87f575512 v3

Добавлена метка v3.0.6 для набора изменений 547a2fc0d93e
author cin
date Fri, 13 Apr 2018 19:15:11 +0300
parents 547a2fc0d93e
children 6b3e5c48131b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
260
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
1 <Project Sdk="Microsoft.NET.Sdk">
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
2 <PropertyGroup Condition="'$(OSTYPE)'=='linux'">
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
3 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
4 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
5 </PropertyGroup>
260
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
6
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
7 <PropertyGroup Condition="'$(OSTYPE)'=='windows'">
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
8 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
9 </PropertyGroup>
260
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
10
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
11 <PropertyGroup>
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
12 <OutputType>Exe</OutputType>
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
13 <IsPackable>false</IsPackable>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
14 </PropertyGroup>
260
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
15
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
16 <ItemGroup>
260
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
17 <ProjectReference Include="../Implab/Implab.csproj"/>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
18 </ItemGroup>
260
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
19
547a2fc0d93e minor fixes
cin
parents: 255
diff changeset
20 </Project>