mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
This commit is contained in:
parent
b9716862f7
commit
71dc2d71c2
2 changed files with 12 additions and 9 deletions
|
|
@ -13,29 +13,22 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XSharp.Nasm", "XSharp.Nasm\
|
|||
EndProject
|
||||
Global
|
||||
GlobalSection(TeamFoundationVersionControl) = preSolution
|
||||
SccNumberOfProjects = 4
|
||||
SccNumberOfProjects = 5
|
||||
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccProjectUniqueName0 = XSharp.Compiler\\XSharp.Compiler.csproj
|
||||
SccProjectName0 = XSharp.Compiler
|
||||
SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccLocalPath0 = XSharp.Compiler
|
||||
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccProjectUniqueName1 = XSharp.Test\\XSharp.Test.csproj
|
||||
SccProjectName1 = XSharp.Test
|
||||
SccAuxPath1 = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccLocalPath1 = XSharp.Test
|
||||
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccProjectUniqueName2 = XSharp.Nasm\\XSharp.Nasm.csproj
|
||||
SccProjectName2 = XSharp.Nasm
|
||||
SccAuxPath2 = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccLocalPath2 = XSharp.Nasm
|
||||
SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccProjectUniqueName3 = XSharp.VS\\XSharp.VS.csproj
|
||||
SccProjectName3 = XSharp.VS
|
||||
SccAuxPath3 = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccLocalPath3 = XSharp.VS
|
||||
SccProvider3 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccLocalPath4 = .
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
|
|
|||
10
source/XSharp.vssscc
Normal file
10
source/XSharp.vssscc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
|
||||
}
|
||||
Loading…
Reference in a new issue