source: CMT/v1r19/mgr/fragments/vcproj_application_header @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 1.6 KB
Line 
1<?xml version="1.0" encoding = "Windows-1252"?>
2<!-- generated by CMT for package/constituent ${PACKAGE}/${CONSTITUENT}
3     from fragment: $Header: /projects/cvs/CMT/mgr/fragments/vcproj_application_header,v 1.1 2004/09/30 16:20:09 arnault Exp $
4     GUID=${GUID}
5  -->
6<VisualStudioProject
7        ProjectType="Visual C++"
8        Version="7.00"
9        Name="${CONSTITUENT}"
10        ProjectGUID="${GUID}"
11        Keyword="Win32Proj">
12        <Platforms>
13                <Platform
14                        Name="Win32"/>
15        </Platforms>
16        <Configurations>
17                <Configuration
18                        Name="$(vsCONFIG)|Win32"
19                        OutputDirectory="..\$(${PACKAGE}_tag)"
20                        IntermediateDirectory="..\$(${PACKAGE}_tag)\${CONSTITUENT}"
21                        ConfigurationType="1"
22                        CharacterSet="2">
23                        <Tool
24                                Name="VCCLCompilerTool"
25                                AdditionalOptions='$(cppflags) $(use_cppflags)  $(${CONSTITUENT}_cppflags)'
26                                Optimization="$(vsOptimize)"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="FALSE"/>
30                        <Tool
31                                Name="VCCustomBuildTool"/>
32                        <Tool
33                                Name="VCLinkerTool"
34                                AdditionalOptions='$(cpplinkflags) $(use_linkopts) $(${CONSTITUENT}linkopts)  $(${CONSTITUENT}_use_linkopts)'
35                                OutputFile="..\$(${PACKAGE}_tag)\${CONSTITUENT}.exe"
36                                GenerateDebugInformation="TRUE"
37                                ProgramDatabaseFile="$(vsPDF)"
38                                SubSystem="1"
39                                TargetMachine="1"/>
40                        <Tool
41                                Name="VCMIDLTool"/>
42                        <Tool
43                                Name="VCPostBuildEventTool"/>
44                        <Tool
45                                Name="VCPreBuildEventTool"/>
46                        <Tool
47                                Name="VCPreLinkEventTool"/>
48                        <Tool
49                                Name="VCResourceCompilerTool"/>
50                        <Tool
51                                Name="VCWebServiceProxyGeneratorTool"/>
52                        <Tool
53                                Name="VCWebDeploymentTool"/>
54                </Configuration>
55        </Configurations>
56        <Files>
Note: See TracBrowser for help on using the repository browser.