annotate Implab.Test/Implab.Test.csproj @ 257:440801d88019 v3

working on runnable components
author cin
date Fri, 13 Apr 2018 00:43:10 +0300
parents c52691faaf21
children 7d52dc684bbd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
1 <Project Sdk="Microsoft.NET.Sdk">
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
2
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3 <PropertyGroup>
255
b00441e04738 Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents: 249
diff changeset
4 <TargetFramework>net46</TargetFramework>
256
c52691faaf21 Removed obsolete App, ComponentContainer
cin
parents: 255
diff changeset
5 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
6
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
7 <IsPackable>false</IsPackable>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
8 </PropertyGroup>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
9 <ItemGroup>
255
b00441e04738 Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents: 249
diff changeset
10 <ProjectReference Include="../Implab/Implab.csproj" />
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
11 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
12 <PackageReference Include="xunit" Version="2.3.1" />
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
13 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
14 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
15 </ItemGroup>
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
16
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
17 </Project>