2017-02-17 21:20:24 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-08-15 18:06:18 +01:00
<Import Project= "..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition= "Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" />
2017-02-17 21:20:24 +00:00
<Import Project= "..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition= "Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
2020-08-15 18:06:18 +01:00
<!-- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> -->
2017-02-17 21:20:24 +00:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {C66092B0-5C1E-44E9-B524-E0E8E1425379}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > IPA.Tests</RootNamespace>
<AssemblyName > IPA.Tests</AssemblyName>
2020-08-15 18:06:18 +01:00
<TargetFramework > net472</TargetFramework>
2017-02-17 21:20:24 +00:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
2020-08-15 18:06:18 +01:00
<EnableDefaultCompileItems > false</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems > false</EnableDefaultEmbeddedResourceItems>
2017-02-17 21:20:24 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</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>
</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>
</PropertyGroup>
<ItemGroup >
<Compile Include= "ProgramTest.cs" />
<Compile Include= "ShortcutTest.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\IPA\IPA.csproj" >
<Project > {14092533-98bb-40a4-9afc-27bb75672a70}</Project>
<Name > IPA</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<Service Include= "{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
2020-08-15 18:06:18 +01:00
<ItemGroup >
<Folder Include= "Properties" />
</ItemGroup>
<!-- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -->
2017-02-17 21:20:24 +00: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>
<Error Condition= "!Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
2020-08-15 18:06:18 +01:00
<Error Condition= "!Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.props'))" />
<Error Condition= "!Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.targets'))" />
2017-02-17 21:20:24 +00:00
</Target>
2020-08-15 18:06:18 +01:00
<Import Project= "..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition= "Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
2017-02-17 21:20:24 +00: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>