-
Notifications
You must be signed in to change notification settings - Fork 0
/
PaceIndustries.sln
55 lines (55 loc) · 3.65 KB
/
PaceIndustries.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaceIndustries.Customer", "PaceIndustries.Customer\PaceIndustries.Customer.csproj", "{86D21137-06C0-4508-9D96-BF6BEA9F1313}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaceIndustries.Supplier", "PaceIndustries.Supplier\PaceIndustries.Supplier.csproj", "{693AEC54-9B1E-444C-A634-7F0022BEAC67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaceIndustries.Shared", "PaceIndustries.Shared\PaceIndustries.Shared.csproj", "{82606BA4-B400-4C63-A02D-9F457114EFA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaceIndustries.Administrator", "PaceIndustries.Administrator\PaceIndustries.Administrator.csproj", "{C82B235B-58F2-4610-96D5-CD5B8D4FEE06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaceIndustries.Company", "PaceIndustries.Company\PaceIndustries.Company.csproj", "{D146C729-3BAB-43BE-AC26-52381E0DEB58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaceIndustries.Circuit", "PaceIndustries.Circuit\PaceIndustries.Circuit.csproj", "{FFFEDE61-48DD-42BD-9259-4DC63DC7A909}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86D21137-06C0-4508-9D96-BF6BEA9F1313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86D21137-06C0-4508-9D96-BF6BEA9F1313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86D21137-06C0-4508-9D96-BF6BEA9F1313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86D21137-06C0-4508-9D96-BF6BEA9F1313}.Release|Any CPU.Build.0 = Release|Any CPU
{693AEC54-9B1E-444C-A634-7F0022BEAC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693AEC54-9B1E-444C-A634-7F0022BEAC67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693AEC54-9B1E-444C-A634-7F0022BEAC67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693AEC54-9B1E-444C-A634-7F0022BEAC67}.Release|Any CPU.Build.0 = Release|Any CPU
{82606BA4-B400-4C63-A02D-9F457114EFA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82606BA4-B400-4C63-A02D-9F457114EFA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82606BA4-B400-4C63-A02D-9F457114EFA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82606BA4-B400-4C63-A02D-9F457114EFA5}.Release|Any CPU.Build.0 = Release|Any CPU
{C82B235B-58F2-4610-96D5-CD5B8D4FEE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C82B235B-58F2-4610-96D5-CD5B8D4FEE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C82B235B-58F2-4610-96D5-CD5B8D4FEE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C82B235B-58F2-4610-96D5-CD5B8D4FEE06}.Release|Any CPU.Build.0 = Release|Any CPU
{D146C729-3BAB-43BE-AC26-52381E0DEB58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D146C729-3BAB-43BE-AC26-52381E0DEB58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D146C729-3BAB-43BE-AC26-52381E0DEB58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D146C729-3BAB-43BE-AC26-52381E0DEB58}.Release|Any CPU.Build.0 = Release|Any CPU
{FFFEDE61-48DD-42BD-9259-4DC63DC7A909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFFEDE61-48DD-42BD-9259-4DC63DC7A909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFFEDE61-48DD-42BD-9259-4DC63DC7A909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFFEDE61-48DD-42BD-9259-4DC63DC7A909}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1E7EE4D-630E-4355-B7A2-3578B3A018D2}
EndGlobalSection
EndGlobal