-
Notifications
You must be signed in to change notification settings - Fork 1
/
SalesPitch.sln
28 lines (28 loc) · 1.41 KB
/
SalesPitch.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{214D50EF-1A14-40EA-A439-14E9B9B0B00A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SalesPitch", "src\SalesPitch\SalesPitch.csproj", "{E30A32F3-F3CA-4498-817B-1BEE0A2BBFD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{BEEF849B-2A66-4160-8DD4-0C455C879765}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEEF849B-2A66-4160-8DD4-0C455C879765}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEEF849B-2A66-4160-8DD4-0C455C879765}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30A32F3-F3CA-4498-817B-1BEE0A2BBFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30A32F3-F3CA-4498-817B-1BEE0A2BBFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30A32F3-F3CA-4498-817B-1BEE0A2BBFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30A32F3-F3CA-4498-817B-1BEE0A2BBFD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E30A32F3-F3CA-4498-817B-1BEE0A2BBFD4} = {214D50EF-1A14-40EA-A439-14E9B9B0B00A}
EndGlobalSection
EndGlobal