2013-03-31 14:09:38 +02:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-05 20:03:47 +01:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-07-12 14:36:18 +02:00
<Import Project= "..\packages\NUnit.3.13.2\build\NUnit.props" Condition= "Exists('..\packages\NUnit.3.13.2\build\NUnit.props')" />
2013-03-31 14:09:38 +02:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion >
</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
2013-05-05 22:40:57 +02:00
<ProjectGuid > {F943DBFE-D3C3-4885-A38B-375148012FEC}</ProjectGuid>
2013-03-31 14:09:38 +02:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2013-05-05 22:40:57 +02:00
<RootNamespace > Test.Loader.LG</RootNamespace>
<AssemblyName > Test.Loader.LG</AssemblyName>
2020-05-02 19:04:43 +02:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
2013-03-31 14:09:38 +02:00
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile />
2021-01-23 14:22:18 +01:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2013-03-31 14:09:38 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2019-02-05 20:03:47 +01:00
<Prefer32Bit > false</Prefer32Bit>
2013-03-31 14:09:38 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2019-02-05 20:03:47 +01:00
<Prefer32Bit > false</Prefer32Bit>
2013-03-31 14:09:38 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x86'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > ..\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
2019-02-05 20:03:47 +01:00
<Prefer32Bit > false</Prefer32Bit>
2013-03-31 14:09:38 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x86'" >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
2019-02-05 20:03:47 +01:00
<Prefer32Bit > false</Prefer32Bit>
2013-03-31 14:09:38 +02:00
</PropertyGroup>
<ItemGroup >
2013-07-19 17:27:02 +02:00
<Reference Include= "Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
2021-07-12 14:36:18 +02:00
<Reference Include= "nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\packages\NUnit.3.13.2\lib\net45\nunit.framework.dll</HintPath>
2013-05-05 22:40:57 +02:00
</Reference>
2013-03-31 14:09:38 +02:00
<Reference Include= "System" />
<Reference Include= "System.Core" >
<RequiredTargetFramework > 3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup >
<CodeAnalysisDependentAssemblyPaths Condition= " '$(VS100COMNTOOLS)' != '' " Include= "$(VS100COMNTOOLS)..\IDE\PrivateAssemblies" >
<Visible > False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup >
2021-01-23 14:22:18 +01:00
<Compile Include= "Binary\CS\TestCS.cs" />
<Compile Include= "Binary\DM\TestDM.cs" />
<Compile Include= "Binary\LA\TestLA.cs" />
<Compile Include= "Binary\LD\TestLD.cs" />
<Compile Include= "Binary\LE\TestLE.cs" />
<Compile Include= "Binary\LK\TestLK.cs" />
<Compile Include= "Binary\LM\TestLM.cs" />
<Compile Include= "Binary\LN\TestLN.cs" />
<Compile Include= "Binary\LP\TestLP.cs" />
<Compile Include= "Binary\LS\TestLS.cs" />
<Compile Include= "Binary\LT\TestLT.cs" />
<Compile Include= "Binary\LV\TestLV.cs" />
<Compile Include= "Binary\LW\TestLW.cs" />
<Compile Include= "Binary\LX\TestLX.cs" />
<Compile Include= "Binary\PM\TestPM.cs" />
<Compile Include= "Binary\PN\TestPN.cs" />
<Compile Include= "Binary\PT\TestPT.cs" />
<Compile Include= "GlobalClone\LgGlobalCloneTest.cs" />
<Compile Include= "Binary\TestBase.cs" />
<Compile Include= "Binary\LH\TestLH.cs" />
2013-03-31 14:09:38 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2021-01-23 14:22:18 +01:00
<Compile Include= "Binary\DvbsCleanup\TestDvbsCleanup.cs" />
2013-05-05 22:40:57 +02:00
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
2021-01-23 14:22:18 +01:00
<None Include= "Binary\LH\xxLH3000-ZA00002.TLL.in" >
2013-05-05 22:40:57 +02:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
2021-01-23 14:22:18 +01:00
<None Include= "GlobalClone\GlobalClone00001.TLL" />
<None Include= "GlobalClone\GlobalClone00002.TLL" />
<None Include= "GlobalClone\GlobalClone00003.TLL" />
<None Include= "GlobalClone\GlobalClone00201.TLL" />
<None Include= "GlobalClone\GlobalClone200-inner.json" />
<None Include= "packages.config" />
2013-03-31 14:09:38 +02:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\ChanSort.Api\ChanSort.Api.csproj" >
<Project > {DCCFFA08-472B-4D17-BB90-8F513FC01392}</Project>
<Name > ChanSort.Api</Name>
2013-04-21 22:04:06 +02:00
</ProjectReference>
2013-05-05 22:40:57 +02:00
<ProjectReference Include= "..\ChanSort.Loader.LG\ChanSort.Loader.LG.csproj" >
2013-03-31 14:09:38 +02:00
<Project > {E972D8A1-2F5F-421C-AC91-CFF45E5191BE}</Project>
2013-04-21 22:04:06 +02:00
<Name > ChanSort.Loader.LG</Name>
2013-03-31 14:09:38 +02:00
</ProjectReference>
2019-11-08 02:31:44 +01:00
<ProjectReference Include= "..\Test.Loader\Test.Loader.csproj" >
<Project > {68cfcb2f-b52a-43a1-aa5c-5d64a1d655d2}</Project>
<Name > Test.Loader</Name>
</ProjectReference>
2013-03-31 14:09:38 +02:00
</ItemGroup>
2014-05-25 16:13:15 +02:00
<ItemGroup >
<Content Include= "GlobalClone.xml" />
</ItemGroup>
2021-01-23 14:22:18 +01:00
<ItemGroup />
2013-03-31 14:09:38 +02:00
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2021-01-23 14:22:18 +01:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2021-07-12 14:36:18 +02:00
<Error Condition= "!Exists('..\packages\NUnit.3.13.2\build\NUnit.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.13.2\build\NUnit.props'))" />
2021-01-23 14:22:18 +01:00
</Target>
2013-03-31 14:09:38 +02:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>