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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 322 - (hide annotations) (download)
Thu Jan 9 01:54:41 2020 UTC (4 years, 5 months ago) by dashley
File size: 9099 byte(s)
Rearrange source code.
Remove tab characters from source file.
1 dashley 289 <?xml version="1.0" encoding="utf-8"?>
2     <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3     <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5     <Configuration>Debug</Configuration>
6     <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9     <Configuration>Release</Configuration>
10     <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Debug|x64">
13     <Configuration>Debug</Configuration>
14     <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17     <Configuration>Release</Configuration>
18     <Platform>x64</Platform>
19     </ProjectConfiguration>
20     </ItemGroup>
21     <PropertyGroup Label="Globals">
22     <VCProjectVersion>16.0</VCProjectVersion>
23     <ProjectGuid>{C6311917-A647-432C-9652-2357303375EC}</ProjectGuid>
24     <Keyword>Win32Proj</Keyword>
25     <RootNamespace>emtsifsfscan</RootNamespace>
26     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
27     </PropertyGroup>
28     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30     <ConfigurationType>Application</ConfigurationType>
31     <UseDebugLibraries>true</UseDebugLibraries>
32     <PlatformToolset>v142</PlatformToolset>
33 dashley 291 <CharacterSet>NotSet</CharacterSet>
34 dashley 289 </PropertyGroup>
35     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36     <ConfigurationType>Application</ConfigurationType>
37     <UseDebugLibraries>false</UseDebugLibraries>
38     <PlatformToolset>v142</PlatformToolset>
39     <WholeProgramOptimization>true</WholeProgramOptimization>
40 dashley 291 <CharacterSet>NotSet</CharacterSet>
41 dashley 289 </PropertyGroup>
42     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43     <ConfigurationType>Application</ConfigurationType>
44     <UseDebugLibraries>true</UseDebugLibraries>
45     <PlatformToolset>v142</PlatformToolset>
46 dashley 291 <CharacterSet>NotSet</CharacterSet>
47 dashley 289 </PropertyGroup>
48     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49     <ConfigurationType>Application</ConfigurationType>
50     <UseDebugLibraries>false</UseDebugLibraries>
51     <PlatformToolset>v142</PlatformToolset>
52     <WholeProgramOptimization>true</WholeProgramOptimization>
53 dashley 291 <CharacterSet>NotSet</CharacterSet>
54 dashley 289 </PropertyGroup>
55     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56     <ImportGroup Label="ExtensionSettings">
57     </ImportGroup>
58     <ImportGroup Label="Shared">
59     </ImportGroup>
60     <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62     </ImportGroup>
63     <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65     </ImportGroup>
66     <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68     </ImportGroup>
69     <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71     </ImportGroup>
72     <PropertyGroup Label="UserMacros" />
73     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74     <LinkIncremental>true</LinkIncremental>
75 dashley 314 <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
76 dashley 289 </PropertyGroup>
77     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78     <LinkIncremental>true</LinkIncremental>
79 dashley 314 <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
80 dashley 289 </PropertyGroup>
81     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82     <LinkIncremental>false</LinkIncremental>
83 dashley 314 <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
84 dashley 289 </PropertyGroup>
85     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86     <LinkIncremental>false</LinkIncremental>
87 dashley 314 <IncludePath>C:\svnsbx\dtapublic\projs\emts\trunk\src\lib_c\c_emts;$(IncludePath)</IncludePath>
88 dashley 289 </PropertyGroup>
89     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90     <ClCompile>
91     <PrecompiledHeader>
92     </PrecompiledHeader>
93     <WarningLevel>Level3</WarningLevel>
94     <Optimization>Disabled</Optimization>
95     <SDLCheck>true</SDLCheck>
96 dashley 291 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 dashley 289 <ConformanceMode>true</ConformanceMode>
98 dashley 291 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
99 dashley 289 </ClCompile>
100     <Link>
101     <SubSystem>Console</SubSystem>
102     <GenerateDebugInformation>true</GenerateDebugInformation>
103     </Link>
104     </ItemDefinitionGroup>
105     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106     <ClCompile>
107     <PrecompiledHeader>
108     </PrecompiledHeader>
109     <WarningLevel>Level3</WarningLevel>
110     <Optimization>Disabled</Optimization>
111     <SDLCheck>true</SDLCheck>
112 dashley 291 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113 dashley 289 <ConformanceMode>true</ConformanceMode>
114 dashley 291 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
115 dashley 289 </ClCompile>
116     <Link>
117     <SubSystem>Console</SubSystem>
118     <GenerateDebugInformation>true</GenerateDebugInformation>
119     </Link>
120     </ItemDefinitionGroup>
121     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122     <ClCompile>
123     <PrecompiledHeader>
124     </PrecompiledHeader>
125     <WarningLevel>Level3</WarningLevel>
126     <Optimization>MaxSpeed</Optimization>
127     <FunctionLevelLinking>true</FunctionLevelLinking>
128     <IntrinsicFunctions>true</IntrinsicFunctions>
129     <SDLCheck>true</SDLCheck>
130 dashley 291 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131 dashley 289 <ConformanceMode>true</ConformanceMode>
132 dashley 291 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
133 dashley 289 </ClCompile>
134     <Link>
135     <SubSystem>Console</SubSystem>
136     <EnableCOMDATFolding>true</EnableCOMDATFolding>
137     <OptimizeReferences>true</OptimizeReferences>
138     <GenerateDebugInformation>true</GenerateDebugInformation>
139     </Link>
140     </ItemDefinitionGroup>
141     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
142     <ClCompile>
143     <PrecompiledHeader>
144     </PrecompiledHeader>
145     <WarningLevel>Level3</WarningLevel>
146     <Optimization>MaxSpeed</Optimization>
147     <FunctionLevelLinking>true</FunctionLevelLinking>
148     <IntrinsicFunctions>true</IntrinsicFunctions>
149     <SDLCheck>true</SDLCheck>
150 dashley 317 <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;K_EMTS_MALLOCSTRAT=K_EMTS_MALLOCSTRAT_OM_FATAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 dashley 289 <ConformanceMode>true</ConformanceMode>
152 dashley 291 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
153 dashley 319 <CompileAs>CompileAsCpp</CompileAs>
154 dashley 289 </ClCompile>
155     <Link>
156     <SubSystem>Console</SubSystem>
157     <EnableCOMDATFolding>true</EnableCOMDATFolding>
158     <OptimizeReferences>true</OptimizeReferences>
159     <GenerateDebugInformation>true</GenerateDebugInformation>
160     </Link>
161     </ItemDefinitionGroup>
162     <ItemGroup>
163     <ClCompile Include="emts_ifsfscan.cpp" />
164     </ItemGroup>
165 dashley 314 <ItemGroup>
166     <ClInclude Include="..\..\..\..\src\lib_c\c_emts\emts.h" />
167     </ItemGroup>
168 dashley 289 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169     <ImportGroup Label="ExtensionTargets">
170     </ImportGroup>
171     </Project>

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25