-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSideWaffleOne.sln
More file actions
33 lines (33 loc) · 1.8 KB
/
SideWaffleOne.sln
File metadata and controls
33 lines (33 loc) · 1.8 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SideWaffleOne", "SideWaffleOne\SideWaffleOne.csproj", "{BE22BA1C-F101-435A-8D70-8A30E38F6777}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleApp", "SimpleApp\SimpleApp.csproj", "{5854AF51-7508-4462-9001-AD2196BAD42E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wizard", "Wizard\Wizard.csproj", "{7A95F96D-1F71-4207-8D6C-49AD51E8D079}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE22BA1C-F101-435A-8D70-8A30E38F6777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE22BA1C-F101-435A-8D70-8A30E38F6777}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE22BA1C-F101-435A-8D70-8A30E38F6777}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE22BA1C-F101-435A-8D70-8A30E38F6777}.Release|Any CPU.Build.0 = Release|Any CPU
{5854AF51-7508-4462-9001-AD2196BAD42E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5854AF51-7508-4462-9001-AD2196BAD42E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5854AF51-7508-4462-9001-AD2196BAD42E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A95F96D-1F71-4207-8D6C-49AD51E8D079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A95F96D-1F71-4207-8D6C-49AD51E8D079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A95F96D-1F71-4207-8D6C-49AD51E8D079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A95F96D-1F71-4207-8D6C-49AD51E8D079}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal