forked from ViniciusAlberkovics/VSGitAutoFetch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
GitAutoFetch.sln
55 lines (55 loc) · 3.04 KB
/
GitAutoFetch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A31A792-0E54-49BC-8964-4D16CDF55789}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GitAutoFetchShared", "SharedProject\GitAutoFetchShared.shproj", "{950ED58A-32F5-457B-8323-2637ED19F64C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitAutoFetch_Dev17", "GitAutoFetch_Dev17\GitAutoFetch_Dev17.csproj", "{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitAutoFetch_Dev16", "GitAutoFetch_Dev16\GitAutoFetch_Dev16.csproj", "{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedProject\SharedProject.projitems*{56db69da-abb9-46bf-92d9-45a3336fb2e5}*SharedItemsImports = 4
SharedProject\SharedProject.projitems*{80dd5c43-c0c6-49b3-b43a-a58bb79b26a3}*SharedItemsImports = 4
SharedProject\SharedProject.projitems*{950ed58a-32f5-457b-8323-2637ed19f64c}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Debug|x86.ActiveCfg = Debug|x86
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Debug|x86.Build.0 = Debug|x86
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Release|Any CPU.Build.0 = Release|Any CPU
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Release|x86.ActiveCfg = Release|x86
{56DB69DA-ABB9-46BF-92D9-45A3336FB2E5}.Release|x86.Build.0 = Release|x86
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Debug|x86.ActiveCfg = Debug|x86
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Debug|x86.Build.0 = Debug|x86
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Release|Any CPU.Build.0 = Release|Any CPU
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Release|x86.ActiveCfg = Release|x86
{80DD5C43-C0C6-49B3-B43A-A58BB79B26A3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C3D726F-1995-4DF3-817F-50CAA91DA0E5}
EndGlobalSection
EndGlobal