##// END OF EJS Templates
sync
sync

File last commit:

r288:90cef6117ced v3
r291:450a55e0c222 v3
Show More
Implab.Test.csproj
24 lines | 976 B | text/plain | TextLexer
cin
Implab.Test moved to xunit...
r249 <Project Sdk="Microsoft.NET.Sdk">
cin
minor fixes
r260 <PropertyGroup Condition="'$(OSTYPE)'=='linux'">
cin
Working on Unity xml configuration
r267 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
cin
minor fixes
r260 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.5/</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup Condition="'$(OSTYPE)'=='windows'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
</PropertyGroup>
cin
Implab.Test moved to xunit...
r249
user@factory.site.local
initial commit...
r0 <PropertyGroup>
cin
Implab.Test moved to xunit...
r249 <IsPackable>false</IsPackable>
cin
major refactoring, added tasks support
r75 </PropertyGroup>
cin
PollingComponent: implemented correct stopping
r259
user@factory.site.local
initial commit...
r0 <ItemGroup>
cin
PollingComponent: implemented correct stopping
r259 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" />
cin
Added IObservable to TraceRegistry
r288 <PackageReference Include="System.Reactive" Version="4.0.0" />
cin
Implab.Test moved to xunit...
r249 <PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
cin
PollingComponent: implemented correct stopping
r259 <ProjectReference Include="../Implab/Implab.csproj"/>
cin
Implab.Test moved to xunit...
r249 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
user@factory.site.local
initial commit...
r0 </ItemGroup>
cin
minor fixes
r260
cin
Implab.Test moved to xunit...
r249 </Project>