FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CefSharp/CefSharp.Example/CefSharp.Example.netcore.csproj at master · cefsharp/CefSharp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cefsharp
/
CefSharp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
10.2k
Code
Issues
61
Pull requests
13
Discussions
Actions
Wiki
Security and quality
9
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
CefSharp
/
CefSharp.Example
/
CefSharp.Example.netcore.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
99 lines (91 loc) · 4.44 KB
Breadcrumbs
CefSharp
/
CefSharp.Example
/
CefSharp.Example.netcore.csproj
Copy path
File metadata and controls
99 lines (91 loc) · 4.44 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
Project
>
<!--
Note: We cannot use the recommended style of specifying <Project Sdk=...> because we need
to set BaseIntermediateOutputPath and BaseOutputPath before the SDK props are imported.
-->
<
PropertyGroup
>
<
BaseIntermediateOutputPath
>obj.netcore\</
BaseIntermediateOutputPath
>
<
BaseOutputPath
>bin.netcore\</
BaseOutputPath
>
</
PropertyGroup
>
<
Import
Project
=
"
Sdk.props
"
Sdk
=
"
Microsoft.NET.Sdk
"
/>
<
PropertyGroup
>
<
TargetFramework
>net6.0-windows</
TargetFramework
>
<
RootNamespace
>CefSharp.Example</
RootNamespace
>
<
AssemblyName
>CefSharp.Example</
AssemblyName
>
<
UseWindowsForms
>true</
UseWindowsForms
>
<
GenerateAssemblyInfo
>false</
GenerateAssemblyInfo
>
<
CodeAnalysisRuleSet
>AllRules.ruleset</
CodeAnalysisRuleSet
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\CefSharp.Core\CefSharp.Core.netcore.csproj
"
/>
<
ProjectReference
Include
=
"
..\CefSharp\CefSharp.netcore.csproj
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Content
Include
=
"
Extensions\set_page_color\icon.png
"
/>
<
Content
Include
=
"
Extensions\set_page_color\popup.html
"
/>
<
Content
Include
=
"
Extensions\set_page_color\popup.js
"
/>
<
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
"
/>
<
Content
Include
=
"
Resources\BindingTestAsync.js
"
/>
<
Content
Include
=
"
Resources\BindingTestNetCore.html
"
/>
<
Content
Include
=
"
Resources\BindingTestsAsyncTask.html
"
/>
<
Content
Include
=
"
Resources\BindingApiCustomObjectNameTest.html
"
/>
<
Content
Include
=
"
Resources\BindingTestSingle.html
"
/>
<
Content
Include
=
"
Resources\BindingTestSync.js
"
/>
<
Content
Include
=
"
Resources\DragDropCursorsTest.html
"
/>
<
Content
Include
=
"
Resources\JavascriptCallbackTest.html
"
/>
<
Content
Include
=
"
Resources\LegacyBindingTest.html
"
/>
<
Content
Include
=
"
Resources\CdmSupportTest.html
"
/>
<
Content
Include
=
"
Resources\CssAnimation.html
"
/>
<
Content
Include
=
"
Resources\ExceptionTest.html
"
/>
<
Content
Include
=
"
Resources\BindingTest.html
"
/>
<
Content
Include
=
"
Resources\bootstrap\bootstrap-theme.min.css
"
/>
<
Content
Include
=
"
Resources\bootstrap\bootstrap.min.css
"
/>
<
Content
Include
=
"
Resources\bootstrap\bootstrap.min.js
"
/>
<
Content
Include
=
"
Resources\extension.js
"
/>
<
Content
Include
=
"
Resources\MultiBindingTest.html
"
/>
<
Content
Include
=
"
Resources\home.html
"
/>
<
Content
Include
=
"
Resources\FramedWebGLTest.html
"
/>
<
Content
Include
=
"
Resources\PopupTest.html
"
/>
<
Content
Include
=
"
Resources\DraggableRegionTest.html
"
/>
<
Content
Include
=
"
Resources\PostMessageTest.html
"
/>
<
Content
Include
=
"
Resources\Recaptcha.html
"
/>
<
Content
Include
=
"
Resources\ResponseFilterTest.html
"
/>
<
Content
Include
=
"
Resources\SchemeTest.html
"
/>
<
Content
Include
=
"
Resources\ScriptedMethodsTest.html
"
/>
<
Content
Include
=
"
Resources\UnicodeExampleGreaterThan32kb.html
"
/>
<
Content
Include
=
"
Resources\UnocodeExampleEqualTo32kb.html
"
/>
<
Content
Include
=
"
Resources\TooltipTest.html
"
/>
<
EmbeddedResource
Update
=
"
Properties\Resources.resx
"
>
<
Generator
>PublicResXFileCodeGenerator</
Generator
>
<
LastGenOutput
>Resources.Designer.cs</
LastGenOutput
>
<
SubType
>Designer</
SubType
>
</
EmbeddedResource
>
<
Compile
Update
=
"
Properties\Resources.Designer.cs
"
>
<
AutoGen
>True</
AutoGen
>
<
DesignTime
>True</
DesignTime
>
<
DependentUpon
>Resources.resx</
DependentUpon
>
</
Compile
>
</
ItemGroup
>
<
ItemGroup
>
<!--
Don't include items from the "bin" and "obj" folders used by the .NET Framework projects.
-->
<
None
Remove
=
"
bin/**/*.*
"
/>
<
None
Remove
=
"
obj/**/*.*
"
/>
<
Compile
Remove
=
"
obj/**/*.*
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Compile
Remove
=
"
ModelBinding\PropertyInterceptorLogger.cs
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.CodeAnalysis.NetAnalyzers
"
Version
=
"
8.0.0
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
<
Import
Project
=
"
Sdk.targets
"
Sdk
=
"
Microsoft.NET.Sdk
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL