/[dtapublic]/projs/dtats/trunk/projs/2018/20180112_ifsfscan/ifsfscan.vcxproj
ViewVC logotype

Diff of /projs/dtats/trunk/projs/2018/20180112_ifsfscan/ifsfscan.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 209 by dashley, Sun Jul 15 01:26:18 2018 UTC revision 210 by dashley, Wed Jul 18 01:31:21 2018 UTC
# Line 42  Line 42 
42      <ConfigurationType>Application</ConfigurationType>      <ConfigurationType>Application</ConfigurationType>
43      <UseDebugLibraries>true</UseDebugLibraries>      <UseDebugLibraries>true</UseDebugLibraries>
44      <PlatformToolset>v140</PlatformToolset>      <PlatformToolset>v140</PlatformToolset>
45      <CharacterSet>Unicode</CharacterSet>      <CharacterSet>NotSet</CharacterSet>
46    </PropertyGroup>    </PropertyGroup>
47    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48      <ConfigurationType>Application</ConfigurationType>      <ConfigurationType>Application</ConfigurationType>
49      <UseDebugLibraries>false</UseDebugLibraries>      <UseDebugLibraries>false</UseDebugLibraries>
50      <PlatformToolset>v140</PlatformToolset>      <PlatformToolset>v140</PlatformToolset>
51      <WholeProgramOptimization>true</WholeProgramOptimization>      <WholeProgramOptimization>true</WholeProgramOptimization>
52      <CharacterSet>Unicode</CharacterSet>      <CharacterSet>NotSet</CharacterSet>
53    </PropertyGroup>    </PropertyGroup>
54    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55    <ImportGroup Label="ExtensionSettings">    <ImportGroup Label="ExtensionSettings">
# Line 100  Line 100 
100        </PrecompiledHeader>        </PrecompiledHeader>
101        <WarningLevel>Level3</WarningLevel>        <WarningLevel>Level3</WarningLevel>
102        <Optimization>Disabled</Optimization>        <Optimization>Disabled</Optimization>
103        <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>        <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
104      </ClCompile>      </ClCompile>
105      <Link>      <Link>
106        <SubSystem>Console</SubSystem>        <SubSystem>Console</SubSystem>
# Line 133  Line 133 
133        <Optimization>MaxSpeed</Optimization>        <Optimization>MaxSpeed</Optimization>
134        <FunctionLevelLinking>true</FunctionLevelLinking>        <FunctionLevelLinking>true</FunctionLevelLinking>
135        <IntrinsicFunctions>true</IntrinsicFunctions>        <IntrinsicFunctions>true</IntrinsicFunctions>
136        <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>        <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
137      </ClCompile>      </ClCompile>
138      <Link>      <Link>
139        <SubSystem>Console</SubSystem>        <SubSystem>Console</SubSystem>

Legend:
Removed from v.209  
changed lines
  Added in v.210

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25