Annotation of embedaddon/ntp/ports/winnt/vs2008/instsrv/instsrv.vcproj, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="9.00"
                      5:        Name="instsrv"
                      6:        ProjectGUID="{C3534C4D-6DF1-498E-9904-4337878A1515}"
                      7:        TargetFrameworkVersion="0"
                      8:        >
                      9:        <Platforms>
                     10:                <Platform
                     11:                        Name="Win32"
                     12:                />
                     13:        </Platforms>
                     14:        <ToolFiles>
                     15:        </ToolFiles>
                     16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Debug|Win32"
                     19:                        OutputDirectory=".\Debug"
                     20:                        IntermediateDirectory=".\Debug"
                     21:                        ConfigurationType="1"
                     22:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
                     23:                        UseOfMFC="0"
                     24:                        ATLMinimizesCRunTimeLibraryUsage="false"
                     25:                        CharacterSet="2"
                     26:                        >
                     27:                        <Tool
                     28:                                Name="VCPreBuildEventTool"
                     29:                        />
                     30:                        <Tool
                     31:                                Name="VCCustomBuildTool"
                     32:                        />
                     33:                        <Tool
                     34:                                Name="VCXMLDataGeneratorTool"
                     35:                        />
                     36:                        <Tool
                     37:                                Name="VCWebServiceProxyGeneratorTool"
                     38:                        />
                     39:                        <Tool
                     40:                                Name="VCMIDLTool"
                     41:                                TypeLibraryName=".\Debug\Instsrv.tlb"
                     42:                                HeaderFileName=""
                     43:                        />
                     44:                        <Tool
                     45:                                Name="VCCLCompilerTool"
                     46:                                Optimization="0"
                     47:                                WholeProgramOptimization="true"
                     48:                                AdditionalIncludeDirectories="..\..\..\..\include,..\..\include,..\..\instsrv"
                     49:                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
                     50:                                MinimalRebuild="false"
                     51:                                BasicRuntimeChecks="3"
                     52:                                RuntimeLibrary="1"
                     53:                                PrecompiledHeaderFile=".\Debug\Instsrv.pch"
                     54:                                AssemblerListingLocation=".\Debug\"
                     55:                                ObjectFile=".\Debug\"
                     56:                                ProgramDataBaseFileName="..\bin\Debug\instsrv-vc90"
                     57:                                BrowseInformation="1"
                     58:                                WarningLevel="4"
                     59:                                SuppressStartupBanner="true"
                     60:                                DebugInformationFormat="3"
                     61:                                CompileAs="1"
                     62:                        />
                     63:                        <Tool
                     64:                                Name="VCManagedResourceCompilerTool"
                     65:                        />
                     66:                        <Tool
                     67:                                Name="VCResourceCompilerTool"
                     68:                                PreprocessorDefinitions="_DEBUG"
                     69:                                Culture="1033"
                     70:                        />
                     71:                        <Tool
                     72:                                Name="VCPreLinkEventTool"
                     73:                        />
                     74:                        <Tool
                     75:                                Name="VCLinkerTool"
                     76:                                AdditionalDependencies="oldnames.lib"
                     77:                                OutputFile="..\bin\Debug\Instsrv.exe"
                     78:                                Version="0x0400"
                     79:                                LinkIncremental="1"
                     80:                                SuppressStartupBanner="true"
                     81:                                GenerateManifest="false"
                     82:                                GenerateDebugInformation="true"
                     83:                                ProgramDatabaseFile="..\bin\Debug\Instsrv.pdb"
                     84:                                SubSystem="1"
                     85:                                LinkTimeCodeGeneration="1"
                     86:                                RandomizedBaseAddress="1"
                     87:                                DataExecutionPrevention="0"
                     88:                                TargetMachine="1"
                     89:                        />
                     90:                        <Tool
                     91:                                Name="VCALinkTool"
                     92:                        />
                     93:                        <Tool
                     94:                                Name="VCManifestTool"
                     95:                        />
                     96:                        <Tool
                     97:                                Name="VCXDCMakeTool"
                     98:                        />
                     99:                        <Tool
                    100:                                Name="VCBscMakeTool"
                    101:                                SuppressStartupBanner="true"
                    102:                                OutputFile=".\Debug\Instsrv.bsc"
                    103:                        />
                    104:                        <Tool
                    105:                                Name="VCFxCopTool"
                    106:                        />
                    107:                        <Tool
                    108:                                Name="VCAppVerifierTool"
                    109:                        />
                    110:                        <Tool
                    111:                                Name="VCPostBuildEventTool"
                    112:                        />
                    113:                </Configuration>
                    114:                <Configuration
                    115:                        Name="Release|Win32"
                    116:                        OutputDirectory=".\Release"
                    117:                        IntermediateDirectory=".\Release"
                    118:                        ConfigurationType="1"
                    119:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
                    120:                        UseOfMFC="0"
                    121:                        ATLMinimizesCRunTimeLibraryUsage="false"
                    122:                        CharacterSet="2"
                    123:                        >
                    124:                        <Tool
                    125:                                Name="VCPreBuildEventTool"
                    126:                        />
                    127:                        <Tool
                    128:                                Name="VCCustomBuildTool"
                    129:                        />
                    130:                        <Tool
                    131:                                Name="VCXMLDataGeneratorTool"
                    132:                        />
                    133:                        <Tool
                    134:                                Name="VCWebServiceProxyGeneratorTool"
                    135:                        />
                    136:                        <Tool
                    137:                                Name="VCMIDLTool"
                    138:                                TypeLibraryName=".\Release\Instsrv.tlb"
                    139:                                HeaderFileName=""
                    140:                        />
                    141:                        <Tool
                    142:                                Name="VCCLCompilerTool"
                    143:                                Optimization="2"
                    144:                                InlineFunctionExpansion="1"
                    145:                                AdditionalIncludeDirectories="..\..\..\..\include,..\..\include,..\..\instsrv"
                    146:                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;_WINDOWS;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
                    147:                                StringPooling="true"
                    148:                                RuntimeLibrary="0"
                    149:                                EnableFunctionLevelLinking="true"
                    150:                                PrecompiledHeaderFile=".\Release\Instsrv.pch"
                    151:                                AssemblerListingLocation=".\Release\"
                    152:                                ObjectFile=".\Release\"
                    153:                                ProgramDataBaseFileName="..\bin\Release\instsrv-vc90"
                    154:                                WarningLevel="4"
                    155:                                SuppressStartupBanner="true"
                    156:                                DebugInformationFormat="3"
                    157:                                CompileAs="1"
                    158:                        />
                    159:                        <Tool
                    160:                                Name="VCManagedResourceCompilerTool"
                    161:                        />
                    162:                        <Tool
                    163:                                Name="VCResourceCompilerTool"
                    164:                                PreprocessorDefinitions="NDEBUG"
                    165:                                Culture="1033"
                    166:                        />
                    167:                        <Tool
                    168:                                Name="VCPreLinkEventTool"
                    169:                        />
                    170:                        <Tool
                    171:                                Name="VCLinkerTool"
                    172:                                AdditionalDependencies="oldnames.lib"
                    173:                                OutputFile="..\bin\Release\Instsrv.exe"
                    174:                                Version="0x0400"
                    175:                                LinkIncremental="1"
                    176:                                SuppressStartupBanner="true"
                    177:                                GenerateManifest="false"
                    178:                                GenerateDebugInformation="true"
                    179:                                ProgramDatabaseFile="..\bin\Release\Instsrv.pdb"
                    180:                                SubSystem="1"
                    181:                                RandomizedBaseAddress="1"
                    182:                                DataExecutionPrevention="0"
                    183:                                TargetMachine="1"
                    184:                        />
                    185:                        <Tool
                    186:                                Name="VCALinkTool"
                    187:                        />
                    188:                        <Tool
                    189:                                Name="VCManifestTool"
                    190:                        />
                    191:                        <Tool
                    192:                                Name="VCXDCMakeTool"
                    193:                        />
                    194:                        <Tool
                    195:                                Name="VCBscMakeTool"
                    196:                                SuppressStartupBanner="true"
                    197:                                OutputFile=".\Release\Instsrv.bsc"
                    198:                        />
                    199:                        <Tool
                    200:                                Name="VCFxCopTool"
                    201:                        />
                    202:                        <Tool
                    203:                                Name="VCAppVerifierTool"
                    204:                        />
                    205:                        <Tool
                    206:                                Name="VCPostBuildEventTool"
                    207:                        />
                    208:                </Configuration>
                    209:        </Configurations>
                    210:        <References>
                    211:        </References>
                    212:        <Files>
                    213:                <Filter
                    214:                        Name="Source Files"
                    215:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
                    216:                        >
                    217:                        <File
                    218:                                RelativePath="..\..\instsrv\instsrv.c"
                    219:                                >
                    220:                                <FileConfiguration
                    221:                                        Name="Debug|Win32"
                    222:                                        >
                    223:                                        <Tool
                    224:                                                Name="VCCLCompilerTool"
                    225:                                                AdditionalIncludeDirectories=""
                    226:                                                PreprocessorDefinitions=""
                    227:                                        />
                    228:                                </FileConfiguration>
                    229:                                <FileConfiguration
                    230:                                        Name="Release|Win32"
                    231:                                        >
                    232:                                        <Tool
                    233:                                                Name="VCCLCompilerTool"
                    234:                                                AdditionalIncludeDirectories=""
                    235:                                                PreprocessorDefinitions=""
                    236:                                        />
                    237:                                </FileConfiguration>
                    238:                        </File>
                    239:                </Filter>
                    240:                <Filter
                    241:                        Name="Header Files"
                    242:                        Filter="h;hpp;hxx;hm;inl"
                    243:                        >
                    244:                </Filter>
                    245:                <Filter
                    246:                        Name="Resource Files"
                    247:                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
                    248:                        >
                    249:                </Filter>
                    250:        </Files>
                    251:        <Globals>
                    252:        </Globals>
                    253: </VisualStudioProject>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>