-
Notifications
You must be signed in to change notification settings - Fork 0
/
DoofesZeug.sln
49 lines (49 loc) · 2.9 KB
/
DoofesZeug.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DoofesZeug.Library", "DoofesZeug.Library\DoofesZeug.Library.csproj", "{BF1D561C-5127-47A5-BC70-509DAF6AA2BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DoofesZeug.TestConsole", "DoofesZeug.TestConsole\DoofesZeug.TestConsole.csproj", "{705600EC-9B2B-400F-B761-F97A51CF1B5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB3F4EEA-4C33-4D2A-BCF5-E5C6D207FE85}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Documentation\Miscelleaous\ToDo.md = Documentation\Miscelleaous\ToDo.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DoofesZeug.UnitTests", "DoofesZeug.UnitTests\DoofesZeug.UnitTests.csproj", "{8F0B9748-C63F-4C14-A78C-59B5EA38AE69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DoofesZeug.Generators", "DoofesZeug.Generators\DoofesZeug.Generators.csproj", "{E4D2DBAB-E563-472E-BA5A-62BDFA2B277C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF1D561C-5127-47A5-BC70-509DAF6AA2BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF1D561C-5127-47A5-BC70-509DAF6AA2BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF1D561C-5127-47A5-BC70-509DAF6AA2BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF1D561C-5127-47A5-BC70-509DAF6AA2BB}.Release|Any CPU.Build.0 = Release|Any CPU
{705600EC-9B2B-400F-B761-F97A51CF1B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{705600EC-9B2B-400F-B761-F97A51CF1B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{705600EC-9B2B-400F-B761-F97A51CF1B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{705600EC-9B2B-400F-B761-F97A51CF1B5F}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0B9748-C63F-4C14-A78C-59B5EA38AE69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0B9748-C63F-4C14-A78C-59B5EA38AE69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0B9748-C63F-4C14-A78C-59B5EA38AE69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0B9748-C63F-4C14-A78C-59B5EA38AE69}.Release|Any CPU.Build.0 = Release|Any CPU
{E4D2DBAB-E563-472E-BA5A-62BDFA2B277C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D2DBAB-E563-472E-BA5A-62BDFA2B277C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D2DBAB-E563-472E-BA5A-62BDFA2B277C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D2DBAB-E563-472E-BA5A-62BDFA2B277C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {573D14CA-8078-4FAB-8853-D039F49F59E3}
EndGlobalSection
EndGlobal