forked from lecaillon/Preconditions
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPreconditions.sln
More file actions
43 lines (43 loc) · 2.51 KB
/
Preconditions.sln
File metadata and controls
43 lines (43 loc) · 2.51 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Preconditions", "src\Preconditions\Preconditions.csproj", "{DEFF10C7-ED28-44AB-8C18-DF0B87B9B617}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9C7AA47D-480D-4CD6-ACF8-C37FCBA54A9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{582AA7FF-B537-4B42-8571-05C4CFE8F53F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Preconditions.Tests", "test\Preconditions.Tests\Preconditions.Tests.csproj", "{7B1DC882-7CAC-4D89-9BBC-263E08C4E0E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Preconditions.StrongName", "src\Preconditions.StrongName\Preconditions.StrongName.csproj", "{B362E9C0-2A4B-4CE1-B4FF-0666A844F3DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEFF10C7-ED28-44AB-8C18-DF0B87B9B617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEFF10C7-ED28-44AB-8C18-DF0B87B9B617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEFF10C7-ED28-44AB-8C18-DF0B87B9B617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEFF10C7-ED28-44AB-8C18-DF0B87B9B617}.Release|Any CPU.Build.0 = Release|Any CPU
{7B1DC882-7CAC-4D89-9BBC-263E08C4E0E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B1DC882-7CAC-4D89-9BBC-263E08C4E0E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B1DC882-7CAC-4D89-9BBC-263E08C4E0E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B1DC882-7CAC-4D89-9BBC-263E08C4E0E9}.Release|Any CPU.Build.0 = Release|Any CPU
{B362E9C0-2A4B-4CE1-B4FF-0666A844F3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B362E9C0-2A4B-4CE1-B4FF-0666A844F3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B362E9C0-2A4B-4CE1-B4FF-0666A844F3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B362E9C0-2A4B-4CE1-B4FF-0666A844F3DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DEFF10C7-ED28-44AB-8C18-DF0B87B9B617} = {9C7AA47D-480D-4CD6-ACF8-C37FCBA54A9E}
{7B1DC882-7CAC-4D89-9BBC-263E08C4E0E9} = {582AA7FF-B537-4B42-8571-05C4CFE8F53F}
{B362E9C0-2A4B-4CE1-B4FF-0666A844F3DE} = {9C7AA47D-480D-4CD6-ACF8-C37FCBA54A9E}
EndGlobalSection
EndGlobal