CefSharpWrap.Test.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{CE7E2673-EBC6-4585-803C-857B14E14468}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CefSharpWrap.Test</RootNamespace>
  10. <AssemblyName>CefSharpWrap.Test</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  16. <DebugSymbols>true</DebugSymbols>
  17. <OutputPath>..\WholeBin\Dbg64\</OutputPath>
  18. <DefineConstants>DEBUG;TRACE</DefineConstants>
  19. <DebugType>full</DebugType>
  20. <PlatformTarget>x64</PlatformTarget>
  21. <ErrorReport>prompt</ErrorReport>
  22. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  25. <OutputPath>..\WholeBin\Rel64\</OutputPath>
  26. <DefineConstants>
  27. </DefineConstants>
  28. <Optimize>true</Optimize>
  29. <DebugType>none</DebugType>
  30. <PlatformTarget>x64</PlatformTarget>
  31. <ErrorReport>prompt</ErrorReport>
  32. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  33. <Prefer32Bit>true</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x64'">
  36. <OutputPath>..\WholeBin\Pre64\</OutputPath>
  37. <DefineConstants>TRACE;PreRelease</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x64</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <DebugSymbols>true</DebugSymbols>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>..\WholeBin\Dbg86\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  56. <DefineConstants>
  57. </DefineConstants>
  58. <Optimize>true</Optimize>
  59. <DebugType>none</DebugType>
  60. <PlatformTarget>x86</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  66. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  67. <DefineConstants>TRACE;PreRelease</DefineConstants>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. <Prefer32Bit>true</Prefer32Bit>
  73. <DebugSymbols>true</DebugSymbols>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="System" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Deployment" />
  83. <Reference Include="System.Drawing" />
  84. <Reference Include="System.Net.Http" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="CefTestForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="CefTestForm.Designer.cs">
  93. <DependentUpon>CefTestForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Program.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <EmbeddedResource Include="CefTestForm.resx">
  98. <DependentUpon>CefTestForm.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="Properties\Resources.resx">
  101. <Generator>ResXFileCodeGenerator</Generator>
  102. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  103. <SubType>Designer</SubType>
  104. </EmbeddedResource>
  105. <Compile Include="Properties\Resources.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DependentUpon>Resources.resx</DependentUpon>
  108. <DesignTime>True</DesignTime>
  109. </Compile>
  110. <None Include="..\MarkdownRenderer.Test\Sample.md">
  111. <Link>Sample.md</Link>
  112. </None>
  113. <None Include="app.config" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\CefSharpWrap.AceEditorWrap\CefSharpWrap.AceEditorWrap.csproj">
  117. <Project>{18db508d-202f-401c-82d0-e322418a6276}</Project>
  118. <Name>CefSharpWrap.AceEditorWrap</Name>
  119. <Private>False</Private>
  120. </ProjectReference>
  121. <ProjectReference Include="..\CefSharpWrap\CefSharpWrap.csproj">
  122. <Project>{b1c071be-21e2-45ef-b2c7-e7f662895c04}</Project>
  123. <Name>CefSharpWrap</Name>
  124. <Private>False</Private>
  125. </ProjectReference>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>