source: osgVisual/trunk/VC90.vcproj.user.template

Last change on this file was 51, checked in by Torben Dannhauer, 14 years ago
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioUserFile
3        ProjectType="Visual C++"
4        Version="9,00"
5        ShowAllFiles="false"
6        >
7        <Configurations>
8                <Configuration
9                        Name="Debug|@USERFILE_PLATFORM@"
10                        >
11                        <DebugSettings
12                                Command="@USERFILE_COMMAND_DEBUG@"
13                                WorkingDirectory="@USERFILE_WORKING_DIRECTORY_DEBUG@"
14                                CommandArguments="@USERFILE_COMMAND_ARGUMENTS_DEBUG@"
15                                Attach="false"
16                                DebuggerType="3"
17                                Remote="1"
18                                RemoteMachine="@USERFILE_REMOTE_MACHINE_DEBUG@"
19                                RemoteCommand=""
20                                HttpUrl=""
21                                PDBPath=""
22                                SQLDebugging=""
23                                Environment="@USERFILE_ENVIRONMENT@"
24                                EnvironmentMerge="true"
25                                DebuggerFlavor="0"
26                                MPIRunCommand=""
27                                MPIRunArguments=""
28                                MPIRunWorkingDirectory=""
29                                ApplicationCommand=""
30                                ApplicationArguments=""
31                                ShimCommand=""
32                                MPIAcceptMode=""
33                                MPIAcceptFilter=""
34                        />
35                </Configuration>
36                <Configuration
37                        Name="Release|@USERFILE_PLATFORM@"
38                        >
39                        <DebugSettings
40                                Command="@USERFILE_COMMAND_DEBUG@"
41                                WorkingDirectory="@USERFILE_WORKING_DIRECTORY_DEBUG@"
42                                CommandArguments="@USERFILE_COMMAND_ARGUMENTS_DEBUG@"
43                                Attach="false"
44                                DebuggerType="3"
45                                Remote="1"
46                                RemoteMachine="@USERFILE_REMOTE_MACHINE_DEBUG@"
47                                RemoteCommand=""
48                                HttpUrl=""
49                                PDBPath=""
50                                SQLDebugging=""
51                                Environment="@USERFILE_ENVIRONMENT@"
52                                EnvironmentMerge="true"
53                                DebuggerFlavor="0"
54                                MPIRunCommand=""
55                                MPIRunArguments=""
56                                MPIRunWorkingDirectory=""
57                                ApplicationCommand=""
58                                ApplicationArguments=""
59                                ShimCommand=""
60                                MPIAcceptMode=""
61                                MPIAcceptFilter=""
62                        />
63                </Configuration>
64                <Configuration
65                        Name="MinSizeRel|@USERFILE_PLATFORM@"
66                        >
67                        <DebugSettings
68                                Command="@USERFILE_COMMAND_DEBUG@"
69                                WorkingDirectory="@USERFILE_WORKING_DIRECTORY_DEBUG@"
70                                CommandArguments="@USERFILE_COMMAND_ARGUMENTS_DEBUG@"
71                                Attach="false"
72                                DebuggerType="3"
73                                Remote="1"
74                                RemoteMachine="@USERFILE_REMOTE_MACHINE_DEBUG@"
75                                RemoteCommand=""
76                                HttpUrl=""
77                                PDBPath=""
78                                SQLDebugging=""
79                                Environment="@USERFILE_ENVIRONMENT@"
80                                EnvironmentMerge="true"
81                                DebuggerFlavor=""
82                                MPIRunCommand=""
83                                MPIRunArguments=""
84                                MPIRunWorkingDirectory=""
85                                ApplicationCommand=""
86                                ApplicationArguments=""
87                                ShimCommand=""
88                                MPIAcceptMode=""
89                                MPIAcceptFilter=""
90                        />
91                </Configuration>
92                <Configuration
93                        Name="RelWithDebInfo|@USERFILE_PLATFORM@"
94                        >
95                        <DebugSettings
96                                Command="@USERFILE_COMMAND_DEBUG@"
97                                WorkingDirectory="@USERFILE_WORKING_DIRECTORY_DEBUG@"
98                                CommandArguments="@USERFILE_COMMAND_ARGUMENTS_DEBUG@"
99                                Attach="false"
100                                DebuggerType="3"
101                                Remote="1"
102                                RemoteMachine="@USERFILE_REMOTE_MACHINE_DEBUG@"
103                                RemoteCommand=""
104                                HttpUrl=""
105                                PDBPath=""
106                                SQLDebugging=""
107                                Environment="@USERFILE_ENVIRONMENT@"
108                                EnvironmentMerge="true"
109                                DebuggerFlavor=""
110                                MPIRunCommand=""
111                                MPIRunArguments=""
112                                MPIRunWorkingDirectory=""
113                                ApplicationCommand=""
114                                ApplicationArguments=""
115                                ShimCommand=""
116                                MPIAcceptMode=""
117                                MPIAcceptFilter=""
118                        />
119                </Configuration>
120        </Configurations>
121</VisualStudioUserFile>
122
Note: See TracBrowser for help on using the repository browser.