Skip to content

Commit 0988d4c

Browse files
committed
(GH-26) Added BuildScripts Files
- Added all the files in the BuildScripts folder to the BuildScripts Solution Folder in the Visual Studio Solution.
1 parent 19a3e23 commit 0988d4c

File tree

1 file changed

+59
-53
lines changed

1 file changed

+59
-53
lines changed

Source/GitHubReleaseManager.sln

Lines changed: 59 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,59 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuSpecs", "NuSpecs", "{87E2E61F-5F5D-45F1-8C4A-98E0BF8CA01D}"
7-
ProjectSection(SolutionItems) = preProject
8-
..\packaging\nuget\GitHubReleaseManager.Cli.nuspec = ..\packaging\nuget\GitHubReleaseManager.Cli.nuspec
9-
..\Packaging\nuget\GitHubReleaseManager.nuspec = ..\Packaging\nuget\GitHubReleaseManager.nuspec
10-
EndProjectSection
11-
EndProject
12-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{2C8F25C5-0009-409B-8935-37BF6A5ED656}"
13-
ProjectSection(SolutionItems) = preProject
14-
..\BuildScripts\CodeAnalysis.props = ..\BuildScripts\CodeAnalysis.props
15-
..\BuildScripts\CodeAnalysisReport.xsl = ..\BuildScripts\CodeAnalysisReport.xsl
16-
..\BuildScripts\StyleCop.props = ..\BuildScripts\StyleCop.props
17-
..\BuildScripts\StyleCopReport.xsl = ..\BuildScripts\StyleCopReport.xsl
18-
EndProjectSection
19-
EndProject
20-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppVeyor", "AppVeyor", "{EF94B2A3-E548-43B3-8A63-C7B28B5779D4}"
21-
ProjectSection(SolutionItems) = preProject
22-
..\appveyor.yml = ..\appveyor.yml
23-
EndProjectSection
24-
EndProject
25-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubReleaseManager.Tests", "GitHubReleaseManager.Tests\GitHubReleaseManager.Tests.csproj", "{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}"
26-
EndProject
27-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubReleaseManager.Cli", "GitHubReleaseManager.Cli\GitHubReleaseManager.Cli.csproj", "{F1163F09-3D4E-4F95-AF46-24C15AB297FB}"
28-
EndProject
29-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubReleaseManager", "GitHubReleaseManager\GitHubReleaseManager.csproj", "{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}"
30-
EndProject
31-
Global
32-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
33-
Debug|Any CPU = Debug|Any CPU
34-
Release|Any CPU = Release|Any CPU
35-
EndGlobalSection
36-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
37-
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Release|Any CPU.Build.0 = Release|Any CPU
49-
EndGlobalSection
50-
GlobalSection(SolutionProperties) = preSolution
51-
HideSolutionNode = FALSE
52-
EndGlobalSection
53-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.31101.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuSpecs", "NuSpecs", "{87E2E61F-5F5D-45F1-8C4A-98E0BF8CA01D}"
7+
ProjectSection(SolutionItems) = preProject
8+
..\packaging\nuget\GitHubReleaseManager.Cli.nuspec = ..\packaging\nuget\GitHubReleaseManager.Cli.nuspec
9+
..\Packaging\nuget\GitHubReleaseManager.nuspec = ..\Packaging\nuget\GitHubReleaseManager.nuspec
10+
EndProjectSection
11+
EndProject
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{2C8F25C5-0009-409B-8935-37BF6A5ED656}"
13+
ProjectSection(SolutionItems) = preProject
14+
..\BuildScripts\build.ps1 = ..\BuildScripts\build.ps1
15+
..\BuildScripts\CodeAnalysis.props = ..\BuildScripts\CodeAnalysis.props
16+
..\BuildScripts\CodeAnalysisReport.xsl = ..\BuildScripts\CodeAnalysisReport.xsl
17+
..\BuildScripts\default.ps1 = ..\BuildScripts\default.ps1
18+
..\BuildScripts\dupfinder.config = ..\BuildScripts\dupfinder.config
19+
..\BuildScripts\dupfinder.xsl = ..\BuildScripts\dupfinder.xsl
20+
..\BuildScripts\inspectcode.config = ..\BuildScripts\inspectcode.config
21+
..\BuildScripts\inspectcode.xsl = ..\BuildScripts\inspectcode.xsl
22+
..\BuildScripts\StyleCop.props = ..\BuildScripts\StyleCop.props
23+
..\BuildScripts\StyleCopReport.xsl = ..\BuildScripts\StyleCopReport.xsl
24+
EndProjectSection
25+
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppVeyor", "AppVeyor", "{EF94B2A3-E548-43B3-8A63-C7B28B5779D4}"
27+
ProjectSection(SolutionItems) = preProject
28+
..\appveyor.yml = ..\appveyor.yml
29+
EndProjectSection
30+
EndProject
31+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubReleaseManager.Tests", "GitHubReleaseManager.Tests\GitHubReleaseManager.Tests.csproj", "{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}"
32+
EndProject
33+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubReleaseManager.Cli", "GitHubReleaseManager.Cli\GitHubReleaseManager.Cli.csproj", "{F1163F09-3D4E-4F95-AF46-24C15AB297FB}"
34+
EndProject
35+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubReleaseManager", "GitHubReleaseManager\GitHubReleaseManager.csproj", "{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}"
36+
EndProject
37+
Global
38+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
39+
Debug|Any CPU = Debug|Any CPU
40+
Release|Any CPU = Release|Any CPU
41+
EndGlobalSection
42+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
43+
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
46+
{FAD045A3-CF63-48CA-BA49-8F4D79E3EF4F}.Release|Any CPU.Build.0 = Release|Any CPU
47+
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48+
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
49+
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{F1163F09-3D4E-4F95-AF46-24C15AB297FB}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52+
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Debug|Any CPU.Build.0 = Debug|Any CPU
53+
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Release|Any CPU.ActiveCfg = Release|Any CPU
54+
{B02A026E-CA3A-48F4-BBA9-EB337B0A2035}.Release|Any CPU.Build.0 = Release|Any CPU
55+
EndGlobalSection
56+
GlobalSection(SolutionProperties) = preSolution
57+
HideSolutionNode = FALSE
58+
EndGlobalSection
59+
EndGlobal

0 commit comments

Comments
 (0)