-
Notifications
You must be signed in to change notification settings - Fork 1
/
ResultStudioWPF.sln
49 lines (49 loc) · 3.13 KB
/
ResultStudioWPF.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 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultStudioWPF", "ResultStudioWPF\ResultStudioWPF.csproj", "{66293BF6-254B-4FD4-AE3F-99ED209EC857}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultStudioWPF.UnitTests", "ResultStudioWPF.UnitTests\ResultStudioWPF.UnitTests.csproj", "{77244F95-1853-4AEB-AD70-9BC656037E7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultStudioWPF.Application", "ResultStudioWPF.Application\ResultStudioWPF.Application.csproj", "{CAC52128-EB53-40CC-985B-D2854D71F339}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultStudioWPF.Domain", "ResultStudioWPF.Domain\ResultStudioWPF.Domain.csproj", "{EF2C09E7-03C7-4D6D-8EE0-1AA72BFF0C31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultStudioWPF.Common", "ResultStudioWPF.Common\ResultStudioWPF.Common.csproj", "{01B32DE4-7245-423A-834F-95686A0AA609}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66293BF6-254B-4FD4-AE3F-99ED209EC857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66293BF6-254B-4FD4-AE3F-99ED209EC857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66293BF6-254B-4FD4-AE3F-99ED209EC857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66293BF6-254B-4FD4-AE3F-99ED209EC857}.Release|Any CPU.Build.0 = Release|Any CPU
{77244F95-1853-4AEB-AD70-9BC656037E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77244F95-1853-4AEB-AD70-9BC656037E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77244F95-1853-4AEB-AD70-9BC656037E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77244F95-1853-4AEB-AD70-9BC656037E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC52128-EB53-40CC-985B-D2854D71F339}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC52128-EB53-40CC-985B-D2854D71F339}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC52128-EB53-40CC-985B-D2854D71F339}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC52128-EB53-40CC-985B-D2854D71F339}.Release|Any CPU.Build.0 = Release|Any CPU
{EF2C09E7-03C7-4D6D-8EE0-1AA72BFF0C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF2C09E7-03C7-4D6D-8EE0-1AA72BFF0C31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF2C09E7-03C7-4D6D-8EE0-1AA72BFF0C31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF2C09E7-03C7-4D6D-8EE0-1AA72BFF0C31}.Release|Any CPU.Build.0 = Release|Any CPU
{01B32DE4-7245-423A-834F-95686A0AA609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01B32DE4-7245-423A-834F-95686A0AA609}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01B32DE4-7245-423A-834F-95686A0AA609}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01B32DE4-7245-423A-834F-95686A0AA609}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57D784EF-095E-4ABF-AD34-821FB24EDC10}
EndGlobalSection
EndGlobal