name: "Main Area" panels { name: "LANE (1)" path: "Panels/Main/panel_1" clue: "lane" answer: "came" symbols: SPARKLES } panels { name: "LANE (2)" path: "Panels/Main/panel_5" clue: "lane" answer: "cane" symbols: SPARKLES } panels { name: "LANE (3)" path: "Panels/Main/panel_8" clue: "lane" answer: "game" symbols: SPARKLES } panels { name: "LAKE" path: "Panels/Cake/panel_1" clue: "lake" answer: "cake" symbols: SPARKLES } panels { name: "DIE" path: "Panels/Cake/panel_2" clue: "die" answer: "lie" symbols: SPARKLES } panels { name: "LIGHT" path: "Panels/Main/panel_9" clue: "light" answer: "right" symbols: SPARKLES } panels { name: "LOVES" path: "Panels/Side 1/panel_2" clue: "loves" answer: "coves" symbols: SPARKLES } panels { name: "RANGER" path: "Panels/Side 1/panel_4" clue: "ranger" answer: "dancer" symbols: SPARKLES } panels { name: "LACE" path: "Panels/Side 1/panel_6" clue: "lace" answer: "cage" symbols: SPARKLES } panels { name: "COAT" path: "Panels/Side 1/panel_7" clue: "coat" answer: "goat" symbols: SPARKLES } panels { name: "LABS (1)" path: "Panels/Side 1/panel_8" clue: "labs" answer: "gabs" symbols: SPARKLES } panels { name: "LABS (2)" path: "Panels/Side 1/panel_9" clue: "labs" answer: "cabs" symbols: SPARKLES } ports { name: "DARKROOM" path: "Components/Warps/worldport2" orientation: "north" } paintings { name: "P" path: "Components/Paintings/p" orientation: "south" exit_only: true display_name: "Near Cyan Painting" } paintings { name: "F" path: "Components/Paintings/f" orientation: "south" exit_only: true display_name: "Near Yellow Painting" } diff stats
path: root/WitnessRandomizer.sln
blob: 35f5c0958dd53f90d70cf68459f0cf04a9328047 (plain) (blame)
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WitnessRandomizer", "WitnessRandomizer\WitnessRandomizer.vcxproj", "{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x64 = Debug|x64
		Debug|x86 = Debug|x86
		Release|x64 = Release|x64
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Debug|x64.ActiveCfg = Debug|x64
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Debug|x64.Build.0 = Debug|x64
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Debug|x86.ActiveCfg = Debug|Win32
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Debug|x86.Build.0 = Debug|Win32
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Release|x64.ActiveCfg = Release|x64
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Release|x64.Build.0 = Release|x64
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Release|x86.ActiveCfg = Release|Win32
		{1563D1E2-0A18-4AFC-8D6F-9F8D9A433F31}.Release|x86.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {16A86E99-24E8-45C7-A6E2-1FA2C179A898}
	EndGlobalSection
EndGlobal