CefGlue.Demo.WPF.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{8E758128-CA79-4533-963E-91A1BF0558FB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Xilium.CefGlue.Demo.WPF</RootNamespace>
  11. <AssemblyName>Xilium.CefGlue.Demo.WPF</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile>
  17. </TargetFrameworkProfile>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <RuntimeIdentifier>win</RuntimeIdentifier>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' or '$(Configuration)|$(Platform)' == 'Debug_WindowlessRender|AnyCPU'">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <UseVSHostingProcess>false</UseVSHostingProcess>
  32. <Prefer32Bit>false</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <UseVSHostingProcess>false</UseVSHostingProcess>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x86\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. <UseVSHostingProcess>false</UseVSHostingProcess>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  57. <OutputPath>bin\x86\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <UseVSHostingProcess>false</UseVSHostingProcess>
  65. <Prefer32Bit>false</Prefer32Bit>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <StartupObject>Xilium.CefGlue.Demo.WPF.Program</StartupObject>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <ApplicationManifest>app.manifest</ApplicationManifest>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_WindowlessRender|AnyCPU'">
  74. <DefineConstants>TRACE;DEBUG;WINDOWLESS</DefineConstants>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_WindowlessRender|x86'">
  77. <DefineConstants>DEBUG;TRACE</DefineConstants>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="System" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="WindowsBase" />
  87. <Reference Include="PresentationCore" />
  88. <Reference Include="PresentationFramework" />
  89. <Reference Include="System.Xaml" Condition="$(TargetFrameworkVersion)!='v3.5'" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ApplicationDefinition Include="App.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </ApplicationDefinition>
  96. <Page Include="BrowserView.xaml">
  97. <Generator>MSBuild:Compile</Generator>
  98. <SubType>Designer</SubType>
  99. </Page>
  100. <Page Include="MainWindow.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </Page>
  104. <Compile Include="App.xaml.cs">
  105. <DependentUpon>App.xaml</DependentUpon>
  106. <SubType>Code</SubType>
  107. </Compile>
  108. <Compile Include="BrowserView.xaml.cs">
  109. <DependentUpon>BrowserView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="MainWindow.xaml.cs">
  112. <DependentUpon>MainWindow.xaml</DependentUpon>
  113. <SubType>Code</SubType>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Program.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs">
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. </Compile>
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Settings.settings</DependentUpon>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. </Compile>
  131. <EmbeddedResource Include="Properties\Resources.resx">
  132. <Generator>ResXFileCodeGenerator</Generator>
  133. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  134. </EmbeddedResource>
  135. <None Include="app.config" />
  136. <None Include="app.manifest" />
  137. <None Include="Properties\Settings.settings">
  138. <Generator>SettingsSingleFileGenerator</Generator>
  139. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  140. </None>
  141. <AppDesigner Include="Properties\" />
  142. <None Include="NLog.config">
  143. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  144. </None>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ProjectReference Include="..\CefGlue.BrowserProcess\CefGlue.BrowserProcess.csproj">
  148. <Project>{1e60fb67-049e-4877-92a9-d5480f81a324}</Project>
  149. <Name>CefGlue.BrowserProcess</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\CefGlue.Common.Shared\CefGlue.Common.Shared.csproj">
  152. <Project>{BA0F8218-A7D3-4C90-AA4D-F914A3C974E9}</Project>
  153. <Name>CefGlue.Common.Shared</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\CefGlue.Common\CefGlue.Common.csproj">
  156. <Project>{F8F4D0B8-5777-41A1-AB3C-0E324E61FAF9}</Project>
  157. <Name>CefGlue.Common</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\CefGlue\CefGlue.csproj">
  160. <Project>{703FF300-34B9-48D4-A5D6-E741F48D5F95}</Project>
  161. <Name>CefGlue</Name>
  162. </ProjectReference>
  163. </ItemGroup>
  164. <ItemGroup />
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. <Import Project="$(SolutionDir)\CefGlue.CopyLocal.props" />
  167. <Import Project="$(SolutionDir)\CefGlue.Common\build\CefGlue.Common.targets" />
  168. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169. Other similar extension points exist, see Microsoft.Common.targets.
  170. <Target Name="BeforeBuild">
  171. </Target>
  172. <Target Name="AfterBuild">
  173. </Target>
  174. -->
  175. </Project>