Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 360d518

Browse files
committed
Move common props to solution root.
1 parent f453ac5 commit 360d518

File tree

4 files changed

+2
-50
lines changed

4 files changed

+2
-50
lines changed

src/Directory.Build.props renamed to Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<LangVersion>latest</LangVersion>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<NeutralLanguage>en-US</NeutralLanguage>
8-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
98
<NoWarn>$(NoWarn);1591</NoWarn>
109
<DebugType>portable</DebugType>
1110
<DebugSymbols>True</DebugSymbols>
@@ -20,7 +19,7 @@
2019
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2120
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2221
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
23-
<IsPackable>true</IsPackable>
22+
<IsPackable>false</IsPackable>
2423
<IsTestProject>false</IsTestProject>
2524
</PropertyGroup>
2625

RepoName.sln

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
build.cmd = build.cmd
1313
build.sh = build.sh
1414
CONTRIBUTING.md = CONTRIBUTING.md
15+
Directory.Build.props = Directory.Build.props
1516
LICENSE = LICENSE
1617
nuget.config = nuget.config
1718
README.md = README.md
@@ -20,21 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2021
EndProject
2122
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{9D6DC519-8908-4D3A-B16B-118D682BD170}"
2223
EndProject
23-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{2649507F-E23F-4FE4-902F-6B2F9FB63232}"
24-
ProjectSection(SolutionItems) = preProject
25-
tools\Directory.Build.props = tools\Directory.Build.props
26-
EndProjectSection
27-
EndProject
28-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B3240F85-9541-49CA-8380-DD2377CBBF6D}"
29-
ProjectSection(SolutionItems) = preProject
30-
tests\Directory.Build.props = tests\Directory.Build.props
31-
EndProjectSection
32-
EndProject
33-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7137A74B-D593-4356-8D4A-005014CA76B3}"
34-
ProjectSection(SolutionItems) = preProject
35-
src\Directory.Build.props = src\Directory.Build.props
36-
EndProjectSection
37-
EndProject
3824
Global
3925
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4026
Debug|Any CPU = Debug|Any CPU
@@ -49,11 +35,6 @@ Global
4935
GlobalSection(SolutionProperties) = preSolution
5036
HideSolutionNode = FALSE
5137
EndGlobalSection
52-
GlobalSection(NestedProjects) = preSolution
53-
{2649507F-E23F-4FE4-902F-6B2F9FB63232} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
54-
{B3240F85-9541-49CA-8380-DD2377CBBF6D} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
55-
{7137A74B-D593-4356-8D4A-005014CA76B3} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
56-
EndGlobalSection
5738
GlobalSection(ExtensibilityGlobals) = postSolution
5839
SolutionGuid = {647F7A73-0365-411F-941D-6DDA8A4CFA1A}
5940
EndGlobalSection

tests/Directory.Build.props

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/Directory.Build.props

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)