diff --git a/ComputerHardwareStore/ComputerHardwareStore.sln b/ComputerHardwareStore/ComputerHardwareStore.sln new file mode 100644 index 0000000..09e5f22 --- /dev/null +++ b/ComputerHardwareStore/ComputerHardwareStore.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34031.279 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerHardwareStore", "ComputerHardwareStore\ComputerHardwareStore.csproj", "{D5DDEE2B-A0C4-430B-B00E-452BA1AB3DDA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D5DDEE2B-A0C4-430B-B00E-452BA1AB3DDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5DDEE2B-A0C4-430B-B00E-452BA1AB3DDA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5DDEE2B-A0C4-430B-B00E-452BA1AB3DDA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5DDEE2B-A0C4-430B-B00E-452BA1AB3DDA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {83F567F8-9680-43E0-B083-3A759BB79AB7} + EndGlobalSection +EndGlobal diff --git a/ComputerHardwareStore/ComputerHardwareStore/App.config b/ComputerHardwareStore/ComputerHardwareStore/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/ComputerHardwareStore/ComputerHardwareStore/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ComputerHardwareStore/ComputerHardwareStore/ComputerHardwareStore.csproj b/ComputerHardwareStore/ComputerHardwareStore/ComputerHardwareStore.csproj new file mode 100644 index 0000000..9e06d61 --- /dev/null +++ b/ComputerHardwareStore/ComputerHardwareStore/ComputerHardwareStore.csproj @@ -0,0 +1,39 @@ + + + + + Debug + AnyCPU + {D5DDEE2B-A0C4-430B-B00E-452BA1AB3DDA} + Exe + ComputerHardwareStore + ComputerHardwareStore + v4.8 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + \ No newline at end of file