FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BuildBot/src/Directory.Build.props at main · funfair-tech/BuildBot · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
funfair-tech
/
BuildBot
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BuildBot
/
src
/
Directory.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 459 Bytes
Breadcrumbs
BuildBot
/
src
/
Directory.Build.props
Copy path
File metadata and controls
9 lines (8 loc) · 459 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
<
Project
>
<!--
Ensure that SolutionDir is defined, as some build environments (e.g. dotnet watch) do not set it by default
-->
<
PropertyGroup
>
<!--
Acts as a fallback or primary source for SolutionDir
-->
<
SolutionDir
Condition
=
"
'$(SolutionDir)' == ''
"
>$(MSBuildThisFileDirectory)</
SolutionDir
>
</
PropertyGroup
>
<
Import
Project
=
"
$(SolutionDir)Packaging.props
"
Condition
=
"
Exists('$(SolutionDir)Packaging.props')
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL