-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestDevx.sln
31 lines (31 loc) · 1.57 KB
/
TestDevx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockTracking", "TestDevx\StockTracking.csproj", "{40A008C2-EDCA-43C8-9B77-4A528FA19568}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockTrackingTests", "StockTrackingTests\StockTrackingTests.csproj", "{DCA3A47B-42F0-4101-A5A0-28EAC8F64D96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40A008C2-EDCA-43C8-9B77-4A528FA19568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40A008C2-EDCA-43C8-9B77-4A528FA19568}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40A008C2-EDCA-43C8-9B77-4A528FA19568}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40A008C2-EDCA-43C8-9B77-4A528FA19568}.Release|Any CPU.Build.0 = Release|Any CPU
{DCA3A47B-42F0-4101-A5A0-28EAC8F64D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCA3A47B-42F0-4101-A5A0-28EAC8F64D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCA3A47B-42F0-4101-A5A0-28EAC8F64D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCA3A47B-42F0-4101-A5A0-28EAC8F64D96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B57852D8-02BC-4C30-B7D6-52FF340D8C53}
EndGlobalSection
EndGlobal