-
Notifications
You must be signed in to change notification settings - Fork 2
/
Desu.sln
54 lines (54 loc) · 3.26 KB
/
Desu.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Desu.ExampleWpf", "Desu.ExampleWpf\Desu.ExampleWpf.csproj", "{C8E0DA77-D64C-4CA3-9E06-68242989DFD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Desu", "Desu\Desu.csproj", "{6542D85E-DBFC-4D60-A643-E3C583182EF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Desu.ExampleConsole", "Desu.ExampleConsole\Desu.ExampleConsole.csproj", "{6E3E5FA8-2C28-49D4-BDC2-6FA62363285C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Desu.Tests", "Desu.Tests\Desu.Tests.csproj", "{F3EE801C-4EB5-4CD8-8136-0642D55532B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{0FB583A6-DE51-493C-AF13-4AF63D2EFF71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadkfileGenerator", "Tools\RadkfileGenerator\RadkfileGenerator.csproj", "{BFBC80C0-12A0-4495-AF7B-136EAB65F6C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8E0DA77-D64C-4CA3-9E06-68242989DFD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E0DA77-D64C-4CA3-9E06-68242989DFD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E0DA77-D64C-4CA3-9E06-68242989DFD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E0DA77-D64C-4CA3-9E06-68242989DFD6}.Release|Any CPU.Build.0 = Release|Any CPU
{6542D85E-DBFC-4D60-A643-E3C583182EF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6542D85E-DBFC-4D60-A643-E3C583182EF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6542D85E-DBFC-4D60-A643-E3C583182EF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6542D85E-DBFC-4D60-A643-E3C583182EF9}.Release|Any CPU.Build.0 = Release|Any CPU
{6E3E5FA8-2C28-49D4-BDC2-6FA62363285C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E3E5FA8-2C28-49D4-BDC2-6FA62363285C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E3E5FA8-2C28-49D4-BDC2-6FA62363285C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E3E5FA8-2C28-49D4-BDC2-6FA62363285C}.Release|Any CPU.Build.0 = Release|Any CPU
{F3EE801C-4EB5-4CD8-8136-0642D55532B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3EE801C-4EB5-4CD8-8136-0642D55532B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3EE801C-4EB5-4CD8-8136-0642D55532B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3EE801C-4EB5-4CD8-8136-0642D55532B8}.Release|Any CPU.Build.0 = Release|Any CPU
{BFBC80C0-12A0-4495-AF7B-136EAB65F6C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFBC80C0-12A0-4495-AF7B-136EAB65F6C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFBC80C0-12A0-4495-AF7B-136EAB65F6C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFBC80C0-12A0-4495-AF7B-136EAB65F6C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BFBC80C0-12A0-4495-AF7B-136EAB65F6C9} = {0FB583A6-DE51-493C-AF13-4AF63D2EFF71}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21D4D70A-1CB1-48BF-B76B-DB817610695A}
EndGlobalSection
EndGlobal