-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCCFile.sln
43 lines (43 loc) · 2.45 KB
/
CCFile.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 Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8CEDD5C1-C8F5-4490-A369-1676F8DF22F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCFile", "src\CCFile\CCFile.csproj", "{A739642C-D162-4204-8E50-9BE26FE24E91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCFile.Console", "src\CCFile.Console\CCFile.Console.csproj", "{44E89FBF-A3D4-4AC4-8C57-429D40C465C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{00BB39BA-9B93-4858-992B-D699F1154C7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCFile.Tests", "tests\CCFile.Tests\CCFile.Tests.csproj", "{6A0F63E1-0625-498E-ABF1-8039B4944A73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A739642C-D162-4204-8E50-9BE26FE24E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A739642C-D162-4204-8E50-9BE26FE24E91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A739642C-D162-4204-8E50-9BE26FE24E91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A739642C-D162-4204-8E50-9BE26FE24E91}.Release|Any CPU.Build.0 = Release|Any CPU
{44E89FBF-A3D4-4AC4-8C57-429D40C465C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44E89FBF-A3D4-4AC4-8C57-429D40C465C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44E89FBF-A3D4-4AC4-8C57-429D40C465C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44E89FBF-A3D4-4AC4-8C57-429D40C465C7}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0F63E1-0625-498E-ABF1-8039B4944A73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0F63E1-0625-498E-ABF1-8039B4944A73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0F63E1-0625-498E-ABF1-8039B4944A73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0F63E1-0625-498E-ABF1-8039B4944A73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A739642C-D162-4204-8E50-9BE26FE24E91} = {8CEDD5C1-C8F5-4490-A369-1676F8DF22F9}
{44E89FBF-A3D4-4AC4-8C57-429D40C465C7} = {8CEDD5C1-C8F5-4490-A369-1676F8DF22F9}
{6A0F63E1-0625-498E-ABF1-8039B4944A73} = {00BB39BA-9B93-4858-992B-D699F1154C7F}
EndGlobalSection
EndGlobal