2022-04-26 12:15:23 +10:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2013-05-17 21:23:34 +03:00
|
|
|
<PropertyGroup>
|
2021-10-10 15:44:47 +10:00
|
|
|
<TargetFrameworks>net472</TargetFrameworks>
|
2013-05-17 21:23:34 +03:00
|
|
|
<OutputType>Library</OutputType>
|
2021-10-10 15:44:47 +10:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2013-10-23 22:38:03 +03:00
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2021-07-30 23:30:59 +03:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2013-10-23 22:38:03 +03:00
|
|
|
</PropertyGroup>
|
2013-05-17 21:23:34 +03:00
|
|
|
<ItemGroup>
|
2021-10-10 15:44:47 +10:00
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
2013-05-17 21:23:34 +03:00
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-10-10 15:44:47 +10:00
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
2017-03-02 09:55:34 +10:00
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
2013-05-17 21:23:34 +03:00
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
2013-09-18 22:46:27 +03:00
|
|
|
<SubType>Designer</SubType>
|
2013-05-17 21:23:34 +03:00
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-12-31 13:12:10 +10:00
|
|
|
<Content Include="Extensions\set_page_color\icon.png" />
|
|
|
|
|
<Content Include="Extensions\set_page_color\popup.html" />
|
|
|
|
|
<Content Include="Extensions\set_page_color\popup.js" />
|
2013-10-27 10:53:17 +02:00
|
|
|
<Content Include="Resources\assets\css\docs.css" />
|
|
|
|
|
<Content Include="Resources\assets\css\shCore.css" />
|
|
|
|
|
<Content Include="Resources\assets\css\shCoreDefault.css" />
|
|
|
|
|
<Content Include="Resources\assets\js\application.js" />
|
|
|
|
|
<Content Include="Resources\assets\js\jquery.js" />
|
|
|
|
|
<Content Include="Resources\assets\js\shBrushCSharp.js" />
|
|
|
|
|
<Content Include="Resources\assets\js\shCore.js" />
|
2020-07-24 20:42:14 +10:00
|
|
|
<Content Include="Resources\BindingTestNetCore.html" />
|
|
|
|
|
<Content Include="Resources\BindingTestAsync.js" />
|
|
|
|
|
<Content Include="Resources\BindingTestSync.js" />
|
2019-06-08 17:21:49 +10:00
|
|
|
<Content Include="Resources\BindingTestsAsyncTask.html" />
|
2020-05-19 21:55:16 +10:00
|
|
|
<Content Include="Resources\BindingApiCustomObjectNameTest.html" />
|
2018-03-05 12:18:44 +10:00
|
|
|
<Content Include="Resources\BindingTestSingle.html" />
|
2019-04-05 02:58:27 +01:00
|
|
|
<Content Include="Resources\DragDropCursorsTest.html" />
|
2022-10-25 11:17:56 +10:00
|
|
|
<Content Include="Resources\ImageTest.html" />
|
2021-04-06 13:12:44 +10:00
|
|
|
<Content Include="Resources\HelloWorld.html" />
|
2019-04-26 14:16:42 +10:00
|
|
|
<Content Include="Resources\JavascriptCallbackTest.html" />
|
2018-01-22 10:24:25 +10:00
|
|
|
<Content Include="Resources\LegacyBindingTest.html" />
|
2017-02-13 16:37:55 +11:00
|
|
|
<Content Include="Resources\CdmSupportTest.html" />
|
2017-02-01 09:33:27 +10:00
|
|
|
<Content Include="Resources\CssAnimation.html" />
|
2015-09-08 11:20:31 +09:00
|
|
|
<Content Include="Resources\ExceptionTest.html" />
|
2013-05-17 21:23:34 +03:00
|
|
|
<Content Include="Resources\BindingTest.html" />
|
2013-09-18 22:46:27 +03:00
|
|
|
<Content Include="Resources\bootstrap\bootstrap-theme.min.css" />
|
|
|
|
|
<Content Include="Resources\bootstrap\bootstrap.min.css" />
|
|
|
|
|
<Content Include="Resources\bootstrap\bootstrap.min.js" />
|
2015-10-09 15:23:50 +09:00
|
|
|
<Content Include="Resources\MultiBindingTest.html" />
|
2013-10-27 10:53:17 +02:00
|
|
|
<Content Include="Resources\home.html" />
|
2015-09-16 17:59:20 +09:00
|
|
|
<Content Include="Resources\FramedWebGLTest.html" />
|
2013-05-17 21:23:34 +03:00
|
|
|
<Content Include="Resources\PopupTest.html" />
|
2016-04-12 15:25:53 +10:00
|
|
|
<Content Include="Resources\DraggableRegionTest.html" />
|
2019-06-03 21:08:03 +10:00
|
|
|
<Content Include="Resources\PostMessageTest.html" />
|
2017-03-30 07:55:47 +10:00
|
|
|
<Content Include="Resources\Recaptcha.html" />
|
2016-02-11 10:47:15 +10:00
|
|
|
<Content Include="Resources\ResponseFilterTest.html" />
|
2013-05-17 21:23:34 +03:00
|
|
|
<Content Include="Resources\SchemeTest.html" />
|
2015-12-28 14:28:15 -05:00
|
|
|
<Content Include="Resources\ScriptedMethodsTest.html" />
|
2017-05-05 12:52:59 +10:00
|
|
|
<Content Include="Resources\UnicodeExampleGreaterThan32kb.html" />
|
|
|
|
|
<Content Include="Resources\UnocodeExampleEqualTo32kb.html" />
|
2013-05-17 21:23:34 +03:00
|
|
|
<Content Include="Resources\TooltipTest.html" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-10-10 15:44:47 +10:00
|
|
|
<ProjectReference Include="..\CefSharp.Core.Runtime\CefSharp.Core.Runtime.vcxproj" />
|
|
|
|
|
<ProjectReference Include="..\CefSharp.Core\CefSharp.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\CefSharp\CefSharp.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="bin.netcore\**" />
|
|
|
|
|
<Compile Remove="obj.netcore\**" />
|
|
|
|
|
<EmbeddedResource Remove="bin.netcore\**" />
|
|
|
|
|
<EmbeddedResource Remove="obj.netcore\**" />
|
|
|
|
|
<None Remove="bin.netcore\**" />
|
|
|
|
|
<None Remove="obj.netcore\**" />
|
|
|
|
|
<Page Remove="bin.netcore\**" />
|
|
|
|
|
<Page Remove="obj.netcore\**" />
|
2013-05-17 21:23:34 +03:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|