616 lines
32 KiB
XML
616 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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="Editor|Win32">
|
|
<Configuration>Editor</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Heavy Release|Win32">
|
|
<Configuration>Heavy Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Snapshot|Win32">
|
|
<Configuration>Snapshot</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{59C1D4F3-AE93-4A0A-B4FE-60841CA865E5}</ProjectGuid>
|
|
<ProjectName>Leviathan 2.0</ProjectName>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
</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)'=='Heavy 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)'=='Snapshot|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>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Editor|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>
|
|
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>out\</OutDir>
|
|
<IntDir>bin\debug\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<ExecutablePath>$(SolutionDir);$(ExecutablePath)</ExecutablePath>
|
|
<TargetName>leviathan-debug</TargetName>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'">
|
|
<OutDir>out\</OutDir>
|
|
<IntDir>bin\debug\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<ExecutablePath>$(SolutionDir);$(ExecutablePath)</ExecutablePath>
|
|
<TargetName>leviathan-debug</TargetName>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>out\</OutDir>
|
|
<IntDir>bin\release\</IntDir>
|
|
<LinkIncremental>
|
|
</LinkIncremental>
|
|
<GenerateManifest>
|
|
</GenerateManifest>
|
|
<ExecutablePath>$(SolutionDir);$(ExecutablePath)</ExecutablePath>
|
|
<TargetName>leviathan-release</TargetName>
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">
|
|
<OutDir>out\</OutDir>
|
|
<IntDir>bin\release\</IntDir>
|
|
<LinkIncremental>
|
|
</LinkIncremental>
|
|
<GenerateManifest>
|
|
</GenerateManifest>
|
|
<ExecutablePath>$(SolutionDir);$(ExecutablePath)</ExecutablePath>
|
|
<TargetName>leviathan-release</TargetName>
|
|
<PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">
|
|
<OutDir>out\</OutDir>
|
|
<IntDir>bin\release\</IntDir>
|
|
<LinkIncremental>
|
|
</LinkIncremental>
|
|
<GenerateManifest>
|
|
</GenerateManifest>
|
|
<ExecutablePath>$(SolutionDir);$(ExecutablePath)</ExecutablePath>
|
|
<TargetName>leviathan-snapshot</TargetName>
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\bin/Debug/Leviathan.tlb</TypeLibraryName>
|
|
<HeaderFileName />
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MinSpace</Optimization>
|
|
<AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_DEBUG;WINDOWS;DEBUG;SIMD;A32BITS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>bin\debug\</AssemblerListingLocation>
|
|
<ObjectFileName>bin\debug\</ObjectFileName>
|
|
<ProgramDataBaseFileName>bin\debug\</ProgramDataBaseFileName>
|
|
<BrowseInformation>false</BrowseInformation>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalDependencies>winmm.lib;opengl32.lib;src/sointu/song.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>out/leviathan-debug.exe</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>bin\debug\$(TargetName).pdb</ProgramDatabaseFile>
|
|
<SubSystem>Windows</SubSystem>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention />
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<EntryPointSymbol>entrypoint</EntryPointSymbol>
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
<ProfileGuidedDatabase>bin\debug\$(TargetName).pgd</ProfileGuidedDatabase>
|
|
</Link>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>$(OutDir)Leviathan.bsc</OutputFile>
|
|
</Bscmake>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<PreBuildEvent>
|
|
<Command>shader_minifier.exe -v -o src\shaders\fragment.inl src\shaders\fragment.frag
|
|
shader_minifier.exe -v -o src\shaders\post.inl src\shaders\post.frag</Command>
|
|
<Message>Minify user-supplied shader files.</Message>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\bin/Debug/Leviathan.tlb</TypeLibraryName>
|
|
<HeaderFileName>
|
|
</HeaderFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MinSpace</Optimization>
|
|
<AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>EDITOR_CONTROLS;_DEBUG;WINDOWS;DEBUG;SIMD;A32BITS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<PrecompiledHeaderOutputFile>
|
|
</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>bin\debug\</AssemblerListingLocation>
|
|
<ObjectFileName>bin\debug\</ObjectFileName>
|
|
<ProgramDataBaseFileName>bin\debug\</ProgramDataBaseFileName>
|
|
<BrowseInformation>false</BrowseInformation>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
<OmitDefaultLibName>false</OmitDefaultLibName>
|
|
<LanguageStandard>
|
|
</LanguageStandard>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalDependencies>winmm.lib;opengl32.lib;src/sointu/song.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>out/leviathan-debug.exe</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>bin\debug\$(TargetName).pdb</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<EntryPointSymbol>
|
|
</EntryPointSymbol>
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
<ProfileGuidedDatabase>bin\debug\$(TargetName).pgd</ProfileGuidedDatabase>
|
|
<IgnoreAllDefaultLibraries>
|
|
</IgnoreAllDefaultLibraries>
|
|
<ManifestFile />
|
|
<ImageHasSafeExceptionHandlers>
|
|
</ImageHasSafeExceptionHandlers>
|
|
</Link>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>$(OutDir)Leviathan.bsc</OutputFile>
|
|
</Bscmake>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<PreBuildEvent>
|
|
<Command>shader_minifier.exe -v -o src\shaders\fragment.inl src\shaders\fragment.frag
|
|
shader_minifier.exe -v -o src\shaders\post.inl src\shaders\post.frag</Command>
|
|
<Message>Minify user-supplied shader files.</Message>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\bin/Release/Leviathan.tlb</TypeLibraryName>
|
|
<HeaderFileName />
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MinSpace</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WINDOWS;A32BITS;SIMD;NDEBUG;_CRT_SECURE_NO_WARNINGS;WINDOWS_IGNORE_PACKING_MISMATCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>false</StringPooling>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<PrecompiledHeaderOutputFile>bin\Release\Leviathan.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|
<AssemblerListingLocation>bin\release\</AssemblerListingLocation>
|
|
<ObjectFileName>bin\release\</ObjectFileName>
|
|
<ProgramDataBaseFileName>bin\release\</ProgramDataBaseFileName>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<LanguageStandard>
|
|
</LanguageStandard>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
<AdditionalOptions>/GR- /EHa- %(AdditionalOptions)</AdditionalOptions>
|
|
<ForceConformanceInForLoopScope />
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalOptions>/CRINKLER /RANGE:opengl32 /HASHTRIES:300 /COMPMODE:SLOW /ORDERTRIES:9000 /REPORT:out.html /PROGRESSGUI /HASHSIZE:1000 /UNSAFEIMPORT /UNALIGNCODE /SATURATE /NOINITIALIZERS /TRANSFORM:CALLS /TRUNCATEFLOATS:32 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>opengl32.lib;winmm.lib;src/sointu/song.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>out\leviathan-release.exe</OutputFile>
|
|
<SuppressStartupBanner>
|
|
</SuppressStartupBanner>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EntryPointSymbol>entrypoint</EntryPointSymbol>
|
|
<BaseAddress />
|
|
<RandomizedBaseAddress>
|
|
</RandomizedBaseAddress>
|
|
<DataExecutionPrevention />
|
|
<TargetMachine>
|
|
</TargetMachine>
|
|
<GenerateDebugInformation>
|
|
</GenerateDebugInformation>
|
|
<AssemblyDebug>
|
|
</AssemblyDebug>
|
|
<ProgramDatabaseFile>bin\release\$(TargetName).pdb</ProgramDatabaseFile>
|
|
<ProfileGuidedDatabase>
|
|
</ProfileGuidedDatabase>
|
|
<ManifestFile />
|
|
<ImageHasSafeExceptionHandlers />
|
|
<EnableUAC />
|
|
<LinkErrorReporting />
|
|
<TypeLibraryResourceID />
|
|
</Link>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\bin/Release/Leviathan.bsc</OutputFile>
|
|
</Bscmake>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<PreBuildEvent>
|
|
<Command>shader_minifier.exe -v -o src\shaders\fragment.inl src\shaders\fragment.frag
|
|
shader_minifier.exe -v -o src\shaders\post.inl src\shaders\post.frag</Command>
|
|
<Message>Minify user-supplied shader files.</Message>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\bin/Release/Leviathan.tlb</TypeLibraryName>
|
|
<HeaderFileName>
|
|
</HeaderFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<AdditionalOptions>/GR- /EHa- %(AdditionalOptions)</AdditionalOptions>
|
|
<Optimization>MinSpace</Optimization>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WINDOWS;A32BITS;SIMD;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>false</StringPooling>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<PrecompiledHeaderOutputFile>bin\Release\Leviathan.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|
<AssemblerListingLocation>bin\release\</AssemblerListingLocation>
|
|
<ObjectFileName>bin\release\</ObjectFileName>
|
|
<ProgramDataBaseFileName>bin\release\</ProgramDataBaseFileName>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<LanguageStandard>
|
|
</LanguageStandard>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
<ForceConformanceInForLoopScope />
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalOptions>/CRINKLER /RANGE:opengl32 /HASHTRIES:1000 /COMPMODE:VERYSLOW /ORDERTRIES:30000 /REPORT:out.html /PROGRESSGUI /HASHSIZE:1000 /UNSAFEIMPORT /UNALIGNCODE /SATURATE /NOINITIALIZERS /TRANSFORM:CALLS %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>opengl32.lib;winmm.lib;src/sointu/song.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>out\leviathan-release.exe</OutputFile>
|
|
<SuppressStartupBanner>
|
|
</SuppressStartupBanner>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EntryPointSymbol>entrypoint</EntryPointSymbol>
|
|
<BaseAddress>
|
|
</BaseAddress>
|
|
<RandomizedBaseAddress>
|
|
</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<TargetMachine>
|
|
</TargetMachine>
|
|
<GenerateDebugInformation>
|
|
</GenerateDebugInformation>
|
|
<AssemblyDebug>
|
|
</AssemblyDebug>
|
|
<ProgramDatabaseFile>bin\release\$(TargetName).pdb</ProgramDatabaseFile>
|
|
<ProfileGuidedDatabase>
|
|
</ProfileGuidedDatabase>
|
|
<ManifestFile />
|
|
<ImageHasSafeExceptionHandlers />
|
|
<EnableUAC />
|
|
<LinkErrorReporting />
|
|
<TypeLibraryResourceID />
|
|
</Link>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\bin/Release/Leviathan.bsc</OutputFile>
|
|
</Bscmake>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<PreBuildEvent>
|
|
<Command>shader_minifier.exe -v -o src\shaders\fragment.inl src\shaders\fragment.frag shader_minifier.exe -v -o src\shaders\post.inl src\shaders\post.frag</Command>
|
|
<Message>Minify user-supplied shader files.</Message>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">
|
|
<Midl>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>true</MkTypLibCompatible>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<TargetEnvironment>Win32</TargetEnvironment>
|
|
<TypeLibraryName>.\bin/Release/Leviathan.tlb</TypeLibraryName>
|
|
<HeaderFileName>
|
|
</HeaderFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>MinSpace</Optimization>
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
<AdditionalIncludeDirectories>../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WINDOWS;A32BITS;SIMD;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>false</StringPooling>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<PrecompiledHeaderOutputFile>bin\Release\Leviathan.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|
<AssemblerListingLocation>bin\release\</AssemblerListingLocation>
|
|
<ObjectFileName>bin\release\</ObjectFileName>
|
|
<ProgramDataBaseFileName>bin\release\</ProgramDataBaseFileName>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<TreatWarningAsError>false</TreatWarningAsError>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
<BasicRuntimeChecks>
|
|
</BasicRuntimeChecks>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<LanguageStandard>
|
|
</LanguageStandard>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
<AdditionalOptions>/GR- /EHa- %(AdditionalOptions)</AdditionalOptions>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
<ForceConformanceInForLoopScope />
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<AdditionalOptions>/CRINKLER /RANGE:opengl32 /HASHTRIES:100 /COMPMODE:INSTANT /ORDERTRIES:2000 /PROGRESSGUI /HASHSIZE:100 /UNSAFEIMPORT /UNALIGNCODE /SATURATE /NOINITIALIZERS /TRANSFORM:CALLS %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalDependencies>opengl32.lib;winmm.lib;src/sointu/song.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>out\leviathan-snapshot.exe</OutputFile>
|
|
<SuppressStartupBanner>
|
|
</SuppressStartupBanner>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EntryPointSymbol>entrypoint</EntryPointSymbol>
|
|
<BaseAddress>
|
|
</BaseAddress>
|
|
<RandomizedBaseAddress>
|
|
</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<TargetMachine>
|
|
</TargetMachine>
|
|
<GenerateDebugInformation>
|
|
</GenerateDebugInformation>
|
|
<AssemblyDebug>
|
|
</AssemblyDebug>
|
|
<ProgramDatabaseFile>bin\release\$(TargetName).pdb</ProgramDatabaseFile>
|
|
<ProfileGuidedDatabase>
|
|
</ProfileGuidedDatabase>
|
|
<LinkTimeCodeGeneration>
|
|
</LinkTimeCodeGeneration>
|
|
<EnableUAC />
|
|
<LinkErrorReporting />
|
|
<ManifestFile />
|
|
<ImageHasSafeExceptionHandlers />
|
|
<TypeLibraryResourceID />
|
|
</Link>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\bin/Release/Leviathan.bsc</OutputFile>
|
|
</Bscmake>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
<PreBuildEvent>
|
|
<Command>shader_minifier.exe -v -o src\shaders\fragment.inl src\shaders\fragment.frag shader_minifier.exe -v -o src\shaders\post.inl src\shaders\post.frag</Command>
|
|
<Message>Minify user-supplied shader files.</Message>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="src\editor.h">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">true</ExcludedFromBuild>
|
|
</ClInclude>
|
|
<ClInclude Include="src\sointu\sointu.h" />
|
|
<ClInclude Include="src\debug.h">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">false</ExcludedFromBuild>
|
|
</ClInclude>
|
|
<ClInclude Include="src\definitions.h" />
|
|
<ClInclude Include="src\fp.h" />
|
|
<ClInclude Include="src\glext.h" />
|
|
<ClInclude Include="src\song.h">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">true</ExcludedFromBuild>
|
|
</ClInclude>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\editor.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="src\main.cpp" />
|
|
<ClCompile Include="src\song.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'">false</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="src\shaders\fragment.frag">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">true</ExcludedFromBuild>
|
|
</None>
|
|
<None Include="src\shaders\fragment.inl" />
|
|
<None Include="src\shaders\post.frag">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Editor|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Snapshot|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Heavy Release|Win32'">true</ExcludedFromBuild>
|
|
</None>
|
|
<None Include="src\shaders\post.inl" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
</Project> |