45 lines
1.8 KiB
XML
45 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<IncludePath>$(IncludePath);D:\RowProjeckt\Client\Library\dxx8\include</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ReferencePath>$(ReferencePath)</ReferencePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LibraryPath>D:\RowProjeckt\Client\Library\dxx8\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SourcePath>$(SourcePath)</SourcePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ExcludePath>$(ExcludePath)</ExcludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../GMMemory.lib;../RylServerLibrary;../RylGameLibrary;../MemoryManager;../NFAuthClient;../ScriptEngine;../zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_USE_32BIT_TIME_T</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<DisableSpecificWarnings>4996;4819;4482</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT;LIBCMTD;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<SubSystem>Windows</SubSystem>
|
|
<DataExecutionPrevention>false</DataExecutionPrevention>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</Project> |