CefGlue.WPF.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{447C6790-E36E-4A54-BFAC-06C92FFF4AA3}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Xilium.CefGlue.WPF</RootNamespace>
  11. <AssemblyName>Xilium.CefGlue.WPF</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <DocumentationFile>bin\Release\Xilium.CefGlue.WPF.xml</DocumentationFile>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\x86\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <SignAssembly>true</SignAssembly>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <AssemblyOriginatorKeyFile>Xilium.CefGlue.snk</AssemblyOriginatorKeyFile>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. <Reference Include="System.Xaml" Condition="$(TargetFrameworkVersion)!='v3.5'" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Helpers\Log\EmptyLogger.cs" />
  75. <Compile Include="Helpers\Log\ILogger.cs" />
  76. <Compile Include="Helpers\Log\NLogLogger.cs" />
  77. <Compile Include="IUiHelper.cs" />
  78. <Compile Include="LoadEndEventArgs.cs" />
  79. <Compile Include="LoadEndEventHandler.cs" />
  80. <Compile Include="LoadErrorEventArgs.cs" />
  81. <Compile Include="LoadErrorEventHandler.cs" />
  82. <Compile Include="LoadingStateChangeEventArgs.cs" />
  83. <Compile Include="LoadingStateChangeEventHandler.cs" />
  84. <Compile Include="LoadStartEventArgs.cs" />
  85. <Compile Include="LoadStartEventHandler.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs">
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="Properties\Resources.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>Resources.resx</DependentUpon>
  93. </Compile>
  94. <Compile Include="Properties\Settings.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Settings.settings</DependentUpon>
  97. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  98. </Compile>
  99. <Compile Include="UiHelper.cs" />
  100. <Compile Include="WpfCefBrowser.cs" />
  101. <Compile Include="WpfCefClient.cs" />
  102. <Compile Include="WpfCefDisplayHandler.cs" />
  103. <Compile Include="WpfCefJSAlert.xaml.cs">
  104. <DependentUpon>WpfCefJSAlert.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="WpfCefJSConfirm.xaml.cs">
  107. <DependentUpon>WpfCefJSConfirm.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="WpfCefJSDialogHandler.cs" />
  110. <Compile Include="WpfCefJSPrompt.xaml.cs">
  111. <DependentUpon>WpfCefJSPrompt.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="WpfCefLifeSpanHandler.cs" />
  114. <Compile Include="WpfCefLoadHandler.cs" />
  115. <Compile Include="WpfCefRenderHandler.cs" />
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. <None Include="packages.config" />
  121. <None Include="Properties\Settings.settings">
  122. <Generator>SettingsSingleFileGenerator</Generator>
  123. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  124. </None>
  125. <AppDesigner Include="Properties\" />
  126. <None Include="Xilium.CefGlue.snk" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Folder Include="Themes\" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Page Include="WpfCefJSAlert.xaml">
  133. <SubType>Designer</SubType>
  134. <Generator>MSBuild:Compile</Generator>
  135. </Page>
  136. <Page Include="WpfCefJSConfirm.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. <Page Include="WpfCefJSPrompt.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="..\CefGlue\CefGlue.csproj">
  147. <Project>{703ff300-34b9-48d4-a5d6-e741f48d5f95}</Project>
  148. <Name>CefGlue</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>