FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CefSharp/CefSharp.Example/CefSharp.Example.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.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
87 lines (87 loc) · 4.05 KB
Breadcrumbs
CefSharp
/
CefSharp.Example
/
CefSharp.Example.csproj
Copy path
File metadata and controls
87 lines (87 loc) · 4.05 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
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
PropertyGroup
>
<
TargetFrameworks
>net472</
TargetFrameworks
>
<
OutputType
>Library</
OutputType
>
<
GenerateAssemblyInfo
>false</
GenerateAssemblyInfo
>
<
CodeAnalysisRuleSet
>AllRules.ruleset</
CodeAnalysisRuleSet
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
</
PropertyGroup
>
<
ItemGroup
>
<
Compile
Update
=
"
Properties\Resources.Designer.cs
"
>
<
AutoGen
>True</
AutoGen
>
<
DesignTime
>True</
DesignTime
>
<
DependentUpon
>Resources.resx</
DependentUpon
>
</
Compile
>
</
ItemGroup
>
<
ItemGroup
>
<
EmbeddedResource
Update
=
"
Properties\Resources.resx
"
>
<
Generator
>PublicResXFileCodeGenerator</
Generator
>
<
LastGenOutput
>Resources.Designer.cs</
LastGenOutput
>
<
SubType
>Designer</
SubType
>
</
EmbeddedResource
>
</
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\BindingTestNetCore.html
"
/>
<
Content
Include
=
"
Resources\BindingTestAsync.js
"
/>
<
Content
Include
=
"
Resources\BindingTestSync.js
"
/>
<
Content
Include
=
"
Resources\BindingTestsAsyncTask.html
"
/>
<
Content
Include
=
"
Resources\BindingApiCustomObjectNameTest.html
"
/>
<
Content
Include
=
"
Resources\BindingTestSingle.html
"
/>
<
Content
Include
=
"
Resources\DragDropCursorsTest.html
"
/>
<
Content
Include
=
"
Resources\ImageTest.html
"
/>
<
Content
Include
=
"
Resources\HelloWorld.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\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
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
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\**
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.CodeAnalysis.NetAnalyzers
"
Version
=
"
8.0.0
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL