-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisGit.sln
59 lines (59 loc) · 3.29 KB
/
VisGit.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisGit", "VisGit\VisGit.csproj", "{B8902418-5BFB-4A7F-A83F-EDB85080D933}"
ProjectSection(ProjectDependencies) = postProject
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A} = {54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisGitCore", "VisGit.Core\VisGitCore.csproj", "{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Docs", "Docs\Docs.shproj", "{FD05501B-D283-49CD-9751-88FF06394E99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|arm64 = Debug|arm64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|arm64 = Release|arm64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Debug|arm64.ActiveCfg = Debug|arm64
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Debug|arm64.Build.0 = Debug|arm64
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Debug|x86.ActiveCfg = Debug|x86
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Debug|x86.Build.0 = Debug|x86
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Release|Any CPU.Build.0 = Release|Any CPU
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Release|arm64.ActiveCfg = Release|arm64
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Release|arm64.Build.0 = Release|arm64
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Release|x86.ActiveCfg = Release|x86
{B8902418-5BFB-4A7F-A83F-EDB85080D933}.Release|x86.Build.0 = Release|x86
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Debug|arm64.ActiveCfg = Debug|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Debug|arm64.Build.0 = Debug|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Debug|x86.ActiveCfg = Debug|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Debug|x86.Build.0 = Debug|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Release|Any CPU.Build.0 = Release|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Release|arm64.ActiveCfg = Release|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Release|arm64.Build.0 = Release|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Release|x86.ActiveCfg = Release|Any CPU
{54FEA1BA-85CF-4ADA-8A10-CA63F6707E1A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84F9F4E9-0F73-4A02-A307-C25F653ED0E3}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Docs\Docs.projitems*{fd05501b-d283-49cd-9751-88ff06394e99}*SharedItemsImports = 13
EndGlobalSection
EndGlobal