-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSvnToGit.sln
More file actions
36 lines (36 loc) · 2.06 KB
/
Copy pathSvnToGit.sln
File metadata and controls
36 lines (36 loc) · 2.06 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvnToGit.Core", "SvnToGit.Core\SvnToGit.Core.csproj", "{d3a6516e-3396-46bb-b836-fb978c42c70d}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvnToGit.ConsoleApp", "SvnToGit.ConsoleApp\SvnToGit.ConsoleApp.csproj", "{e1010331-2693-42a4-9694-8b1ad28e0892}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvnToGit.Test", "SvnToGit.Test\SvnToGit.Test.csproj", "{7eecbe66-1fbf-461b-8703-476d28a493b2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{d3a6516e-3396-46bb-b836-fb978c42c70d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{d3a6516e-3396-46bb-b836-fb978c42c70d}.Debug|Any CPU.Build.0 = Debug|Any CPU
{d3a6516e-3396-46bb-b836-fb978c42c70d}.Release|Any CPU.ActiveCfg = Release|Any CPU
{d3a6516e-3396-46bb-b836-fb978c42c70d}.Release|Any CPU.Build.0 = Release|Any CPU
{e1010331-2693-42a4-9694-8b1ad28e0892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{e1010331-2693-42a4-9694-8b1ad28e0892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{e1010331-2693-42a4-9694-8b1ad28e0892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{e1010331-2693-42a4-9694-8b1ad28e0892}.Release|Any CPU.Build.0 = Release|Any CPU
{7eecbe66-1fbf-461b-8703-476d28a493b2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7eecbe66-1fbf-461b-8703-476d28a493b2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7eecbe66-1fbf-461b-8703-476d28a493b2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7eecbe66-1fbf-461b-8703-476d28a493b2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {507b909c-36d5-426b-981b-4ce44c707689}
EndGlobalSection
EndGlobal