-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetalTracker.sln
44 lines (44 loc) · 2.39 KB
/
MetalTracker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "MetalModels\Models.csproj", "{382597FE-7ACE-4A05-914C-87149D808A17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96A48DB9-874B-4086-997C-D8358DFC6878}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{1967FF90-9570-4DF5-B1BE-D7FEA6251240}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryTracker", "InventoryTracker\InventoryTracker.csproj", "{60CC00DE-4B64-4E34-8779-19416C73A7E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{382597FE-7ACE-4A05-914C-87149D808A17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{382597FE-7ACE-4A05-914C-87149D808A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{382597FE-7ACE-4A05-914C-87149D808A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{382597FE-7ACE-4A05-914C-87149D808A17}.Release|Any CPU.Build.0 = Release|Any CPU
{1967FF90-9570-4DF5-B1BE-D7FEA6251240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1967FF90-9570-4DF5-B1BE-D7FEA6251240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1967FF90-9570-4DF5-B1BE-D7FEA6251240}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1967FF90-9570-4DF5-B1BE-D7FEA6251240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1967FF90-9570-4DF5-B1BE-D7FEA6251240}.Release|Any CPU.Build.0 = Release|Any CPU
{1967FF90-9570-4DF5-B1BE-D7FEA6251240}.Release|Any CPU.Deploy.0 = Release|Any CPU
{60CC00DE-4B64-4E34-8779-19416C73A7E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60CC00DE-4B64-4E34-8779-19416C73A7E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60CC00DE-4B64-4E34-8779-19416C73A7E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60CC00DE-4B64-4E34-8779-19416C73A7E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F552064D-D664-4A1A-8231-B33981913C2D}
EndGlobalSection
EndGlobal