~ubuntu-branches/ubuntu/vivid/quantlib-swig/vivid

« back to all changes in this revision

Viewing changes to CSharp/cpp/QuantlibWrapper.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2007-12-26 08:10:08 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071226081008-cjq979mvtxydli4r
New upstream release 0.9.0

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