Subversion Repositories gelsvn

Rev

Rev 660 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 660 Rev 661
Line 252... Line 252...
252
    <UseDebugLibraries>true</UseDebugLibraries>
252
    <UseDebugLibraries>true</UseDebugLibraries>
253
    <PlatformToolset>v110</PlatformToolset>
253
    <PlatformToolset>v110</PlatformToolset>
254
    <CharacterSet>MultiByte</CharacterSet>
254
    <CharacterSet>MultiByte</CharacterSet>
255
  </PropertyGroup>
255
  </PropertyGroup>
256
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
256
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
257
    <ConfigurationType>Application</ConfigurationType>
257
    <ConfigurationType>StaticLibrary</ConfigurationType>
258
    <UseDebugLibraries>false</UseDebugLibraries>
258
    <UseDebugLibraries>false</UseDebugLibraries>
259
    <PlatformToolset>v110</PlatformToolset>
259
    <PlatformToolset>v110</PlatformToolset>
260
    <WholeProgramOptimization>true</WholeProgramOptimization>
260
    <WholeProgramOptimization>true</WholeProgramOptimization>
261
    <CharacterSet>MultiByte</CharacterSet>
261
    <CharacterSet>MultiByte</CharacterSet>
262
  </PropertyGroup>
262
  </PropertyGroup>
Line 272... Line 272...
272
  <PropertyGroup Label="UserMacros" />
272
  <PropertyGroup Label="UserMacros" />
273
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
273
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
274
    <IncludePath>../3party/include;../src;$(IncludePath)</IncludePath>
274
    <IncludePath>../3party/include;../src;$(IncludePath)</IncludePath>
275
    <LibraryPath>../3party/lib;$(LibraryPath)</LibraryPath>
275
    <LibraryPath>../3party/lib;$(LibraryPath)</LibraryPath>
276
  </PropertyGroup>
276
  </PropertyGroup>
-
 
277
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-
 
278
    <IncludePath>../3party/include;../src;$(IncludePath)</IncludePath>
-
 
279
    <LibraryPath>../3party/lib;$(LibraryPath)</LibraryPath>
-
 
280
  </PropertyGroup>
277
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
281
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
278
    <ClCompile>
282
    <ClCompile>
279
      <WarningLevel>Level3</WarningLevel>
283
      <WarningLevel>Level3</WarningLevel>
280
      <Optimization>Disabled</Optimization>
284
      <Optimization>Disabled</Optimization>
281
      <SDLCheck>true</SDLCheck>
285
      <SDLCheck>true</SDLCheck>
Line 291... Line 295...
291
      <WarningLevel>Level3</WarningLevel>
295
      <WarningLevel>Level3</WarningLevel>
292
      <Optimization>MaxSpeed</Optimization>
296
      <Optimization>MaxSpeed</Optimization>
293
      <FunctionLevelLinking>true</FunctionLevelLinking>
297
      <FunctionLevelLinking>true</FunctionLevelLinking>
294
      <IntrinsicFunctions>true</IntrinsicFunctions>
298
      <IntrinsicFunctions>true</IntrinsicFunctions>
295
      <SDLCheck>true</SDLCheck>
299
      <SDLCheck>true</SDLCheck>
-
 
300
      <DisableSpecificWarnings>4996</DisableSpecificWarnings>
-
 
301
      <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
296
    </ClCompile>
302
    </ClCompile>
297
    <Link>
303
    <Link>
298
      <GenerateDebugInformation>true</GenerateDebugInformation>
304
      <GenerateDebugInformation>true</GenerateDebugInformation>
299
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
305
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
300
      <OptimizeReferences>true</OptimizeReferences>
306
      <OptimizeReferences>true</OptimizeReferences>