-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckoutPlatform.sln
More file actions
34 lines (34 loc) · 1.74 KB
/
Copy pathCheckoutPlatform.sln
File metadata and controls
34 lines (34 loc) · 1.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PromotionEngine", "PromotionEngine\PromotionEngine.csproj", "{5D655155-EC04-44A2-97FD-AFA3B080A0EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PromotionEngine.Test", "PromotionEngine.Test\PromotionEngine.Test.csproj", "{2D114E70-ABA0-4489-AF3B-A52D488961E3}"
ProjectSection(ProjectDependencies) = postProject
{5D655155-EC04-44A2-97FD-AFA3B080A0EA} = {5D655155-EC04-44A2-97FD-AFA3B080A0EA}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D655155-EC04-44A2-97FD-AFA3B080A0EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D655155-EC04-44A2-97FD-AFA3B080A0EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D655155-EC04-44A2-97FD-AFA3B080A0EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D655155-EC04-44A2-97FD-AFA3B080A0EA}.Release|Any CPU.Build.0 = Release|Any CPU
{2D114E70-ABA0-4489-AF3B-A52D488961E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D114E70-ABA0-4489-AF3B-A52D488961E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D114E70-ABA0-4489-AF3B-A52D488961E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D114E70-ABA0-4489-AF3B-A52D488961E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE316D3A-F66B-4F8C-A689-9B5BBE7EE575}
EndGlobalSection
EndGlobal