-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChustaSoft.CommonNET.sln
72 lines (72 loc) · 4.69 KB
/
ChustaSoft.CommonNET.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
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChustaSoft.Common", "ChustaSoft.Common\ChustaSoft.Common.csproj", "{01B32248-4EF1-48D4-99B7-7EBFB2E85BAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChustaSoft.Common.UnitTest", "ChustaSoft.Common.UnitTest\ChustaSoft.Common.UnitTest.csproj", "{E4229203-A93E-4A38-B135-6B6DD89339CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChustaSoft.Common.AspNet", "ChustaSoft.Common.AspNet\ChustaSoft.Common.AspNet.csproj", "{D694EE58-A797-416D-886C-D29CEF590E0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChustaSoft.Common.WPF", "ChustaSoft.Common.WPF\ChustaSoft.Common.WPF.csproj", "{3160516B-AF16-4B90-A232-4E230EE55AC1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{C1EE339C-C39B-4A5C-9C72-A1B2DBD2E7B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{C4DDB498-0331-4FC4-8679-9C4D504BBE67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChustaSoft.Common.Wpf.UnitTest", "ChustaSoft.Common.Wpf.UnitTest\ChustaSoft.Common.Wpf.UnitTest.csproj", "{2F60BF25-145B-49D9-BED3-1F353868185C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChustaSoft.Common.AspNet.UnitTest", "ChustaSoft.Common.AspNet.UnitTest\ChustaSoft.Common.AspNet.UnitTest.csproj", "{A15612C2-85EA-47EE-AEC5-B7E2A0000BC8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B4747AC-353D-4F89-BA08-35D3CB57EAB9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01B32248-4EF1-48D4-99B7-7EBFB2E85BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01B32248-4EF1-48D4-99B7-7EBFB2E85BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01B32248-4EF1-48D4-99B7-7EBFB2E85BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01B32248-4EF1-48D4-99B7-7EBFB2E85BAE}.Release|Any CPU.Build.0 = Release|Any CPU
{E4229203-A93E-4A38-B135-6B6DD89339CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4229203-A93E-4A38-B135-6B6DD89339CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4229203-A93E-4A38-B135-6B6DD89339CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4229203-A93E-4A38-B135-6B6DD89339CC}.Release|Any CPU.Build.0 = Release|Any CPU
{D694EE58-A797-416D-886C-D29CEF590E0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D694EE58-A797-416D-886C-D29CEF590E0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D694EE58-A797-416D-886C-D29CEF590E0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D694EE58-A797-416D-886C-D29CEF590E0D}.Release|Any CPU.Build.0 = Release|Any CPU
{3160516B-AF16-4B90-A232-4E230EE55AC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3160516B-AF16-4B90-A232-4E230EE55AC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3160516B-AF16-4B90-A232-4E230EE55AC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3160516B-AF16-4B90-A232-4E230EE55AC1}.Release|Any CPU.Build.0 = Release|Any CPU
{2F60BF25-145B-49D9-BED3-1F353868185C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F60BF25-145B-49D9-BED3-1F353868185C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F60BF25-145B-49D9-BED3-1F353868185C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F60BF25-145B-49D9-BED3-1F353868185C}.Release|Any CPU.Build.0 = Release|Any CPU
{A15612C2-85EA-47EE-AEC5-B7E2A0000BC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A15612C2-85EA-47EE-AEC5-B7E2A0000BC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A15612C2-85EA-47EE-AEC5-B7E2A0000BC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A15612C2-85EA-47EE-AEC5-B7E2A0000BC8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01B32248-4EF1-48D4-99B7-7EBFB2E85BAE} = {C1EE339C-C39B-4A5C-9C72-A1B2DBD2E7B0}
{E4229203-A93E-4A38-B135-6B6DD89339CC} = {C4DDB498-0331-4FC4-8679-9C4D504BBE67}
{D694EE58-A797-416D-886C-D29CEF590E0D} = {C1EE339C-C39B-4A5C-9C72-A1B2DBD2E7B0}
{3160516B-AF16-4B90-A232-4E230EE55AC1} = {C1EE339C-C39B-4A5C-9C72-A1B2DBD2E7B0}
{2F60BF25-145B-49D9-BED3-1F353868185C} = {C4DDB498-0331-4FC4-8679-9C4D504BBE67}
{A15612C2-85EA-47EE-AEC5-B7E2A0000BC8} = {C4DDB498-0331-4FC4-8679-9C4D504BBE67}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94984630-C46B-42F8-B7E9-9D1AD1A8F57B}
EndGlobalSection
EndGlobal