-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStringGenerator.sln
36 lines (36 loc) · 1.95 KB
/
StringGenerator.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
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}") = "Sources", "Sources", "{BBE04838-FD10-4B48-A589-88385C296E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileToString", "Sources\FileToString\FileToString.csproj", "{61A0CB35-F1AD-47B3-B65D-46326384ABB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{64C65161-E8C2-42AC-98CE-B1E87046DD75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileToString.UnitTests", "Tests\FileToString.UnitTests\FileToString.UnitTests.csproj", "{5468C403-C9F7-45B1-A447-FED7BEEAAE1C}"
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
{61A0CB35-F1AD-47B3-B65D-46326384ABB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61A0CB35-F1AD-47B3-B65D-46326384ABB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61A0CB35-F1AD-47B3-B65D-46326384ABB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61A0CB35-F1AD-47B3-B65D-46326384ABB1}.Release|Any CPU.Build.0 = Release|Any CPU
{5468C403-C9F7-45B1-A447-FED7BEEAAE1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5468C403-C9F7-45B1-A447-FED7BEEAAE1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5468C403-C9F7-45B1-A447-FED7BEEAAE1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5468C403-C9F7-45B1-A447-FED7BEEAAE1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{61A0CB35-F1AD-47B3-B65D-46326384ABB1} = {BBE04838-FD10-4B48-A589-88385C296E23}
{5468C403-C9F7-45B1-A447-FED7BEEAAE1C} = {64C65161-E8C2-42AC-98CE-B1E87046DD75}
EndGlobalSection
EndGlobal