-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnFormatString.sln
31 lines (31 loc) · 1.59 KB
/
UnFormatString.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnFormatString.Tests", "UnFormatString.Tests\UnFormatString.Tests.csproj", "{9AD2FBF4-3E9F-4C7A-A72B-327540AC77DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnFormatString", "UnFormatString\UnFormatString.csproj", "{C2D73402-2D09-4E8F-A177-E77CC32CFBBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AD2FBF4-3E9F-4C7A-A72B-327540AC77DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AD2FBF4-3E9F-4C7A-A72B-327540AC77DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AD2FBF4-3E9F-4C7A-A72B-327540AC77DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AD2FBF4-3E9F-4C7A-A72B-327540AC77DA}.Release|Any CPU.Build.0 = Release|Any CPU
{C2D73402-2D09-4E8F-A177-E77CC32CFBBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2D73402-2D09-4E8F-A177-E77CC32CFBBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2D73402-2D09-4E8F-A177-E77CC32CFBBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2D73402-2D09-4E8F-A177-E77CC32CFBBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDBFF8A5-0E8B-48F3-B1E8-A941EE474A3D}
EndGlobalSection
EndGlobal