-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
292e3a9
commit 56805d2
Showing
43 changed files
with
2,226 additions
and
804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29215.179 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Daedalus", "Daedalus.vcxproj", "{3F41CB08-9973-4856-ACC3-66ABE55D0E4D}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{3F41CB08-9973-4856-ACC3-66ABE55D0E4D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{3F41CB08-9973-4856-ACC3-66ABE55D0E4D}.Debug|Win32.Build.0 = Debug|Win32 | ||
{3F41CB08-9973-4856-ACC3-66ABE55D0E4D}.Release|Win32.ActiveCfg = Release|Win32 | ||
{3F41CB08-9973-4856-ACC3-66ABE55D0E4D}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {EA36D49B-46A9-4EAF-BE0B-377A08A90A33} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,334 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="8.00" | ||
Name="Daedalus" | ||
ProjectGUID="{3F41CB08-9973-4856-ACC3-66ABE55D0E4D}" | ||
RootNamespace="Daedalus" | ||
Keyword="Win32Proj" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|Win32" | ||
OutputDirectory="..\G" | ||
IntermediateDirectory="..\G" | ||
ConfigurationType="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="0" | ||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;SECURE" | ||
MinimalRebuild="true" | ||
BasicRuntimeChecks="3" | ||
RuntimeLibrary="3" | ||
UsePrecompiledHeader="0" | ||
WarningLevel="3" | ||
Detect64BitPortabilityProblems="true" | ||
DebugInformationFormat="4" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalOptions="shlwapi.lib Winmm.lib" | ||
LinkIncremental="2" | ||
IgnoreDefaultLibraryNames="" | ||
GenerateDebugInformation="true" | ||
SubSystem="2" | ||
TargetMachine="1" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCWebDeploymentTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
<Configuration | ||
Name="Release|Win32" | ||
OutputDirectory="..\G" | ||
IntermediateDirectory="..\G" | ||
ConfigurationType="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
FavorSizeOrSpeed="0" | ||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;SECURE" | ||
RuntimeLibrary="0" | ||
UsePrecompiledHeader="0" | ||
WarningLevel="3" | ||
Detect64BitPortabilityProblems="true" | ||
DebugInformationFormat="3" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalOptions="shlwapi.lib Winmm.lib" | ||
LinkIncremental="2" | ||
GenerateDebugInformation="true" | ||
SubSystem="2" | ||
OptimizeReferences="2" | ||
EnableCOMDATFolding="2" | ||
TargetMachine="1" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCWebDeploymentTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
</References> | ||
<Files> | ||
<Filter | ||
Name="Header Files" | ||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
> | ||
<File | ||
RelativePath=".\color.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daedalus.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\draw.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\graphics.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\maze.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\resource.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\threed.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\util.h" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Resource Files" | ||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
> | ||
<File | ||
RelativePath=".\daedalus.rc" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daeicon1.ico" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daeicon2.ico" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daeicon3.ico" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daeicon4.ico" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daeicon5.ico" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Source Files" | ||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
> | ||
<File | ||
RelativePath=".\color.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\command.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\create.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\create2.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\create3.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daedalus.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\daedalus.def" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\draw.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\draw2.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\game.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\graphics.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\inside.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\labyrnth.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\maze.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\solids.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\solve.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\threed.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\util.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\wdialog.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\wdriver.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\wutil.cpp" | ||
> | ||
</File> | ||
</Filter> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
Oops, something went wrong.