/[dtapublic]/projs/dtats/trunk/projs/20161014_cfbrapab/cfbrapab.vcxproj
ViewVC logotype

Annotation of /projs/dtats/trunk/projs/20161014_cfbrapab/cfbrapab.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations) (download)
Sat Oct 8 07:08:47 2016 UTC (7 years, 5 months ago) by dashley
Original Path: to_be_filed/sf_code/esrgpcpj/cfbrapab/cfbrapab.vcxproj
File size: 7364 byte(s)
Directories relocated.
1 dashley 25 <?xml version="1.0" encoding="utf-8"?>
2     <Project DefaultTargets="Build" ToolsVersion="4.0" 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     </ItemGroup>
13     <PropertyGroup Label="Globals">
14     <SccProjectName />
15     <SccLocalPath />
16     </PropertyGroup>
17     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19     <ConfigurationType>Application</ConfigurationType>
20     <UseOfMfc>false</UseOfMfc>
21     <CharacterSet>MultiByte</CharacterSet>
22     </PropertyGroup>
23     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24     <ConfigurationType>Application</ConfigurationType>
25     <UseOfMfc>false</UseOfMfc>
26     <CharacterSet>MultiByte</CharacterSet>
27     </PropertyGroup>
28     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29     <ImportGroup Label="ExtensionSettings">
30     </ImportGroup>
31     <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
34     </ImportGroup>
35     <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
38     </ImportGroup>
39     <PropertyGroup Label="UserMacros" />
40     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
41     <OutDir>.\Release\</OutDir>
42     <IntDir>.\Release\</IntDir>
43     <LinkIncremental>false</LinkIncremental>
44     </PropertyGroup>
45     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46     <OutDir>.\Debug\</OutDir>
47     <IntDir>.\Debug\</IntDir>
48     <LinkIncremental>true</LinkIncremental>
49     </PropertyGroup>
50     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
51     <ClCompile>
52     <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
53     <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
54     <StringPooling>true</StringPooling>
55     <FunctionLevelLinking>true</FunctionLevelLinking>
56     <Optimization>MaxSpeed</Optimization>
57     <SuppressStartupBanner>true</SuppressStartupBanner>
58     <WarningLevel>Level3</WarningLevel>
59     <AdditionalIncludeDirectories>..\shared\c_datd;..\shared\c_cmode;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
60     <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;APP_TYPE_SIMPLE_DOS_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61     <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
62     <PrecompiledHeaderOutputFile>.\Release\cfbrapab.pch</PrecompiledHeaderOutputFile>
63     <PrecompiledHeader>
64     </PrecompiledHeader>
65     <ObjectFileName>.\Release\</ObjectFileName>
66     <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
67     </ClCompile>
68     <Midl>
69     <TypeLibraryName>.\Release\cfbrapab.tlb</TypeLibraryName>
70     </Midl>
71     <ResourceCompile>
72     <Culture>0x0409</Culture>
73     <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74     </ResourceCompile>
75     <Bscmake>
76     <SuppressStartupBanner>true</SuppressStartupBanner>
77     <OutputFile>.\Release\cfbrapab.bsc</OutputFile>
78     </Bscmake>
79     <Link>
80     <SuppressStartupBanner>true</SuppressStartupBanner>
81     <SubSystem>Console</SubSystem>
82     <OutputFile>.\Release\cfbrapab.exe</OutputFile>
83     <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
84     </Link>
85     </ItemDefinitionGroup>
86     <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87     <ClCompile>
88     <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
89     <InlineFunctionExpansion>Default</InlineFunctionExpansion>
90     <FunctionLevelLinking>false</FunctionLevelLinking>
91     <Optimization>Disabled</Optimization>
92     <SuppressStartupBanner>true</SuppressStartupBanner>
93     <WarningLevel>Level3</WarningLevel>
94     <MinimalRebuild>true</MinimalRebuild>
95     <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
96     <AdditionalIncludeDirectories>..\shared\c_datd;..\shared\c_cmode;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97     <PreprocessorDefinitions>_DEBUG;WIN32;_CONSOLE;APP_TYPE_SIMPLE_DOS_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98     <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
99     <BrowseInformation>true</BrowseInformation>
100     <PrecompiledHeaderOutputFile>.\Debug\cfbrapab.pch</PrecompiledHeaderOutputFile>
101     <PrecompiledHeader>
102     </PrecompiledHeader>
103     <ObjectFileName>.\Debug\</ObjectFileName>
104     <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
105     <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
106     </ClCompile>
107     <Midl>
108     <TypeLibraryName>.\Debug\cfbrapab.tlb</TypeLibraryName>
109     </Midl>
110     <ResourceCompile>
111     <Culture>0x0409</Culture>
112     <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113     </ResourceCompile>
114     <Bscmake>
115     <SuppressStartupBanner>true</SuppressStartupBanner>
116     <OutputFile>.\Debug\cfbrapab.bsc</OutputFile>
117     </Bscmake>
118     <Link>
119     <SuppressStartupBanner>true</SuppressStartupBanner>
120     <GenerateDebugInformation>true</GenerateDebugInformation>
121     <SubSystem>Console</SubSystem>
122     <OutputFile>.\Debug\cfbrapab.exe</OutputFile>
123     <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
124     </Link>
125     </ItemDefinitionGroup>
126     <ItemGroup>
127     <ClCompile Include="..\shared\c_datd\bstrfunc.c" />
128     <ClCompile Include="c_main.c" />
129     <ClCompile Include="..\shared\c_cmode\ccmalloc.c" />
130     <ClCompile Include="..\shared\c_cmode\ccmfatal.c" />
131     <ClCompile Include="cfbrapab.cpp" />
132     <ClCompile Include="..\shared\c_datd\charfunc.c" />
133     <ClCompile Include="..\shared\c_datd\cu_msgs.c" />
134     <ClCompile Include="..\shared\c_datd\fcmiof.c" />
135     <ClCompile Include="..\shared\c_datd\gmp_ints.c" />
136     <ClCompile Include="..\shared\c_datd\gmp_ralg.c" />
137     <ClCompile Include="..\shared\c_datd\gmp_rats.c" />
138     <ClCompile Include="..\shared\c_datd\intfunc.c" />
139     </ItemGroup>
140     <ItemGroup>
141     <ClInclude Include="StdAfx.h" />
142     </ItemGroup>
143     <ItemGroup>
144     <CustomBuild Include="ReadMe.txt" />
145     </ItemGroup>
146     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
147     <ImportGroup Label="ExtensionTargets">
148     </ImportGroup>
149     </Project>

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25