~ubuntu-branches/ubuntu/quantal/hawtjni/quantal

« back to all changes in this revision

Viewing changes to maven-hawtjni-plugin/src/main/resources/project-template/vs2008.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-08-05 19:40:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100805194025-3004hn889accwu2i
Tags: upstream-1.0~+git0c502e20c4
ImportĀ upstreamĀ versionĀ 1.0~+git0c502e20c4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject ProjectType="Visual C++" Version="9.00"
 
3
    Name="@PROJECT_NAME@" RootNamespace="@PROJECT_NAME@"
 
4
        TargetFrameworkVersion="131072">
 
5
  
 
6
  <Platforms>
 
7
    <Platform Name="Win32"/>
 
8
    <Platform Name="x64"/>
 
9
  </Platforms>
 
10
 
 
11
  <ToolFiles></ToolFiles>
 
12
  
 
13
  <Configurations>
 
14
  
 
15
      <Configuration Name="release|Win32" 
 
16
        OutputDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/lib" 
 
17
        IntermediateDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/obj" 
 
18
        ConfigurationType="2" CharacterSet="1" 
 
19
        WholeProgramOptimization="1">
 
20
        
 
21
      <Tool Name="VCPreBuildEventTool"/>
 
22
      <Tool Name="VCCustomBuildTool"/>
 
23
      <Tool Name="VCXMLDataGeneratorTool"/>
 
24
      <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
25
      <Tool Name="VCMIDLTool"/>
 
26
      <Tool Name="VCCLCompilerTool" 
 
27
            AdditionalIncludeDirectories="&quot;$(JAVA_HOME)\include&quot;;&quot;$(JAVA_HOME)\include\win32&quot;;&quot;$(ProjectDir)\src\windows&quot;" 
 
28
            Optimization="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" 
 
29
            PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
 
30
            ExceptionHandling="0" RuntimeLibrary="2" EnableFunctionLevelLinking="true" RuntimeTypeInfo="false" 
 
31
            UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" 
 
32
            CallingConvention="2" CompileAs="1"/>
 
33
      <Tool Name="VCManagedResourceCompilerTool"/>
 
34
      <Tool Name="VCResourceCompilerTool"/>
 
35
      <Tool Name="VCPreLinkEventTool"/>
 
36
      <Tool Name="VCLinkerTool" 
 
37
                LinkIncremental="1" 
 
38
                GenerateDebugInformation="true" 
 
39
                SubSystem="2" OptimizeReferences="2"
 
40
                EnableCOMDATFolding="2" 
 
41
                TargetMachine="1"/>
 
42
      <Tool Name="VCALinkTool"/>
 
43
      <Tool Name="VCManifestTool"/>
 
44
      <Tool Name="VCXDCMakeTool"/>
 
45
      <Tool Name="VCBscMakeTool"/>
 
46
      <Tool Name="VCFxCopTool"/>
 
47
      <Tool Name="VCAppVerifierTool"/>
 
48
      <Tool Name="VCPostBuildEventTool"/>
 
49
    </Configuration>
 
50
    
 
51
    <Configuration Name="release|x64" 
 
52
        OutputDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/lib" 
 
53
        IntermediateDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/obj" 
 
54
        ConfigurationType="2" CharacterSet="1" 
 
55
        WholeProgramOptimization="1">
 
56
        
 
57
      <Tool Name="VCPreBuildEventTool"/>
 
58
      <Tool Name="VCCustomBuildTool"/>
 
59
      <Tool Name="VCXMLDataGeneratorTool"/>
 
60
      <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
61
      <Tool Name="VCMIDLTool"/>
 
62
      <Tool Name="VCCLCompilerTool" 
 
63
            AdditionalIncludeDirectories="&quot;$(JAVA_HOME)\include&quot;;&quot;$(JAVA_HOME)\include\win32&quot;;&quot;$(ProjectDir)\src\windows&quot;" 
 
64
            Optimization="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" 
 
65
            PreprocessorDefinitions="WIN64;NDEBUG;_WINDOWS" 
 
66
            ExceptionHandling="0" RuntimeLibrary="2" EnableFunctionLevelLinking="true" RuntimeTypeInfo="false" 
 
67
            UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" 
 
68
            CallingConvention="2" CompileAs="1"/>
 
69
      <Tool Name="VCManagedResourceCompilerTool"/>
 
70
      <Tool Name="VCResourceCompilerTool"/>
 
71
      <Tool Name="VCPreLinkEventTool"/>
 
72
      <Tool Name="VCLinkerTool" 
 
73
                LinkIncremental="1" 
 
74
                GenerateDebugInformation="true" 
 
75
                SubSystem="2" OptimizeReferences="2"
 
76
                EnableCOMDATFolding="2" 
 
77
                TargetMachine="17"/>
 
78
      <Tool Name="VCALinkTool"/>
 
79
      <Tool Name="VCManifestTool"/>
 
80
      <Tool Name="VCXDCMakeTool"/>
 
81
      <Tool Name="VCBscMakeTool"/>
 
82
      <Tool Name="VCFxCopTool"/>
 
83
      <Tool Name="VCAppVerifierTool"/>
 
84
      <Tool Name="VCPostBuildEventTool"/>
 
85
    </Configuration>
 
86
    
 
87
    <Configuration Name="debug|Win32" 
 
88
        OutputDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/lib" 
 
89
        IntermediateDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/obj" 
 
90
        ConfigurationType="2" CharacterSet="1">
 
91
        
 
92
      <Tool Name="VCPreBuildEventTool"/>
 
93
      <Tool Name="VCCustomBuildTool"/>
 
94
      <Tool Name="VCXMLDataGeneratorTool"/>
 
95
      <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
96
      <Tool Name="VCMIDLTool"/>
 
97
      <Tool Name="VCCLCompilerTool" 
 
98
            AdditionalIncludeDirectories="&quot;$(JAVA_HOME)\include&quot;;&quot;$(JAVA_HOME)\include\win32&quot;;&quot;$(ProjectDir)\src\windows&quot;" 
 
99
            Optimization="0" FavorSizeOrSpeed="1" 
 
100
            PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" 
 
101
            MinimalRebuild="true" 
 
102
            ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="false" 
 
103
            UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" 
 
104
            CallingConvention="2" CompileAs="1"/>
 
105
      <Tool Name="VCManagedResourceCompilerTool"/>
 
106
      <Tool Name="VCResourceCompilerTool"/>
 
107
      <Tool Name="VCPreLinkEventTool"/>
 
108
      <Tool Name="VCLinkerTool" 
 
109
                LinkIncremental="2" 
 
110
                GenerateDebugInformation="true" 
 
111
                SubSystem="2" 
 
112
                TargetMachine="1"/>
 
113
      <Tool Name="VCALinkTool"/>
 
114
      <Tool Name="VCManifestTool"/>
 
115
      <Tool Name="VCXDCMakeTool"/>
 
116
      <Tool Name="VCBscMakeTool"/>
 
117
      <Tool Name="VCFxCopTool"/>
 
118
      <Tool Name="VCAppVerifierTool"/>
 
119
      <Tool Name="VCPostBuildEventTool"/>
 
120
    </Configuration>
 
121
    
 
122
    <Configuration Name="debug|x64" 
 
123
        OutputDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/lib" 
 
124
        IntermediateDirectory="$(ProjectDir)/target/$(PlatformName)-$(ConfigurationName)/obj" 
 
125
        ConfigurationType="2" CharacterSet="1">
 
126
        
 
127
      <Tool Name="VCPreBuildEventTool"/>
 
128
      <Tool Name="VCCustomBuildTool"/>
 
129
      <Tool Name="VCXMLDataGeneratorTool"/>
 
130
      <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
131
      <Tool Name="VCMIDLTool"/>
 
132
      <Tool Name="VCCLCompilerTool" 
 
133
            AdditionalIncludeDirectories="&quot;$(JAVA_HOME)\include&quot;;&quot;$(JAVA_HOME)\include\win32&quot;;&quot;$(ProjectDir)\src\windows&quot;" 
 
134
            Optimization="0" FavorSizeOrSpeed="1" 
 
135
            PreprocessorDefinitions="WIN64;_DEBUG;_WINDOWS" 
 
136
            MinimalRebuild="true" 
 
137
            ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="false" 
 
138
            UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" 
 
139
            CallingConvention="2" CompileAs="1"/>
 
140
      <Tool Name="VCManagedResourceCompilerTool"/>
 
141
      <Tool Name="VCResourceCompilerTool"/>
 
142
      <Tool Name="VCPreLinkEventTool"/>
 
143
      <Tool Name="VCLinkerTool" 
 
144
                LinkIncremental="2" 
 
145
                GenerateDebugInformation="true" 
 
146
                SubSystem="2" 
 
147
                TargetMachine="17"/>
 
148
      <Tool Name="VCALinkTool"/>
 
149
      <Tool Name="VCManifestTool"/>
 
150
      <Tool Name="VCXDCMakeTool"/>
 
151
      <Tool Name="VCBscMakeTool"/>
 
152
      <Tool Name="VCFxCopTool"/>
 
153
      <Tool Name="VCAppVerifierTool"/>
 
154
      <Tool Name="VCPostBuildEventTool"/>
 
155
    </Configuration>
 
156
 
 
157
  </Configurations>
 
158
  
 
159
  <References/>
 
160
  <Files>
 
161
    <Filter Name="Source Files" Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx">
 
162
@PROJECT_XML_SOURCES@
 
163
    </Filter>
 
164
    <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"/>
 
165
  </Files>
 
166
  <Globals/>
 
167
</VisualStudioProject>
 
 
b'\\ No newline at end of file'