зеркало из https://github.com/github/VisualStudio.git
36 строки
1.5 KiB
Plaintext
36 строки
1.5 KiB
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio 2013
|
|||
|
VisualStudioVersion = 12.0.31101.0
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.VisualStudio", "src\GitHub.VisualStudio\GitHub.VisualStudio.csproj", "{1D05E67A-6D4A-4176-BFB0-D9F81BFD6E21}"
|
|||
|
EndProject
|
|||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{6A6B0910-ECED-4FD6-8563-359FFDC23373}"
|
|||
|
ProjectSection(SolutionItems) = preProject
|
|||
|
.gitattributes = .gitattributes
|
|||
|
.gitignore = .gitignore
|
|||
|
build\CodeAnalysisDictionary.xml = build\CodeAnalysisDictionary.xml
|
|||
|
build\GitHubVS.ruleset = build\GitHubVS.ruleset
|
|||
|
EndProjectSection
|
|||
|
EndProject
|
|||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{880CC82E-4419-45F7-8C32-4687D0E1A175}"
|
|||
|
ProjectSection(SolutionItems) = preProject
|
|||
|
README.md = README.md
|
|||
|
EndProjectSection
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
Release|Any CPU = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{1D05E67A-6D4A-4176-BFB0-D9F81BFD6E21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{1D05E67A-6D4A-4176-BFB0-D9F81BFD6E21}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{1D05E67A-6D4A-4176-BFB0-D9F81BFD6E21}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{1D05E67A-6D4A-4176-BFB0-D9F81BFD6E21}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|