-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ofl.Cloning.sln
69 lines (69 loc) · 3.79 KB
/
Ofl.Cloning.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
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{49E95246-9F52-4CF0-86C8-A7C5FCA0F96E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E099C204-3844-41D5-80EE-9EA2A599E4B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Cloning", "src\Ofl.Cloning\Ofl.Cloning.csproj", "{BF64F819-125E-4956-843F-DD5B4B2FCA4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Cloning.Tests", "test\Ofl.Cloning.Tests\Ofl.Cloning.Tests.csproj", "{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-level items", "solution-level items", "{658300B0-0975-482B-AC0B-2749C6D4F4C8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
appveyor.yml = appveyor.yml
directory.build.props = directory.build.props
LICENSE = LICENSE
Ofl.Cloning.sln.DotSettings = Ofl.Cloning.sln.DotSettings
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Debug|x64.ActiveCfg = Debug|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Debug|x64.Build.0 = Debug|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Debug|x86.ActiveCfg = Debug|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Debug|x86.Build.0 = Debug|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Release|Any CPU.Build.0 = Release|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Release|x64.ActiveCfg = Release|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Release|x64.Build.0 = Release|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Release|x86.ActiveCfg = Release|Any CPU
{BF64F819-125E-4956-843F-DD5B4B2FCA4B}.Release|x86.Build.0 = Release|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Debug|x64.ActiveCfg = Debug|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Debug|x64.Build.0 = Debug|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Debug|x86.ActiveCfg = Debug|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Debug|x86.Build.0 = Debug|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Release|Any CPU.Build.0 = Release|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Release|x64.ActiveCfg = Release|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Release|x64.Build.0 = Release|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Release|x86.ActiveCfg = Release|Any CPU
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF64F819-125E-4956-843F-DD5B4B2FCA4B} = {49E95246-9F52-4CF0-86C8-A7C5FCA0F96E}
{8B80CF7D-3FEB-438E-B146-E9C6F2129E3B} = {E099C204-3844-41D5-80EE-9EA2A599E4B8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6037839-3E21-417A-8446-B98CEA28DAB8}
EndGlobalSection
EndGlobal