-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCaseConverter.sln
27 lines (27 loc) · 1.37 KB
/
CaseConverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaseConverter", "CaseConverter\CaseConverter.csproj", "{664E8280-457A-4177-87E9-96B0DCE7BEC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.CaseConverter", "Test.CaseConverter\Test.CaseConverter.csproj", "{D0E1092F-AB1D-4870-8B89-44E6636F3D17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{664E8280-457A-4177-87E9-96B0DCE7BEC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{664E8280-457A-4177-87E9-96B0DCE7BEC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{664E8280-457A-4177-87E9-96B0DCE7BEC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{664E8280-457A-4177-87E9-96B0DCE7BEC1}.Release|Any CPU.Build.0 = Release|Any CPU
{D0E1092F-AB1D-4870-8B89-44E6636F3D17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0E1092F-AB1D-4870-8B89-44E6636F3D17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0E1092F-AB1D-4870-8B89-44E6636F3D17}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal