forked from amirci/mt_commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMavenThought.Commons.sln
56 lines (56 loc) · 3.69 KB
/
MavenThought.Commons.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MavenThought.Commons", "main\MavenThought.Commons\MavenThought.Commons.csproj", "{4CCEA239-252A-49D8-8BC0-2673AEE5FDE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MavenThought.Commons.WPF", "main\MavenThought.Commons.WPF\MavenThought.Commons.WPF.csproj", "{8F012F85-8013-42C3-B59A-15566B039119}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{649CE609-D209-494C-BB1F-3DDB680CBC9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MavenThought.Commons.Tests", "test\MavenThought.Commons.Tests\MavenThought.Commons.Tests.csproj", "{2C8C8E2F-93B1-40B7-A877-37C3A740FBCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MavenThought.Commons.WPF.Tests", "test\MavenThought.Commons.WPF.Tests\MavenThought.Commons.WPF.Tests.csproj", "{40CE5EEB-99FF-49B7-868B-B5456EA9738E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5E533BB-DE1C-4AAC-B6AF-91CE429706C2}"
ProjectSection(SolutionItems) = preProject
main\GlobalAssemblyInfo.cs = main\GlobalAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MavenThought.Commons.WPF.DummyData", "test\MavenThought.Commons.WPF.DummyData\MavenThought.Commons.WPF.DummyData.csproj", "{00D9152A-8DD5-4D57-BCC8-0DEF815790BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CCEA239-252A-49D8-8BC0-2673AEE5FDE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CCEA239-252A-49D8-8BC0-2673AEE5FDE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CCEA239-252A-49D8-8BC0-2673AEE5FDE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CCEA239-252A-49D8-8BC0-2673AEE5FDE6}.Release|Any CPU.Build.0 = Release|Any CPU
{8F012F85-8013-42C3-B59A-15566B039119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F012F85-8013-42C3-B59A-15566B039119}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F012F85-8013-42C3-B59A-15566B039119}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F012F85-8013-42C3-B59A-15566B039119}.Release|Any CPU.Build.0 = Release|Any CPU
{2C8C8E2F-93B1-40B7-A877-37C3A740FBCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C8C8E2F-93B1-40B7-A877-37C3A740FBCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C8C8E2F-93B1-40B7-A877-37C3A740FBCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8C8E2F-93B1-40B7-A877-37C3A740FBCF}.Release|Any CPU.Build.0 = Release|Any CPU
{40CE5EEB-99FF-49B7-868B-B5456EA9738E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40CE5EEB-99FF-49B7-868B-B5456EA9738E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40CE5EEB-99FF-49B7-868B-B5456EA9738E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40CE5EEB-99FF-49B7-868B-B5456EA9738E}.Release|Any CPU.Build.0 = Release|Any CPU
{00D9152A-8DD5-4D57-BCC8-0DEF815790BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D9152A-8DD5-4D57-BCC8-0DEF815790BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D9152A-8DD5-4D57-BCC8-0DEF815790BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D9152A-8DD5-4D57-BCC8-0DEF815790BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2C8C8E2F-93B1-40B7-A877-37C3A740FBCF} = {649CE609-D209-494C-BB1F-3DDB680CBC9A}
{40CE5EEB-99FF-49B7-868B-B5456EA9738E} = {649CE609-D209-494C-BB1F-3DDB680CBC9A}
{00D9152A-8DD5-4D57-BCC8-0DEF815790BC} = {649CE609-D209-494C-BB1F-3DDB680CBC9A}
EndGlobalSection
EndGlobal