forked from mazong1123/svn2gitnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
svn2gitnet.sln
43 lines (43 loc) · 2.54 KB
/
svn2gitnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "svn2gitnet", "src\svn2gitnet.csproj", "{7B83A5C6-6C24-414A-9260-D2F3B2EFA499}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "svn2gitnet.unittests", "tests\unittests\svn2gitnet.unittests.csproj", "{163A32DC-BABF-43E5-B1A0-28493393BF84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "svn2gitnet.integrationtests", "tests\integrationtests\svn2gitnet.integrationtests.csproj", "{665409E5-67E0-4F76-A4B7-52B9EB128088}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testhelper", "tests\testhelper\testhelper.csproj", "{30CD7DD9-64C0-43F2-B4B3-CCFD972AB8E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B83A5C6-6C24-414A-9260-D2F3B2EFA499}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B83A5C6-6C24-414A-9260-D2F3B2EFA499}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B83A5C6-6C24-414A-9260-D2F3B2EFA499}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B83A5C6-6C24-414A-9260-D2F3B2EFA499}.Release|Any CPU.Build.0 = Release|Any CPU
{163A32DC-BABF-43E5-B1A0-28493393BF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163A32DC-BABF-43E5-B1A0-28493393BF84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163A32DC-BABF-43E5-B1A0-28493393BF84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163A32DC-BABF-43E5-B1A0-28493393BF84}.Release|Any CPU.Build.0 = Release|Any CPU
{665409E5-67E0-4F76-A4B7-52B9EB128088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{665409E5-67E0-4F76-A4B7-52B9EB128088}.Debug|Any CPU.Build.0 = Debug|Any CPU
{665409E5-67E0-4F76-A4B7-52B9EB128088}.Release|Any CPU.ActiveCfg = Release|Any CPU
{665409E5-67E0-4F76-A4B7-52B9EB128088}.Release|Any CPU.Build.0 = Release|Any CPU
{30CD7DD9-64C0-43F2-B4B3-CCFD972AB8E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30CD7DD9-64C0-43F2-B4B3-CCFD972AB8E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30CD7DD9-64C0-43F2-B4B3-CCFD972AB8E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30CD7DD9-64C0-43F2-B4B3-CCFD972AB8E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D875ED95-FC5C-4718-BFED-FFF5835C741A}
EndGlobalSection
EndGlobal