-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRandomStringCreator.sln
46 lines (46 loc) · 2.58 KB
/
RandomStringCreator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomStringCreator", "src\RandomStringCreator\RandomStringCreator.csproj", "{6D894AD4-3B53-4B89-A50F-C69F019B72FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{56FFA294-7A34-4C29-9E7E-7A7BEA631404}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "test\Tests\Tests.csproj", "{F3E659FB-346C-4813-BA70-C7F7E068DCB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E13DB6A-E753-428F-8C65-B013A3AC98C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7BD87051-08B6-486F-951D-D67F34A77A17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D894AD4-3B53-4B89-A50F-C69F019B72FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D894AD4-3B53-4B89-A50F-C69F019B72FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D894AD4-3B53-4B89-A50F-C69F019B72FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D894AD4-3B53-4B89-A50F-C69F019B72FD}.Release|Any CPU.Build.0 = Release|Any CPU
{56FFA294-7A34-4C29-9E7E-7A7BEA631404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56FFA294-7A34-4C29-9E7E-7A7BEA631404}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56FFA294-7A34-4C29-9E7E-7A7BEA631404}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56FFA294-7A34-4C29-9E7E-7A7BEA631404}.Release|Any CPU.Build.0 = Release|Any CPU
{F3E659FB-346C-4813-BA70-C7F7E068DCB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3E659FB-346C-4813-BA70-C7F7E068DCB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3E659FB-346C-4813-BA70-C7F7E068DCB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3E659FB-346C-4813-BA70-C7F7E068DCB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6D894AD4-3B53-4B89-A50F-C69F019B72FD} = {4E13DB6A-E753-428F-8C65-B013A3AC98C7}
{56FFA294-7A34-4C29-9E7E-7A7BEA631404} = {7BD87051-08B6-486F-951D-D67F34A77A17}
{F3E659FB-346C-4813-BA70-C7F7E068DCB8} = {7BD87051-08B6-486F-951D-D67F34A77A17}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E29D1C7-97B1-427E-97E5-D662DAE78A8D}
EndGlobalSection
EndGlobal