-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrderExample.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
Copy pathOrderExample.sln
File metadata and controls
37 lines (37 loc) · 2.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ordertest_8", "ordertest\ordertest_8.csproj", "{ACDF6988-894E-46B2-AD83-2028D84ABF9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ordertestTests", "ordertestTests\ordertestTests.csproj", "{5E867086-307B-4DC4-8882-8274E2AB82FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderForm_8", "OrderForm\OrderForm_8.csproj", "{0F568EFC-1A46-4DE9-ACB6-C5E4B85D230D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACDF6988-894E-46B2-AD83-2028D84ABF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACDF6988-894E-46B2-AD83-2028D84ABF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACDF6988-894E-46B2-AD83-2028D84ABF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACDF6988-894E-46B2-AD83-2028D84ABF9D}.Release|Any CPU.Build.0 = Release|Any CPU
{5E867086-307B-4DC4-8882-8274E2AB82FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E867086-307B-4DC4-8882-8274E2AB82FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E867086-307B-4DC4-8882-8274E2AB82FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E867086-307B-4DC4-8882-8274E2AB82FD}.Release|Any CPU.Build.0 = Release|Any CPU
{0F568EFC-1A46-4DE9-ACB6-C5E4B85D230D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F568EFC-1A46-4DE9-ACB6-C5E4B85D230D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F568EFC-1A46-4DE9-ACB6-C5E4B85D230D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F568EFC-1A46-4DE9-ACB6-C5E4B85D230D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F23DA60A-FA5F-4BA8-8022-DB2641DDA2EA}
EndGlobalSection
EndGlobal