-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWinch.sln
61 lines (61 loc) · 3.96 KB
/
Winch.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winch", "Winch\Winch.csproj", "{2473E013-AC60-4605-98CF-1F0C79DCA302}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntroSkipper", "Winch.Examples\IntroSkipper\IntroSkipper.csproj", "{561D1EF2-5AC2-4E97-B5C6-F645DC19A837}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisasterButton", "Winch.Examples\DisasterButton\DisasterButton.csproj", "{B2CFB1AF-4532-4CDB-8133-F33AF7350DC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleItems", "Winch.Examples\ExampleItems\ExampleItems.csproj", "{C112288E-E993-44F3-B7B0-FB4BD37F18EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinchConsole", "WinchConsole\WinchConsole.csproj", "{D5CFABA9-FA58-474F-A394-E197BDF38FDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinchCommon", "WinchCommon\WinchCommon.csproj", "{EF5F69E6-FD4D-4314-B187-A89D00BF9355}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinchLauncher", "WinchLauncher\WinchLauncher.csproj", "{45CB6021-0D96-4231-9F53-4C73597998D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2473E013-AC60-4605-98CF-1F0C79DCA302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2473E013-AC60-4605-98CF-1F0C79DCA302}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2473E013-AC60-4605-98CF-1F0C79DCA302}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2473E013-AC60-4605-98CF-1F0C79DCA302}.Release|Any CPU.Build.0 = Release|Any CPU
{561D1EF2-5AC2-4E97-B5C6-F645DC19A837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{561D1EF2-5AC2-4E97-B5C6-F645DC19A837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{561D1EF2-5AC2-4E97-B5C6-F645DC19A837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561D1EF2-5AC2-4E97-B5C6-F645DC19A837}.Release|Any CPU.Build.0 = Release|Any CPU
{B2CFB1AF-4532-4CDB-8133-F33AF7350DC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2CFB1AF-4532-4CDB-8133-F33AF7350DC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2CFB1AF-4532-4CDB-8133-F33AF7350DC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2CFB1AF-4532-4CDB-8133-F33AF7350DC4}.Release|Any CPU.Build.0 = Release|Any CPU
{C112288E-E993-44F3-B7B0-FB4BD37F18EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C112288E-E993-44F3-B7B0-FB4BD37F18EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C112288E-E993-44F3-B7B0-FB4BD37F18EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C112288E-E993-44F3-B7B0-FB4BD37F18EA}.Release|Any CPU.Build.0 = Release|Any CPU
{D5CFABA9-FA58-474F-A394-E197BDF38FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5CFABA9-FA58-474F-A394-E197BDF38FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5CFABA9-FA58-474F-A394-E197BDF38FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5CFABA9-FA58-474F-A394-E197BDF38FDD}.Release|Any CPU.Build.0 = Release|Any CPU
{EF5F69E6-FD4D-4314-B187-A89D00BF9355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF5F69E6-FD4D-4314-B187-A89D00BF9355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF5F69E6-FD4D-4314-B187-A89D00BF9355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF5F69E6-FD4D-4314-B187-A89D00BF9355}.Release|Any CPU.Build.0 = Release|Any CPU
{45CB6021-0D96-4231-9F53-4C73597998D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45CB6021-0D96-4231-9F53-4C73597998D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45CB6021-0D96-4231-9F53-4C73597998D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45CB6021-0D96-4231-9F53-4C73597998D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A468523-1AD6-4859-B67F-5D7CED54489B}
EndGlobalSection
EndGlobal