WhiteTests.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{EB09C624-91F2-465F-825B-559BF7A7D5CB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>WhiteTests</RootNamespace>
  12. <AssemblyName>WhiteTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
  17. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  18. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  19. <IsCodedUITest>False</IsCodedUITest>
  20. <TestProjectType>UnitTest</TestProjectType>
  21. <NuGetPackageImportStamp>
  22. </NuGetPackageImportStamp>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <StartupObject />
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  49. <HintPath>..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  52. <HintPath>..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="TestStack.White, Version=0.13.0.0, Culture=neutral, PublicKeyToken=2672efbf3e161801, processorArchitecture=MSIL">
  58. <HintPath>..\packages\TestStack.White.0.13.3\lib\net40\TestStack.White.dll</HintPath>
  59. </Reference>
  60. <Reference Include="WindowsBase" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="UITest.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <None Include="app.config" />
  68. <None Include="packages.config" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\SketchAssistantWPF\SketchAssistantWPF.csproj">
  72. <Project>{ee53ae79-2aa0-4f43-9638-1789b189d5c3}</Project>
  73. <Name>SketchAssistantWPF</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <ItemGroup />
  77. <ItemGroup>
  78. <Content Include="test_input_files\blacklisted\all_no_size_def_in_header.svg">
  79. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  80. </Content>
  81. <Content Include="test_input_files\blacklisted\all_unclosed.svg">
  82. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  83. </Content>
  84. <Content Include="test_input_files\whitelisted\all.svg">
  85. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  86. </Content>
  87. <Content Include="test_input_files\whitelisted\circle_ellipse.svg">
  88. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  89. </Content>
  90. <Content Include="test_input_files\whitelisted\line.svg">
  91. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="test_input_files\whitelisted\path.svg">
  94. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  95. </Content>
  96. <Content Include="test_input_files\whitelisted\polygon.svg">
  97. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="test_input_files\whitelisted\polyline.svg">
  100. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  101. </Content>
  102. <Content Include="test_input_files\whitelisted\rect.svg">
  103. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  104. </Content>
  105. <None Include="test.runsettings" />
  106. </ItemGroup>
  107. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  108. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  109. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  110. <PropertyGroup>
  111. <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>
  112. </PropertyGroup>
  113. <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props'))" />
  114. <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets'))" />
  115. </Target>
  116. <Import Project="..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" />
  117. <PropertyGroup>
  118. <PostBuildEvent>
  119. </PostBuildEvent>
  120. </PropertyGroup>
  121. </Project>