~ubuntu-branches/ubuntu/gutsy/commons-daemon/gutsy

« back to all changes in this revision

Viewing changes to src/native/nt/procrun/apps/jar2exe/jar2exe.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Better
  • Date: 2006-12-04 14:29:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204142908-qi10o2kroi001aci
Tags: 1.0.2~svn20061127-4
Apparently buildds don't grok Build-Depends-Indep. Moved to
Build-Depends as a workaround.

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.10"
5
 
        Name="jar2exe"
6
 
        ProjectGUID="{DA9F3DDA-F85A-492A-B914-6A361429FC41}"
7
 
        Keyword="Win32Proj">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory="..\..\obj\Debug"
16
 
                        IntermediateDirectory="..\..\obj\Debug"
17
 
                        ConfigurationType="1"
18
 
                        CharacterSet="2">
19
 
                        <Tool
20
 
                                Name="VCCLCompilerTool"
21
 
                                Optimization="0"
22
 
                                AdditionalIncludeDirectories=".\;..\..\include"
23
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24
 
                                MinimalRebuild="TRUE"
25
 
                                BasicRuntimeChecks="3"
26
 
                                RuntimeLibrary="3"
27
 
                                UsePrecompiledHeader="0"
28
 
                                WarningLevel="3"
29
 
                                Detect64BitPortabilityProblems="TRUE"
30
 
                                DebugInformationFormat="4"/>
31
 
                        <Tool
32
 
                                Name="VCCustomBuildTool"/>
33
 
                        <Tool
34
 
                                Name="VCLinkerTool"
35
 
                                AdditionalDependencies="shlwapi.lib"
36
 
                                OutputFile="../../bin/jar2exe.exe"
37
 
                                LinkIncremental="2"
38
 
                                GenerateDebugInformation="TRUE"
39
 
                                ProgramDatabaseFile="$(OutDir)/jar2exe.pdb"
40
 
                                SubSystem="1"
41
 
                                TargetMachine="1"/>
42
 
                        <Tool
43
 
                                Name="VCMIDLTool"/>
44
 
                        <Tool
45
 
                                Name="VCPostBuildEventTool"/>
46
 
                        <Tool
47
 
                                Name="VCPreBuildEventTool"/>
48
 
                        <Tool
49
 
                                Name="VCPreLinkEventTool"/>
50
 
                        <Tool
51
 
                                Name="VCResourceCompilerTool"
52
 
                                AdditionalIncludeDirectories="..\..\include"/>
53
 
                        <Tool
54
 
                                Name="VCWebServiceProxyGeneratorTool"/>
55
 
                        <Tool
56
 
                                Name="VCXMLDataGeneratorTool"/>
57
 
                        <Tool
58
 
                                Name="VCWebDeploymentTool"/>
59
 
                        <Tool
60
 
                                Name="VCManagedWrapperGeneratorTool"/>
61
 
                        <Tool
62
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63
 
                </Configuration>
64
 
                <Configuration
65
 
                        Name="Release|Win32"
66
 
                        OutputDirectory="..\..\obj\Release"
67
 
                        IntermediateDirectory="..\..\obj\Release"
68
 
                        ConfigurationType="1"
69
 
                        CharacterSet="2">
70
 
                        <Tool
71
 
                                Name="VCCLCompilerTool"
72
 
                                AdditionalIncludeDirectories=".\;..\..\include"
73
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
74
 
                                RuntimeLibrary="0"
75
 
                                UsePrecompiledHeader="0"
76
 
                                WarningLevel="3"
77
 
                                Detect64BitPortabilityProblems="TRUE"
78
 
                                DebugInformationFormat="0"/>
79
 
                        <Tool
80
 
                                Name="VCCustomBuildTool"/>
81
 
                        <Tool
82
 
                                Name="VCLinkerTool"
83
 
                                AdditionalDependencies="shlwapi.lib"
84
 
                                OutputFile="../../bin/jar2exe.exe"
85
 
                                LinkIncremental="1"
86
 
                                SuppressStartupBanner="TRUE"
87
 
                                GenerateDebugInformation="FALSE"
88
 
                                SubSystem="1"
89
 
                                OptimizeReferences="2"
90
 
                                EnableCOMDATFolding="2"
91
 
                                TargetMachine="1"/>
92
 
                        <Tool
93
 
                                Name="VCMIDLTool"/>
94
 
                        <Tool
95
 
                                Name="VCPostBuildEventTool"/>
96
 
                        <Tool
97
 
                                Name="VCPreBuildEventTool"/>
98
 
                        <Tool
99
 
                                Name="VCPreLinkEventTool"/>
100
 
                        <Tool
101
 
                                Name="VCResourceCompilerTool"
102
 
                                AdditionalIncludeDirectories="..\..\include"/>
103
 
                        <Tool
104
 
                                Name="VCWebServiceProxyGeneratorTool"/>
105
 
                        <Tool
106
 
                                Name="VCXMLDataGeneratorTool"/>
107
 
                        <Tool
108
 
                                Name="VCWebDeploymentTool"/>
109
 
                        <Tool
110
 
                                Name="VCManagedWrapperGeneratorTool"/>
111
 
                        <Tool
112
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
113
 
                </Configuration>
114
 
        </Configurations>
115
 
        <References>
116
 
        </References>
117
 
        <Files>
118
 
                <Filter
119
 
                        Name="Source Files"
120
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
121
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
122
 
                        <File
123
 
                                RelativePath=".\jar2exe.c">
124
 
                        </File>
125
 
                </Filter>
126
 
                <Filter
127
 
                        Name="Header Files"
128
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
129
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
130
 
                        <File
131
 
                                RelativePath=".\jar2exe.h">
132
 
                        </File>
133
 
                </Filter>
134
 
                <Filter
135
 
                        Name="Resource Files"
136
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
137
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
138
 
                        <File
139
 
                                RelativePath=".\jar2exe.rc">
140
 
                        </File>
141
 
                </Filter>
142
 
        </Files>
143
 
        <Globals>
144
 
        </Globals>
145
 
</VisualStudioProject>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="jar2exe"
 
6
        ProjectGUID="{DA9F3DDA-F85A-492A-B914-6A361429FC41}"
 
7
        Keyword="Win32Proj">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="Debug|Win32"
 
15
                        OutputDirectory="..\..\obj\Debug"
 
16
                        IntermediateDirectory="..\..\obj\Debug"
 
17
                        ConfigurationType="1"
 
18
                        CharacterSet="2">
 
19
                        <Tool
 
20
                                Name="VCCLCompilerTool"
 
21
                                Optimization="0"
 
22
                                AdditionalIncludeDirectories=".\;..\..\include"
 
23
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
24
                                MinimalRebuild="TRUE"
 
25
                                BasicRuntimeChecks="3"
 
26
                                RuntimeLibrary="3"
 
27
                                UsePrecompiledHeader="0"
 
28
                                WarningLevel="3"
 
29
                                Detect64BitPortabilityProblems="TRUE"
 
30
                                DebugInformationFormat="4"/>
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"/>
 
33
                        <Tool
 
34
                                Name="VCLinkerTool"
 
35
                                AdditionalDependencies="shlwapi.lib"
 
36
                                OutputFile="../../bin/jar2exe.exe"
 
37
                                LinkIncremental="2"
 
38
                                GenerateDebugInformation="TRUE"
 
39
                                ProgramDatabaseFile="$(OutDir)/jar2exe.pdb"
 
40
                                SubSystem="1"
 
41
                                TargetMachine="1"/>
 
42
                        <Tool
 
43
                                Name="VCMIDLTool"/>
 
44
                        <Tool
 
45
                                Name="VCPostBuildEventTool"/>
 
46
                        <Tool
 
47
                                Name="VCPreBuildEventTool"/>
 
48
                        <Tool
 
49
                                Name="VCPreLinkEventTool"/>
 
50
                        <Tool
 
51
                                Name="VCResourceCompilerTool"
 
52
                                AdditionalIncludeDirectories="..\..\include"/>
 
53
                        <Tool
 
54
                                Name="VCWebServiceProxyGeneratorTool"/>
 
55
                        <Tool
 
56
                                Name="VCXMLDataGeneratorTool"/>
 
57
                        <Tool
 
58
                                Name="VCWebDeploymentTool"/>
 
59
                        <Tool
 
60
                                Name="VCManagedWrapperGeneratorTool"/>
 
61
                        <Tool
 
62
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
63
                </Configuration>
 
64
                <Configuration
 
65
                        Name="Release|Win32"
 
66
                        OutputDirectory="..\..\obj\Release"
 
67
                        IntermediateDirectory="..\..\obj\Release"
 
68
                        ConfigurationType="1"
 
69
                        CharacterSet="2">
 
70
                        <Tool
 
71
                                Name="VCCLCompilerTool"
 
72
                                AdditionalIncludeDirectories=".\;..\..\include"
 
73
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
74
                                RuntimeLibrary="0"
 
75
                                UsePrecompiledHeader="0"
 
76
                                WarningLevel="3"
 
77
                                Detect64BitPortabilityProblems="TRUE"
 
78
                                DebugInformationFormat="0"/>
 
79
                        <Tool
 
80
                                Name="VCCustomBuildTool"/>
 
81
                        <Tool
 
82
                                Name="VCLinkerTool"
 
83
                                AdditionalDependencies="shlwapi.lib"
 
84
                                OutputFile="../../bin/jar2exe.exe"
 
85
                                LinkIncremental="1"
 
86
                                SuppressStartupBanner="TRUE"
 
87
                                GenerateDebugInformation="FALSE"
 
88
                                SubSystem="1"
 
89
                                OptimizeReferences="2"
 
90
                                EnableCOMDATFolding="2"
 
91
                                TargetMachine="1"/>
 
92
                        <Tool
 
93
                                Name="VCMIDLTool"/>
 
94
                        <Tool
 
95
                                Name="VCPostBuildEventTool"/>
 
96
                        <Tool
 
97
                                Name="VCPreBuildEventTool"/>
 
98
                        <Tool
 
99
                                Name="VCPreLinkEventTool"/>
 
100
                        <Tool
 
101
                                Name="VCResourceCompilerTool"
 
102
                                AdditionalIncludeDirectories="..\..\include"/>
 
103
                        <Tool
 
104
                                Name="VCWebServiceProxyGeneratorTool"/>
 
105
                        <Tool
 
106
                                Name="VCXMLDataGeneratorTool"/>
 
107
                        <Tool
 
108
                                Name="VCWebDeploymentTool"/>
 
109
                        <Tool
 
110
                                Name="VCManagedWrapperGeneratorTool"/>
 
111
                        <Tool
 
112
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
113
                </Configuration>
 
114
        </Configurations>
 
115
        <References>
 
116
        </References>
 
117
        <Files>
 
118
                <Filter
 
119
                        Name="Source Files"
 
120
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
121
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
122
                        <File
 
123
                                RelativePath=".\jar2exe.c">
 
124
                        </File>
 
125
                </Filter>
 
126
                <Filter
 
127
                        Name="Header Files"
 
128
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
129
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
130
                        <File
 
131
                                RelativePath=".\jar2exe.h">
 
132
                        </File>
 
133
                </Filter>
 
134
                <Filter
 
135
                        Name="Resource Files"
 
136
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
137
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
 
138
                        <File
 
139
                                RelativePath=".\jar2exe.rc">
 
140
                        </File>
 
141
                </Filter>
 
142
        </Files>
 
143
        <Globals>
 
144
        </Globals>
 
145
</VisualStudioProject>