-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJesseCoRetailManager.sln
39 lines (39 loc) · 2.19 KB
/
JesseCoRetailManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JRMDataManager", "JRMDataManager\JRMDataManager.csproj", "{236B25F8-E7EA-4997-8532-7667131DB85A}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "JRMData", "JRMData\JRMData.sqlproj", "{6B03A9E3-4724-413B-9B64-C6161C516A83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JRMDesktopUI", "JRMDesktopUI\JRMDesktopUI.csproj", "{D3A7CF5B-7C31-487A-A2BA-8C907B7D6076}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{236B25F8-E7EA-4997-8532-7667131DB85A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{236B25F8-E7EA-4997-8532-7667131DB85A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{236B25F8-E7EA-4997-8532-7667131DB85A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{236B25F8-E7EA-4997-8532-7667131DB85A}.Release|Any CPU.Build.0 = Release|Any CPU
{6B03A9E3-4724-413B-9B64-C6161C516A83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B03A9E3-4724-413B-9B64-C6161C516A83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B03A9E3-4724-413B-9B64-C6161C516A83}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6B03A9E3-4724-413B-9B64-C6161C516A83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B03A9E3-4724-413B-9B64-C6161C516A83}.Release|Any CPU.Build.0 = Release|Any CPU
{6B03A9E3-4724-413B-9B64-C6161C516A83}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D3A7CF5B-7C31-487A-A2BA-8C907B7D6076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3A7CF5B-7C31-487A-A2BA-8C907B7D6076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3A7CF5B-7C31-487A-A2BA-8C907B7D6076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3A7CF5B-7C31-487A-A2BA-8C907B7D6076}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DD589E5-4ED4-40E6-AC59-BC5BB2A39A4A}
EndGlobalSection
EndGlobal