-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGit.sln
35 lines (34 loc) · 1.89 KB
/
Git.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{0BCC7010-5AD2-7950-3E31-FE7B3F47B665}") = "Git", "Assembly-CSharp-firstpass.csproj", "{17349486-EF72-7FF1-6950-6B72FED496FB}"
EndProject
Project("{0BCC7010-5AD2-7950-3E31-FE7B3F47B665}") = "Git", "Assembly-CSharp.csproj", "{BF3F2D37-4DBA-D7D1-B3DF-672BFD8A592F}"
EndProject
Project("{0BCC7010-5AD2-7950-3E31-FE7B3F47B665}") = "Git", "Assembly-CSharp-Editor.csproj", "{F01D50E7-4A43-AEBF-ACE5-8FF16227E0C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17349486-EF72-7FF1-6950-6B72FED496FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17349486-EF72-7FF1-6950-6B72FED496FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17349486-EF72-7FF1-6950-6B72FED496FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17349486-EF72-7FF1-6950-6B72FED496FB}.Release|Any CPU.Build.0 = Release|Any CPU
{BF3F2D37-4DBA-D7D1-B3DF-672BFD8A592F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF3F2D37-4DBA-D7D1-B3DF-672BFD8A592F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF3F2D37-4DBA-D7D1-B3DF-672BFD8A592F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF3F2D37-4DBA-D7D1-B3DF-672BFD8A592F}.Release|Any CPU.Build.0 = Release|Any CPU
{F01D50E7-4A43-AEBF-ACE5-8FF16227E0C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F01D50E7-4A43-AEBF-ACE5-8FF16227E0C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F01D50E7-4A43-AEBF-ACE5-8FF16227E0C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F01D50E7-4A43-AEBF-ACE5-8FF16227E0C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal