-
Notifications
You must be signed in to change notification settings - Fork 51
/
Vault2Git.sln
37 lines (37 loc) · 2.09 KB
/
Vault2Git.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AEE3716C-E92D-4D5C-82A3-399FA08E31B4}"
ProjectSection(SolutionItems) = preProject
README.txt = README.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vault2GitLib", "Vault2GitLib\Vault2GitLib.csproj", "{EE493CD2-D308-4B2F-95C6-68A1F89D76CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vault2GitTest", "Vault2GitTest\Vault2GitTest.csproj", "{48E97900-F36C-42DF-90A0-2254B4A45E67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vault2GitCLI", "Vault2GitCLI\Vault2GitCLI.csproj", "{09B6916E-3C6F-4782-96A3-4123550478A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE493CD2-D308-4B2F-95C6-68A1F89D76CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE493CD2-D308-4B2F-95C6-68A1F89D76CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE493CD2-D308-4B2F-95C6-68A1F89D76CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE493CD2-D308-4B2F-95C6-68A1F89D76CD}.Release|Any CPU.Build.0 = Release|Any CPU
{48E97900-F36C-42DF-90A0-2254B4A45E67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48E97900-F36C-42DF-90A0-2254B4A45E67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48E97900-F36C-42DF-90A0-2254B4A45E67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48E97900-F36C-42DF-90A0-2254B4A45E67}.Release|Any CPU.Build.0 = Release|Any CPU
{09B6916E-3C6F-4782-96A3-4123550478A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B6916E-3C6F-4782-96A3-4123550478A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B6916E-3C6F-4782-96A3-4123550478A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B6916E-3C6F-4782-96A3-4123550478A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal