/[dtapublic]/projs/emts/trunk/build/emts_standalone/emts_ifsfscan/win/emts_ifsfscan.vcxproj
ViewVC logotype

Diff of /projs/emts/trunk/build/emts_standalone/emts_ifsfscan/win/emts_ifsfscan.vcxproj

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

revision 313 by dashley, Wed Jan 1 22:43:16 2020 UTC revision 314 by dashley, Sat Jan 4 20:38:30 2020 UTC
# Line 72  Line 72 
72    <PropertyGroup Label="UserMacros" />    <PropertyGroup Label="UserMacros" />
73    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74      <LinkIncremental>true</LinkIncremental>      <LinkIncremental>true</LinkIncremental>
75        <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
76    </PropertyGroup>    </PropertyGroup>
77    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78      <LinkIncremental>true</LinkIncremental>      <LinkIncremental>true</LinkIncremental>
79        <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
80    </PropertyGroup>    </PropertyGroup>
81    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82      <LinkIncremental>false</LinkIncremental>      <LinkIncremental>false</LinkIncremental>
83        <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
84    </PropertyGroup>    </PropertyGroup>
85    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86      <LinkIncremental>false</LinkIncremental>      <LinkIncremental>false</LinkIncremental>
87        <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
88    </PropertyGroup>    </PropertyGroup>
89    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90      <ClCompile>      <ClCompile>
# Line 143  Line 147 
147        <FunctionLevelLinking>true</FunctionLevelLinking>        <FunctionLevelLinking>true</FunctionLevelLinking>
148        <IntrinsicFunctions>true</IntrinsicFunctions>        <IntrinsicFunctions>true</IntrinsicFunctions>
149        <SDLCheck>true</SDLCheck>        <SDLCheck>true</SDLCheck>
150        <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>        <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;K_EMTS_PF=K_EMTS_PF_WINAPI;K_EMTS_WSZ_OS=(64);K_EMTS_PROC_AL=K_EMTS_PROC_AL_X86_64;K_EMTS_WSZ_M=(32);K_EMTS_SZ_INT_LL=(64);K_EMTS_SZ_INT_L=(64);K_EMTS_SZ_INT=(32);K_EMTS_SZ_INT_S=(16);K_EMTS_MIR=K_EMTS_MIR_2SCOMP;K_EMTS_MFPU=K_EMTS_MFPU_YES;K_EMTS_PROJTYPE=K_EMTS_PROJTYPE_APP;K_EMTS_LINKTYPE=K_EMTS_LINKTYPE_STATIC;K_EMTS_DEBUGLVL=K_EMTS_DEBUGLVL_RELEASE;K_EMTS_DEBUGLOGLVL=K_EMTS_DEBUGLOGLVL_NONE;K_EMTS_ASSERTLVL=K_EMTS_ASSERTLVL_NONE;K_EMTS_PROGTYPE=K_EMTS_PROGTYPE_CONSOLE;K_EMTS_SCREENSIZE=K_EMTS_SCREENSIZE_ADAPTIVE;K_EMTS_THREADS=K_EMTS_THREADS_1;K_EMTS_CMODE=K_EMTS_CMODE_ASCII;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151        <ConformanceMode>true</ConformanceMode>        <ConformanceMode>true</ConformanceMode>
152        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
153      </ClCompile>      </ClCompile>
# Line 158  Line 162 
162      <ClCompile Include="..\..\..\..\src\emts_standalone\emts_ifsfscan\c_main.c" />      <ClCompile Include="..\..\..\..\src\emts_standalone\emts_ifsfscan\c_main.c" />
163      <ClCompile Include="emts_ifsfscan.cpp" />      <ClCompile Include="emts_ifsfscan.cpp" />
164    </ItemGroup>    </ItemGroup>
165      <ItemGroup>
166        <ClInclude Include="..\..\..\..\src\lib_c\c_emts\emts.h" />
167      </ItemGroup>
168    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169    <ImportGroup Label="ExtensionTargets">    <ImportGroup Label="ExtensionTargets">
170    </ImportGroup>    </ImportGroup>

Legend:
Removed from v.313  
changed lines
  Added in v.314

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25