FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Bing.NetCore/common.props at master · bing-framework/Bing.NetCore · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bing-framework
/
Bing.NetCore
Public
Notifications
You must be signed in to change notification settings
Fork
218
Star
940
Code
Issues
2
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Bing.NetCore
/
common.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (31 loc) · 1.4 KB
Breadcrumbs
Bing.NetCore
/
common.props
Copy path
File metadata and controls
42 lines (31 loc) · 1.4 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
<
Project
>
<
PropertyGroup
>
<
RootNamespace
/>
<
LangVersion
>latest</
LangVersion
>
<
NoWarn
Condition
=
"
'$(Configuration)' == 'Debug'
"
>$(NoWarn);CS1591;NETSDK1138</
NoWarn
>
<
NoWarn
Condition
=
"
'$(Configuration)' == 'Release'
"
>$(NoWarn);CS1591;NETSDK1138</
NoWarn
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'
"
>
<
OutputPath
>$(MSBuildThisFileDirectory)/output/debug/</
OutputPath
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"
>
<
OutputPath
>$(MSBuildThisFileDirectory)/output/release/</
OutputPath
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'
"
>
<
DocumentationFile
>$(AssemblyName).xml</
DocumentationFile
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"
>
<
DocumentationFile
>$(AssemblyName).xml</
DocumentationFile
>
</
PropertyGroup
>
<
ItemGroup
>
<!--
移除Xml、DotSettings
-->
<
None
Remove
=
"
$(AssemblyName).xml
"
/>
<
None
Remove
=
"
$(AssemblyName).csproj.DotSettings
"
/>
</
ItemGroup
>
<
Import
Project
=
"
asset/props/target.feature.props
"
/>
<
Import
Project
=
"
asset/props/sourcelink.env.props
"
/>
<
Import
Project
=
"
asset/props/package.props
"
/>
<
Import
Project
=
"
asset/props/misc.props
"
/>
<
Import
Project
=
"
./version.props
"
/>
<
Import
Project
=
"
./version.dev.props
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL