forked from amantinband/throw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Throw.sln
45 lines (45 loc) · 2.14 KB
/
Throw.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32519.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Throw", "src\Throw.csproj", "{EFF12011-026D-48E3-9EEE-5F1B5C2D0FFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0289805B-A7C8-441D-BD46-C05D135FAD23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Throw.UnitTests", "tests\UnitTests\Throw.UnitTests.csproj", "{FB6525E8-E040-4F68-9152-548C6D64EEAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{78F97BB4-8243-479B-81C4-887AB3B173B5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.Props = Directory.Build.Props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFF12011-026D-48E3-9EEE-5F1B5C2D0FFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFF12011-026D-48E3-9EEE-5F1B5C2D0FFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFF12011-026D-48E3-9EEE-5F1B5C2D0FFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFF12011-026D-48E3-9EEE-5F1B5C2D0FFC}.Release|Any CPU.Build.0 = Release|Any CPU
{FB6525E8-E040-4F68-9152-548C6D64EEAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB6525E8-E040-4F68-9152-548C6D64EEAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB6525E8-E040-4F68-9152-548C6D64EEAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB6525E8-E040-4F68-9152-548C6D64EEAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FB6525E8-E040-4F68-9152-548C6D64EEAB} = {0289805B-A7C8-441D-BD46-C05D135FAD23}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FBC4496-672C-438E-923F-79A855956FEC}
EndGlobalSection
EndGlobal