WhiteTests.csproj 7.6 KB

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