MarkdownRenderer.Test.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  15. <DebugSymbols>true</DebugSymbols>
  16. <OutputPath>..\WholeBin\Dbg64\</OutputPath>
  17. <DefineConstants>DEBUG;TRACE</DefineConstants>
  18. <DebugType>full</DebugType>
  19. <PlatformTarget>x64</PlatformTarget>
  20. <ErrorReport>prompt</ErrorReport>
  21. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  22. <Prefer32Bit>true</Prefer32Bit>
  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. <Prefer32Bit>true</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  56. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  57. <DefineConstants>
  58. </DefineConstants>
  59. <Optimize>true</Optimize>
  60. <DebugType>none</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  67. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  68. <DefineConstants>TRACE;PreRelease</DefineConstants>
  69. <DebugType>full</DebugType>
  70. <PlatformTarget>x86</PlatformTarget>
  71. <ErrorReport>prompt</ErrorReport>
  72. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  73. <Prefer32Bit>true</Prefer32Bit>
  74. <DebugSymbols>true</DebugSymbols>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="System" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Program.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="RendererTestForm.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="RendererTestForm.Designer.cs">
  97. <DependentUpon>RendererTestForm.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="ScrollTextBox.cs">
  100. <SubType>Component</SubType>
  101. </Compile>
  102. <Compile Include="VirtualFileDataObject.cs" />
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. <Compile Include="Properties\Resources.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. <DesignTime>True</DesignTime>
  112. </Compile>
  113. <EmbeddedResource Include="RendererTestForm.resx">
  114. <DependentUpon>RendererTestForm.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <None Include="Sample.md" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\CefSharpWrap.AceEditorWrap\CefSharpWrap.AceEditorWrap.csproj">
  120. <Project>{18db508d-202f-401c-82d0-e322418a6276}</Project>
  121. <Name>CefSharpWrap.AceEditorWrap</Name>
  122. <Private>False</Private>
  123. </ProjectReference>
  124. <ProjectReference Include="..\CefSharpWrap\CefSharpWrap.csproj">
  125. <Project>{b1c071be-21e2-45ef-b2c7-e7f662895c04}</Project>
  126. <Name>CefSharpWrap</Name>
  127. <Private>False</Private>
  128. </ProjectReference>
  129. <ProjectReference Include="..\MarkdownRenderer\MarkdownRenderer.csproj">
  130. <Project>{e15cd9dc-66a9-44b2-bdd8-c84384be0cac}</Project>
  131. <Name>MarkdownRenderer</Name>
  132. <Private>True</Private>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <Import Project="..\SharedUtility\SharedUtility.projitems" Label="Shared" />
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. </Project>