~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/native/native.9.vcproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

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="9.00"
 
5
        Name="ikvm-native"
 
6
        ProjectGUID="{14EC8F2A-90C6-4CFC-AD26-04C9A3392B8E}"
 
7
        Keyword="Win32Proj"
 
8
        TargetFrameworkVersion="131072"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="Debug"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="2"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NATIVE_EXPORTS"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="1"
 
48
                                UsePrecompiledHeader="0"
 
49
                                WarningLevel="3"
 
50
                                DebugInformationFormat="4"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCManagedResourceCompilerTool"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCResourceCompilerTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCPreLinkEventTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCLinkerTool"
 
63
                                OutputFile="$(OutDir)/ikvm-native.dll"
 
64
                                LinkIncremental="2"
 
65
                                GenerateDebugInformation="true"
 
66
                                ProgramDatabaseFile="$(OutDir)/native.pdb"
 
67
                                SubSystem="2"
 
68
                                RandomizedBaseAddress="1"
 
69
                                DataExecutionPrevention="0"
 
70
                                ImportLibrary="$(OutDir)/native.lib"
 
71
                                TargetMachine="1"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCALinkTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCManifestTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCXDCMakeTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCBscMakeTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCFxCopTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCAppVerifierTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCPostBuildEventTool"
 
93
                        />
 
94
                </Configuration>
 
95
        </Configurations>
 
96
        <References>
 
97
        </References>
 
98
        <Files>
 
99
                <Filter
 
100
                        Name="Source Files"
 
101
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
102
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
103
                        >
 
104
                        <File
 
105
                                RelativePath=".\jni.c"
 
106
                                >
 
107
                        </File>
 
108
                        <File
 
109
                                RelativePath=".\os.c"
 
110
                                >
 
111
                        </File>
 
112
                </Filter>
 
113
                <Filter
 
114
                        Name="Header Files"
 
115
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
116
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
117
                        >
 
118
                        <File
 
119
                                RelativePath=".\jni.h"
 
120
                                >
 
121
                        </File>
 
122
                </Filter>
 
123
                <Filter
 
124
                        Name="Resource Files"
 
125
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
126
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
127
                        >
 
128
                </Filter>
 
129
        </Files>
 
130
        <Globals>
 
131
        </Globals>
 
132
</VisualStudioProject>