|
|
@@ -29,7 +29,7 @@
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
- <CLRSupport>true</CLRSupport>
|
|
|
+ <CLRSupport>false</CLRSupport>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
@@ -52,6 +52,8 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(SolutionDir)\Bin\Release\</OutDir>
|
|
|
+ <IntDir>$(SolutionDir)\Temp\Release\</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|
|
|
@@ -59,7 +61,7 @@
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB</PreprocessorDefinitions>
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
@@ -87,12 +89,18 @@
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<ClCompile>
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;ENET_DLL;ENET_BUILDING_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <CompileAsManaged>false</CompileAsManaged>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies />
|
|
|
+ <GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>wsock32.lib;Ws2_32.lib;Winmm.lib</AdditionalDependencies>
|
|
|
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
+ <CLRSupportLastError>Enabled</CLRSupportLastError>
|
|
|
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|