Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc8/orxonox.vcproj.user @ 1896

Last change on this file since 1896 was 1896, checked in by rgrieder, 16 years ago

In msvc files:

  • linked lua and tolua statically to toluagen and toluagen_orxonox
  • created output directories for different versions and builds

Update your msvc dependencies!

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioUserFile
3        ProjectType="Visual C++"
4        Version="8.00"
5        ShowAllFiles="false"
6        >
7        <Configurations>
8                <Configuration
9                        Name="Debug|Win32"
10                        >
11                        <DebugSettings
12                                Command="$(TargetPath)"
13                                WorkingDirectory="$(OutDir)"
14                                CommandArguments=""
15                                Attach="false"
16                                DebuggerType="3"
17                                Remote="1"
18                                RemoteCommand=""
19                                HttpUrl=""
20                                PDBPath=""
21                                SQLDebugging=""
22                                Environment=""
23                                EnvironmentMerge="true"
24                                DebuggerFlavor="0"
25                                MPIRunCommand=""
26                                MPIRunArguments=""
27                                MPIRunWorkingDirectory=""
28                                ApplicationCommand=""
29                                ApplicationArguments=""
30                                ShimCommand=""
31                                MPIAcceptMode=""
32                                MPIAcceptFilter=""
33                        />
34                </Configuration>
35                <Configuration
36                        Name="Release|Win32"
37                        >
38                        <DebugSettings
39                                Command="$(TargetPath)"
40                                WorkingDirectory="$(OutDir)"
41                                CommandArguments=""
42                                Attach="false"
43                                DebuggerType="3"
44                                Remote="1"
45                                RemoteMachine="RGRIEDERT60"
46                                RemoteCommand=""
47                                HttpUrl=""
48                                PDBPath=""
49                                SQLDebugging=""
50                                Environment=""
51                                EnvironmentMerge="true"
52                                DebuggerFlavor="0"
53                                MPIRunCommand=""
54                                MPIRunArguments=""
55                                MPIRunWorkingDirectory=""
56                                ApplicationCommand=""
57                                ApplicationArguments=""
58                                ShimCommand=""
59                                MPIAcceptMode=""
60                                MPIAcceptFilter=""
61                        />
62                </Configuration>
63        </Configurations>
64</VisualStudioUserFile>
Note: See TracBrowser for help on using the repository browser.