69 lines
2.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{29777CE7-2989-46BE-A073-E099DBB11D55}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>DocStat.Tests</RootNamespace>
<AssemblyName>DocStat.Tests</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</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="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="EcmaXmlHelperTests.cs" />
<Compile Include="CommandUtilsTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="TestData\currentxml\t1.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="TestData\oldxml\t1.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="TestData\currentxml\newType.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="TestData\currentxml\AVAssetImageGeneratorCompletionHandler.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="TestData\oldxml\AVAssetImageGeneratorCompletionHandler.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="TestData\" />
<Folder Include="TestData\oldxml\" />
<Folder Include="TestData\currentxml\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DocStat\DocStat.csproj">
<Project>{EF899D5E-28F7-4CEE-A47A-80C4B4995B81}</Project>
<Name>DocStat</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>