source: cfg_itronx+oil_gcc/toppers/itronx/itronx.vcproj@ 54

Last change on this file since 54 was 54, checked in by ertl-ishikawa, 12 years ago

cfg+oil対応コンフィギュレータを追加

File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="itronx"
6 ProjectGUID="{994810C2-F530-4679-9DF8-AF39A3AC61C9}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="4"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="../.."
23 PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS=1"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 SmallerTypeCheck="TRUE"
28 RuntimeLibrary="1"
29 BufferSecurityCheck="TRUE"
30 EnableFunctionLevelLinking="TRUE"
31 TreatWChar_tAsBuiltInType="TRUE"
32 ForceConformanceInForLoopScope="TRUE"
33 RuntimeTypeInfo="TRUE"
34 UsePrecompiledHeader="0"
35 WarningLevel="3"
36 Detect64BitPortabilityProblems="FALSE"
37 DebugInformationFormat="4"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLibrarianTool"
42 OutputFile="$(OutDir)/itronx.lib"/>
43 <Tool
44 Name="VCMIDLTool"/>
45 <Tool
46 Name="VCPostBuildEventTool"/>
47 <Tool
48 Name="VCPreBuildEventTool"/>
49 <Tool
50 Name="VCPreLinkEventTool"/>
51 <Tool
52 Name="VCResourceCompilerTool"/>
53 <Tool
54 Name="VCWebServiceProxyGeneratorTool"/>
55 <Tool
56 Name="VCXMLDataGeneratorTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="Release"
65 IntermediateDirectory="Release"
66 ConfigurationType="4"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 Optimization="1"
71 GlobalOptimizations="TRUE"
72 InlineFunctionExpansion="0"
73 EnableIntrinsicFunctions="TRUE"
74 ImproveFloatingPointConsistency="FALSE"
75 FavorSizeOrSpeed="2"
76 AdditionalIncludeDirectories="../.."
77 PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS=1"
78 StringPooling="TRUE"
79 RuntimeLibrary="0"
80 TreatWChar_tAsBuiltInType="TRUE"
81 ForceConformanceInForLoopScope="TRUE"
82 RuntimeTypeInfo="TRUE"
83 UsePrecompiledHeader="0"
84 WarningLevel="3"
85 Detect64BitPortabilityProblems="FALSE"
86 DebugInformationFormat="3"/>
87 <Tool
88 Name="VCCustomBuildTool"/>
89 <Tool
90 Name="VCLibrarianTool"
91 OutputFile="$(OutDir)/itronx.lib"/>
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 <Tool
103 Name="VCWebServiceProxyGeneratorTool"/>
104 <Tool
105 Name="VCXMLDataGeneratorTool"/>
106 <Tool
107 Name="VCManagedWrapperGeneratorTool"/>
108 <Tool
109 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
110 </Configuration>
111 </Configurations>
112 <References>
113 </References>
114 <Files>
115 <Filter
116 Name="ƒ\[ƒX ƒtƒ@ƒCƒ‹"
117 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
118 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
119 <File
120 RelativePath=".\cfg1_out.cpp">
121 </File>
122 <File
123 RelativePath=".\checker.cpp">
124 </File>
125 <File
126 RelativePath=".\component.cpp">
127 </File>
128 <File
129 RelativePath=".\factory.cpp">
130 </File>
131 <File
132 RelativePath=".\preprocess.cpp">
133 </File>
134 <File
135 RelativePath=".\static_api.cpp">
136 </File>
137 </Filter>
138 <Filter
139 Name="ƒwƒbƒ_[ ƒtƒ@ƒCƒ‹"
140 Filter="h;hpp;hxx;hm;inl;inc;xsd"
141 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
142 <File
143 RelativePath=".\cfg1_out.hpp">
144 </File>
145 <File
146 RelativePath=".\checker.hpp">
147 </File>
148 <File
149 RelativePath=".\component.hpp">
150 </File>
151 <File
152 RelativePath=".\factory.hpp">
153 </File>
154 <File
155 RelativePath=".\init_helper.hpp">
156 </File>
157 <File
158 RelativePath=".\preprocess.hpp">
159 </File>
160 <File
161 RelativePath=".\static_api.hpp">
162 </File>
163 <File
164 RelativePath=".\static_api_parser.hpp">
165 </File>
166 </Filter>
167 </Files>
168 <Globals>
169 </Globals>
170</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.