source: dev/trunk/ab5.0/abdev/ab_common/ab_common.vcproj@ 475

Last change on this file since 475 was 475, checked in by dai_9181, 16 years ago

構成管理を変更中・・・(いったんコミット)

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ab_common"
6 ProjectGUID="{87835C33-64C9-4BA5-9B39-608BA5394387}"
7 RootNamespace="ab_common"
8 Keyword="Win32Proj"
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="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="4"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="1"
48 UsePrecompiledHeader="2"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCXDCMakeTool"
70 />
71 <Tool
72 Name="VCBscMakeTool"
73 />
74 <Tool
75 Name="VCFxCopTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
84 IntermediateDirectory="$(ConfigurationName)"
85 ConfigurationType="4"
86 CharacterSet="2"
87 WholeProgramOptimization="1"
88 >
89 <Tool
90 Name="VCPreBuildEventTool"
91 />
92 <Tool
93 Name="VCCustomBuildTool"
94 />
95 <Tool
96 Name="VCXMLDataGeneratorTool"
97 />
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
100 />
101 <Tool
102 Name="VCMIDLTool"
103 />
104 <Tool
105 Name="VCCLCompilerTool"
106 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost"
107 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
108 RuntimeLibrary="0"
109 UsePrecompiledHeader="2"
110 WarningLevel="3"
111 Detect64BitPortabilityProblems="true"
112 DebugInformationFormat="3"
113 />
114 <Tool
115 Name="VCManagedResourceCompilerTool"
116 />
117 <Tool
118 Name="VCResourceCompilerTool"
119 />
120 <Tool
121 Name="VCPreLinkEventTool"
122 />
123 <Tool
124 Name="VCLibrarianTool"
125 />
126 <Tool
127 Name="VCALinkTool"
128 />
129 <Tool
130 Name="VCXDCMakeTool"
131 />
132 <Tool
133 Name="VCBscMakeTool"
134 />
135 <Tool
136 Name="VCFxCopTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool"
140 />
141 </Configuration>
142 </Configurations>
143 <References>
144 </References>
145 <Files>
146 <Filter
147 Name="ソース ファイル"
148 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
149 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
150 >
151 <File
152 RelativePath=".\stdafx.cpp"
153 >
154 <FileConfiguration
155 Name="Debug|Win32"
156 >
157 <Tool
158 Name="VCCLCompilerTool"
159 UsePrecompiledHeader="1"
160 />
161 </FileConfiguration>
162 <FileConfiguration
163 Name="Release|Win32"
164 >
165 <Tool
166 Name="VCCLCompilerTool"
167 UsePrecompiledHeader="1"
168 />
169 </FileConfiguration>
170 </File>
171 </Filter>
172 <Filter
173 Name="ヘッダー ファイル"
174 Filter="h;hpp;hxx;hm;inl;inc;xsd"
175 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
176 >
177 <File
178 RelativePath=".\Environment.h"
179 >
180 </File>
181 <File
182 RelativePath=".\stdafx.h"
183 >
184 </File>
185 </Filter>
186 <Filter
187 Name="リソース ファイル"
188 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
189 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
190 >
191 </Filter>
192 <File
193 RelativePath=".\ReadMe.txt"
194 >
195 </File>
196 </Files>
197 <Globals>
198 </Globals>
199</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.