-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRandomFixtureKit.sln
48 lines (48 loc) · 2.75 KB
/
RandomFixtureKit.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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1E3686AA-1276-493B-9BA6-7C22105F1332}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomFixtureKit", "src\RandomFixtureKit\RandomFixtureKit.csproj", "{BBC1D807-C5EC-4928-B97F-AB3202100941}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2F44D1EE-DF98-489F-8E83-97FE3961B30A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomFixtureKit.Tests", "tests\RandomFixtureKit.Tests\RandomFixtureKit.Tests.csproj", "{75C1C31B-7C14-4ECD-964D-694D7174B6F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{9EEDC81A-5B46-4221-976E-A01847F7DB36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "sandbox\ConsoleApp\ConsoleApp.csproj", "{CCB9BDCF-6401-4CCA-9355-5C3135789C46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBC1D807-C5EC-4928-B97F-AB3202100941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC1D807-C5EC-4928-B97F-AB3202100941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC1D807-C5EC-4928-B97F-AB3202100941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC1D807-C5EC-4928-B97F-AB3202100941}.Release|Any CPU.Build.0 = Release|Any CPU
{75C1C31B-7C14-4ECD-964D-694D7174B6F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C1C31B-7C14-4ECD-964D-694D7174B6F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C1C31B-7C14-4ECD-964D-694D7174B6F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C1C31B-7C14-4ECD-964D-694D7174B6F8}.Release|Any CPU.Build.0 = Release|Any CPU
{CCB9BDCF-6401-4CCA-9355-5C3135789C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCB9BDCF-6401-4CCA-9355-5C3135789C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCB9BDCF-6401-4CCA-9355-5C3135789C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCB9BDCF-6401-4CCA-9355-5C3135789C46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BBC1D807-C5EC-4928-B97F-AB3202100941} = {1E3686AA-1276-493B-9BA6-7C22105F1332}
{75C1C31B-7C14-4ECD-964D-694D7174B6F8} = {2F44D1EE-DF98-489F-8E83-97FE3961B30A}
{CCB9BDCF-6401-4CCA-9355-5C3135789C46} = {9EEDC81A-5B46-4221-976E-A01847F7DB36}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AE51F20-16C0-4364-B065-EE346224C815}
EndGlobalSection
EndGlobal