-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted the project to Visual Studio 2013 and made it compilable.
- Loading branch information
Showing
4 changed files
with
210 additions
and
19 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
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
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,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Landscape", "Landscape.vcxproj", "{B47831E3-7517-6403-F657-B2601A03C3F1}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B47831E3-7517-6403-F657-B2601A03C3F1}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{B47831E3-7517-6403-F657-B2601A03C3F1}.Debug|Win32.Build.0 = Debug|Win32 | ||
{B47831E3-7517-6403-F657-B2601A03C3F1}.Release|Win32.ActiveCfg = Release|Win32 | ||
{B47831E3-7517-6403-F657-B2601A03C3F1}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
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,168 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<SccProjectName /> | ||
<SccLocalPath /> | ||
<ProjectGuid>{B47831E3-7517-6403-F657-B2601A03C3F1}</ProjectGuid> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<PlatformToolset>v120</PlatformToolset> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseOfMfc>false</UseOfMfc> | ||
<PlatformToolset>v120</PlatformToolset> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<OutDir>.\Debug\</OutDir> | ||
<IntDir>.\Debug\</IntDir> | ||
<LinkIncremental>true</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<OutDir>.\Release\</OutDir> | ||
<IntDir>.\Release\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<ClCompile> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<InlineFunctionExpansion>Default</InlineFunctionExpansion> | ||
<FunctionLevelLinking>false</FunctionLevelLinking> | ||
<Optimization>Disabled</Optimization> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<WarningLevel>Level3</WarningLevel> | ||
<TreatWarningAsError>false</TreatWarningAsError> | ||
<MinimalRebuild>true</MinimalRebuild> | ||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation> | ||
<BrowseInformation>true</BrowseInformation> | ||
<PrecompiledHeaderOutputFile>.\Debug\Landscape.pch</PrecompiledHeaderOutputFile> | ||
<ObjectFileName>.\Debug\</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName> | ||
</ClCompile> | ||
<Midl> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<TypeLibraryName>.\Debug\Landscape.tlb</TypeLibraryName> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<RedirectOutputAndErrors>NUL</RedirectOutputAndErrors> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
</Midl> | ||
<ResourceCompile> | ||
<Culture>0x0407</Culture> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ResourceCompile> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Debug\Landscape.bsc</OutputFile> | ||
</Bscmake> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Windows</SubSystem> | ||
<OutputFile>.\Debug\Landscape.exe</OutputFile> | ||
<AdditionalDependencies>dsound.lib;winmm.lib;dxguid.lib;ddraw.lib;dinput.lib;xinput.lib;dinput8.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<AdditionalLibraryDirectories>C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86;C:\Users\Lukas\Downloads\S;</AdditionalLibraryDirectories> | ||
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
<StringPooling>true</StringPooling> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<Optimization>MaxSpeed</Optimization> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AssemblerListingLocation>.\Release\</AssemblerListingLocation> | ||
<BrowseInformation>true</BrowseInformation> | ||
<PrecompiledHeaderOutputFile>.\Release\Landscape.pch</PrecompiledHeaderOutputFile> | ||
<ObjectFileName>.\Release\</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName> | ||
</ClCompile> | ||
<Midl> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<TypeLibraryName>.\Release\Landscape.tlb</TypeLibraryName> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<RedirectOutputAndErrors>NUL</RedirectOutputAndErrors> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
</Midl> | ||
<ResourceCompile> | ||
<Culture>0x0407</Culture> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ResourceCompile> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Release\Landscape.bsc</OutputFile> | ||
</Bscmake> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<SubSystem>Windows</SubSystem> | ||
<OutputFile>Release/Schiffbruch.exe</OutputFile> | ||
<AdditionalDependencies>odbc32.lib;odbccp32.lib;dxguid.lib;ddraw.lib;dinput.lib;dsound.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<CustomBuild Include="Animation.BMP" /> | ||
<CustomBuild Include="Bau.BMP" /> | ||
<CustomBuild Include="Baum.bmp" /> | ||
<CustomBuild Include="Buttons.bmp" /> | ||
<CustomBuild Include="credits.bmp" /> | ||
<CustomBuild Include="Cursor.BMP" /> | ||
<CustomBuild Include="GuyAni.BMP" /> | ||
<CustomBuild Include="icon1.ico" /> | ||
<CustomBuild Include="Inventar.bmp" /> | ||
<CustomBuild Include="Landscape.ico" /> | ||
<CustomBuild Include="Logo.bmp" /> | ||
<CustomBuild Include="Misc.BMP" /> | ||
<CustomBuild Include="Panel.BMP" /> | ||
<CustomBuild Include="Papier.BMP" /> | ||
<CustomBuild Include="Schrift.BMP" /> | ||
<CustomBuild Include="Schrift1.BMP" /> | ||
<CustomBuild Include="Schrift2.bmp" /> | ||
<CustomBuild Include="Sonne.BMP" /> | ||
<CustomBuild Include="Textfeld.bmp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="ddutil.cpp" /> | ||
<ClCompile Include="Landscape.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="ddutil.h" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="Landscape.rc" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |