~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to extern/make/msvc_7_0/build_install_all.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.0"
 
5
        Name="build_install_all"
 
6
        ProjectGUID="{9C71A793-C177-4CAB-8EC5-923D500B39F8}"
 
7
        RootNamespace="build_install_all"
 
8
        Keyword="ManagedCProj">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Blender Debug|Win32"
 
16
                        OutputDirectory="..\..\..\..\build\msvc_7\extern\debug"
 
17
                        IntermediateDirectory="..\..\..\..\build\msvc_7\extern\debug"
 
18
                        ConfigurationType="10"
 
19
                        CharacterSet="2"
 
20
                        ManagedExtensions="TRUE">
 
21
                        <Tool
 
22
                                Name="VCCustomBuildTool"/>
 
23
                        <Tool
 
24
                                Name="VCMIDLTool"/>
 
25
                        <Tool
 
26
                                Name="VCPostBuildEventTool"/>
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"/>
 
29
                </Configuration>
 
30
                <Configuration
 
31
                        Name="Blender Release|Win32"
 
32
                        OutputDirectory="..\..\..\..\build\msvc_7\extern"
 
33
                        IntermediateDirectory="..\..\..\..\build\msvc_7\extern"
 
34
                        ConfigurationType="10"
 
35
                        CharacterSet="2"
 
36
                        ManagedExtensions="TRUE">
 
37
                        <Tool
 
38
                                Name="VCCustomBuildTool"/>
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"/>
 
41
                        <Tool
 
42
                                Name="VCPostBuildEventTool"/>
 
43
                        <Tool
 
44
                                Name="VCPreBuildEventTool"/>
 
45
                </Configuration>
 
46
                <Configuration
 
47
                        Name="3D Plugin Release|Win32"
 
48
                        OutputDirectory="..\..\..\..\build\msvc_7\extern\mtdll"
 
49
                        IntermediateDirectory="..\..\..\..\build\msvc_7\extern\mtdll"
 
50
                        ConfigurationType="10"
 
51
                        CharacterSet="2"
 
52
                        ManagedExtensions="TRUE">
 
53
                        <Tool
 
54
                                Name="VCCustomBuildTool"/>
 
55
                        <Tool
 
56
                                Name="VCMIDLTool"/>
 
57
                        <Tool
 
58
                                Name="VCPostBuildEventTool"/>
 
59
                        <Tool
 
60
                                Name="VCPreBuildEventTool"/>
 
61
                </Configuration>
 
62
                <Configuration
 
63
                        Name="3D Plugin Debug|Win32"
 
64
                        OutputDirectory="..\..\..\..\build\msvc_7\extern\mtdll\debug"
 
65
                        IntermediateDirectory="..\..\..\..\build\msvc_7\extern\mtdll\debug"
 
66
                        ConfigurationType="10"
 
67
                        CharacterSet="2"
 
68
                        ManagedExtensions="TRUE">
 
69
                        <Tool
 
70
                                Name="VCCustomBuildTool"/>
 
71
                        <Tool
 
72
                                Name="VCMIDLTool"/>
 
73
                        <Tool
 
74
                                Name="VCPostBuildEventTool"/>
 
75
                        <Tool
 
76
                                Name="VCPreBuildEventTool"/>
 
77
                </Configuration>
 
78
        </Configurations>
 
79
        
 
80
        <Files>
 
81
        </Files>
 
82
        <Globals>
 
83
        </Globals>
 
84
</VisualStudioProject>