MarkdownRenderer.Test.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{B34D9896-FF87-43EC-AB54-A04AD5E93DDE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MarkdownRenderer.Test</RootNamespace>
  10. <AssemblyName>MarkdownRenderer.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. <Prefer32Bit>true</Prefer32Bit>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  26. <OutputPath>..\WholeBin\Rel64\</OutputPath>
  27. <DefineConstants>
  28. </DefineConstants>
  29. <Optimize>true</Optimize>
  30. <DebugType>none</DebugType>
  31. <PlatformTarget>x64</PlatformTarget>
  32. <ErrorReport>prompt</ErrorReport>
  33. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  34. <Prefer32Bit>true</Prefer32Bit>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x64'">
  37. <OutputPath>..\WholeBin\Pre64\</OutputPath>
  38. <DefineConstants>TRACE;PreRelease</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. <DebugSymbols>true</DebugSymbols>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>..\WholeBin\Dbg86\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  57. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  58. <DefineConstants>
  59. </DefineConstants>
  60. <Optimize>true</Optimize>
  61. <DebugType>none</DebugType>
  62. <PlatformTarget>x86</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. <Prefer32Bit>true</Prefer32Bit>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  68. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  69. <DefineConstants>TRACE;PreRelease</DefineConstants>
  70. <DebugType>full</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <Prefer32Bit>true</Prefer32Bit>
  75. <DebugSymbols>true</DebugSymbols>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Deployment" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Net.Http" />
  88. <Reference Include="System.Windows.Forms" />
  89. <Reference Include="System.Xml" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Program.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="RendererTestForm.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="RendererTestForm.Designer.cs">
  98. <DependentUpon>RendererTestForm.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="ScrollTextBox.cs">
  101. <SubType>Component</SubType>
  102. </Compile>
  103. <Compile Include="VirtualFileDataObject.cs" />
  104. <EmbeddedResource Include="Properties\Resources.resx">
  105. <Generator>ResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  107. <SubType>Designer</SubType>
  108. </EmbeddedResource>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Resources.resx</DependentUpon>
  112. <DesignTime>True</DesignTime>
  113. </Compile>
  114. <EmbeddedResource Include="RendererTestForm.resx">
  115. <DependentUpon>RendererTestForm.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <None Include="app.config" />
  118. <None Include="Sample.md" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\CefSharpWrap.AceEditorWrap\CefSharpWrap.AceEditorWrap.csproj">
  122. <Project>{18db508d-202f-401c-82d0-e322418a6276}</Project>
  123. <Name>CefSharpWrap.AceEditorWrap</Name>
  124. <Private>False</Private>
  125. </ProjectReference>
  126. <ProjectReference Include="..\CefSharpWrap\CefSharpWrap.csproj">
  127. <Project>{b1c071be-21e2-45ef-b2c7-e7f662895c04}</Project>
  128. <Name>CefSharpWrap</Name>
  129. <Private>False</Private>
  130. </ProjectReference>
  131. <ProjectReference Include="..\MarkdownRenderer\MarkdownRenderer.csproj">
  132. <Project>{e15cd9dc-66a9-44b2-bdd8-c84384be0cac}</Project>
  133. <Name>MarkdownRenderer</Name>
  134. <Private>True</Private>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <Import Project="..\SharedUtility\SharedUtility.projitems" Label="Shared" />
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. </Project>