-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSGAAP.sln
46 lines (46 loc) · 2.63 KB
/
CSGAAP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33006.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSGAAP", "CSGAAP\CSGAAP.csproj", "{E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSGAAP.GUI", "CSGAAP.GUI\CSGAAP.GUI.csproj", "{269BAF72-7CAE-4FBB-BFBE-813E9F5956BC}"
ProjectSection(ProjectDependencies) = postProject
{E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12} = {E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSGAAP.Tests", "CSGAAP.Tests\CSGAAP.Tests.csproj", "{5A9C4FBE-72A8-41FB-B9F7-85BEDC009794}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSGAAP.CLI", "CSGAAP.CLI\CSGAAP.CLI.csproj", "{246C23F5-DA76-4BBF-B088-0853AEF834B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9C7E37C-E39C-4AFB-A7D6-ECA78F889A12}.Release|Any CPU.Build.0 = Release|Any CPU
{269BAF72-7CAE-4FBB-BFBE-813E9F5956BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{269BAF72-7CAE-4FBB-BFBE-813E9F5956BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{269BAF72-7CAE-4FBB-BFBE-813E9F5956BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{269BAF72-7CAE-4FBB-BFBE-813E9F5956BC}.Release|Any CPU.Build.0 = Release|Any CPU
{5A9C4FBE-72A8-41FB-B9F7-85BEDC009794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9C4FBE-72A8-41FB-B9F7-85BEDC009794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9C4FBE-72A8-41FB-B9F7-85BEDC009794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9C4FBE-72A8-41FB-B9F7-85BEDC009794}.Release|Any CPU.Build.0 = Release|Any CPU
{246C23F5-DA76-4BBF-B088-0853AEF834B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{246C23F5-DA76-4BBF-B088-0853AEF834B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{246C23F5-DA76-4BBF-B088-0853AEF834B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{246C23F5-DA76-4BBF-B088-0853AEF834B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFA1FD07-A5D5-48B9-BF90-3AE548D2C445}
EndGlobalSection
EndGlobal