##// END OF EJS Templates
missing file
missing file

File last commit:

r256:c52691faaf21 v3
r258:d0876436d95d v3
Show More
Implab.Test.csproj
17 lines | 686 B | text/plain | TextLexer
cin
Implab.Test moved to xunit...
r249 <Project Sdk="Microsoft.NET.Sdk">
user@factory.site.local
initial commit...
r0 <PropertyGroup>
cin
Adde workaround to the behaviour of the logical operations stack in conjuction...
r255 <TargetFramework>net46</TargetFramework>
cin
Removed obsolete App, ComponentContainer...
r256 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
cin
Implab.Test moved to xunit...
r249
<IsPackable>false</IsPackable>
cin
major refactoring, added tasks support
r75 </PropertyGroup>
user@factory.site.local
initial commit...
r0 <ItemGroup>
cin
Adde workaround to the behaviour of the logical operations stack in conjuction...
r255 <ProjectReference Include="../Implab/Implab.csproj" />
cin
Implab.Test moved to xunit...
r249 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
user@factory.site.local
initial commit...
r0 </ItemGroup>
cin
Implab.Test moved to xunit...
r249
</Project>