Last change
on this file since 5962 was
5744,
checked in by rgrieder, 15 years ago
|
Visual studio debugger working again (had to move the project modifier file).
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2590] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
| 2 | <VisualStudioUserFile |
---|
| 3 | ProjectType="Visual C++" |
---|
[2643] | 4 | Version="${VISUAL_STUDIO_VERSION_SIMPLE}.00" |
---|
[2590] | 5 | ShowAllFiles="false" |
---|
| 6 | > |
---|
| 7 | <Configurations> |
---|
| 8 | <Configuration |
---|
| 9 | Name="Debug|${MSVC_PLATFORM}" |
---|
| 10 | > |
---|
| 11 | <DebugSettings |
---|
| 12 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
[5695] | 13 | Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}" |
---|
[2590] | 14 | EnvironmentMerge="true" |
---|
| 15 | /> |
---|
| 16 | </Configuration> |
---|
| 17 | <Configuration |
---|
| 18 | Name="Release|${MSVC_PLATFORM}" |
---|
| 19 | > |
---|
| 20 | <DebugSettings |
---|
| 21 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
[5695] | 22 | Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}" |
---|
[2590] | 23 | EnvironmentMerge="true" |
---|
| 24 | /> |
---|
| 25 | </Configuration> |
---|
| 26 | <Configuration |
---|
| 27 | Name="MinSizeRel|${MSVC_PLATFORM}" |
---|
| 28 | > |
---|
| 29 | <DebugSettings |
---|
| 30 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
[5695] | 31 | Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}" |
---|
[2590] | 32 | EnvironmentMerge="true" |
---|
| 33 | /> |
---|
| 34 | </Configuration> |
---|
| 35 | <Configuration |
---|
| 36 | Name="RelWithDebInfo|${MSVC_PLATFORM}" |
---|
| 37 | > |
---|
| 38 | <DebugSettings |
---|
| 39 | WorkingDirectory="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$(OutDir)" |
---|
[5695] | 40 | Environment="Path=${RUNTIME_LIBRARY_DIRECTORY}" |
---|
[2590] | 41 | EnvironmentMerge="true" |
---|
| 42 | /> |
---|
| 43 | </Configuration> |
---|
| 44 | </Configurations> |
---|
| 45 | </VisualStudioUserFile> |
---|
Note: See
TracBrowser
for help on using the repository browser.