-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSACModuleSample.sln
More file actions
36 lines (36 loc) · 1.95 KB
/
SACModuleSample.sln
File metadata and controls
36 lines (36 loc) · 1.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleModule", "SampleModule\SampleModule.csproj", "{9C9227D8-67C2-4226-934D-DFB5DF3F9584}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SACModuleBase", "ModuleBase\SACModuleBase.csproj", "{6EF56439-571F-4598-B89F-2FD4176142EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DEV_DEBUG|Any CPU = DEV_DEBUG|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C9227D8-67C2-4226-934D-DFB5DF3F9584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9227D8-67C2-4226-934D-DFB5DF3F9584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9227D8-67C2-4226-934D-DFB5DF3F9584}.DEV_DEBUG|Any CPU.ActiveCfg = DEV_DEBUG|Any CPU
{9C9227D8-67C2-4226-934D-DFB5DF3F9584}.DEV_DEBUG|Any CPU.Build.0 = DEV_DEBUG|Any CPU
{9C9227D8-67C2-4226-934D-DFB5DF3F9584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9227D8-67C2-4226-934D-DFB5DF3F9584}.Release|Any CPU.Build.0 = Release|Any CPU
{6EF56439-571F-4598-B89F-2FD4176142EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EF56439-571F-4598-B89F-2FD4176142EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EF56439-571F-4598-B89F-2FD4176142EB}.DEV_DEBUG|Any CPU.ActiveCfg = DEV_DEBUG|Any CPU
{6EF56439-571F-4598-B89F-2FD4176142EB}.DEV_DEBUG|Any CPU.Build.0 = DEV_DEBUG|Any CPU
{6EF56439-571F-4598-B89F-2FD4176142EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EF56439-571F-4598-B89F-2FD4176142EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65618DE3-6139-4666-AEAE-B74D0C9D4AAD}
EndGlobalSection
EndGlobal