79 строки
3.2 KiB
XML
79 строки
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\packages\NUnit.3.11.0\build\NUnit.props" Condition="Exists('..\..\packages\NUnit.3.11.0\build\NUnit.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7340A1C6-61A5-42D2-9DBC-6688D2E70F62}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>sampletester</RootNamespace>
|
|
<AssemblyName>sampletester</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Xml" />
|
|
<PackageReference Include="NUnit" Version="3.12.0" />
|
|
<PackageReference Include="NUnit.ConsoleRunner" Version="3.11.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="SampleTester.cs" />
|
|
<Compile Include="GitHub.cs" />
|
|
<Compile Include="Configuration.cs" />
|
|
<Compile Include="ProcessHelper.cs" />
|
|
<Compile Include="BaseTester.cs" />
|
|
<Compile Include="TestPlatform.cs" />
|
|
<Compile Include="..\mtouch\Cache.cs">
|
|
<Link>external\Cache.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\tools\common\StringUtils.cs">
|
|
<Link>external\StringUtils.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\common\Configuration.cs">
|
|
<Link>external\Configuration.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\common\Profile.cs">
|
|
<Link>external\Profile.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\common\ExecutionHelper.cs">
|
|
<Link>external\ExecutionHelper.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Samples.cs" />
|
|
<Compile Include="..\..\tools\common\Execution.cs">
|
|
<Link>external\Execution.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\tools\common\ApplePlatform.cs">
|
|
<Link>external\ApplePlatform.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\tools\common\SdkVersions.cs">
|
|
<Link>external\SdkVersions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\tools\common\TargetFramework.cs">
|
|
<Link>external\TargetFramework.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="external\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |