-
Notifications
You must be signed in to change notification settings - Fork 3
/
DDCImprover.sln
60 lines (60 loc) · 3.79 KB
/
DDCImprover.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
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDCImprover.Core", "DDCImprover.Core\DDCImprover.Core.csproj", "{D048CC20-90EB-4DC6-88E5-D32352EC259A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDCImprover.WPF", "DDCImprover.WPF\DDCImprover.WPF.csproj", "{23D5D72A-216C-4BD9-BF54-39536BE51DC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDCImprover.Avalonia", "DDCImprover.Avalonia\DDCImprover.Avalonia.csproj", "{022186C5-ABF4-4123-AA09-5FA4F1743AE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{87990601-43BF-4ABD-8343-5F6272308965}"
ProjectSection(SolutionItems) = preProject
Changelog.txt = Changelog.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDCImprover.Core.Tests", "DDCImprover.Core.Tests\DDCImprover.Core.Tests.csproj", "{6B68DE67-F7FB-472F-B29A-A38FAD477E5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDCImprover.ViewModels", "DDCImprover.ViewModels\DDCImprover.ViewModels.csproj", "{6A04FF60-0E42-4929-B81B-17F9A04FDE52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDCImprover.CLI", "DDCImprover.CLI\DDCImprover.CLI.csproj", "{0C40210D-A323-418F-8B34-F4C6E7CE45C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D048CC20-90EB-4DC6-88E5-D32352EC259A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D048CC20-90EB-4DC6-88E5-D32352EC259A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D048CC20-90EB-4DC6-88E5-D32352EC259A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D048CC20-90EB-4DC6-88E5-D32352EC259A}.Release|Any CPU.Build.0 = Release|Any CPU
{23D5D72A-216C-4BD9-BF54-39536BE51DC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D5D72A-216C-4BD9-BF54-39536BE51DC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D5D72A-216C-4BD9-BF54-39536BE51DC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D5D72A-216C-4BD9-BF54-39536BE51DC4}.Release|Any CPU.Build.0 = Release|Any CPU
{022186C5-ABF4-4123-AA09-5FA4F1743AE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{022186C5-ABF4-4123-AA09-5FA4F1743AE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{022186C5-ABF4-4123-AA09-5FA4F1743AE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{022186C5-ABF4-4123-AA09-5FA4F1743AE3}.Release|Any CPU.Build.0 = Release|Any CPU
{6B68DE67-F7FB-472F-B29A-A38FAD477E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B68DE67-F7FB-472F-B29A-A38FAD477E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B68DE67-F7FB-472F-B29A-A38FAD477E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B68DE67-F7FB-472F-B29A-A38FAD477E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{6A04FF60-0E42-4929-B81B-17F9A04FDE52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A04FF60-0E42-4929-B81B-17F9A04FDE52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A04FF60-0E42-4929-B81B-17F9A04FDE52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A04FF60-0E42-4929-B81B-17F9A04FDE52}.Release|Any CPU.Build.0 = Release|Any CPU
{0C40210D-A323-418F-8B34-F4C6E7CE45C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C40210D-A323-418F-8B34-F4C6E7CE45C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C40210D-A323-418F-8B34-F4C6E7CE45C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C40210D-A323-418F-8B34-F4C6E7CE45C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8C5635A-1662-4209-B8BB-74796BD453D3}
EndGlobalSection
EndGlobal