Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /WcsAPI/WcsAPI.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations) (download)
Wed Feb 10 18:21:00 2010 UTC (14 years, 2 months ago) by sho1get
File size: 4152 byte(s)


1 sho1get 11 <?xml version="1.0" encoding="shift_jis"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="9.00"
5     Name="WcsAPI"
6     ProjectGUID="{A3A35187-77EE-4C46-908D-E54DF4609687}"
7     RootNamespace="WcsAPI"
8     Keyword="Win32Proj"
9     TargetFrameworkVersion="131072"
10     >
11     <Platforms>
12     <Platform
13     Name="Win32"
14     />
15     </Platforms>
16     <ToolFiles>
17     </ToolFiles>
18     <Configurations>
19     <Configuration
20     Name="Debug|Win32"
21     OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22     IntermediateDirectory="$(ConfigurationName)"
23     ConfigurationType="4"
24     UseOfMFC="2"
25     CharacterSet="1"
26     >
27     <Tool
28     Name="VCPreBuildEventTool"
29     />
30     <Tool
31     Name="VCCustomBuildTool"
32     />
33     <Tool
34     Name="VCXMLDataGeneratorTool"
35     />
36     <Tool
37     Name="VCWebServiceProxyGeneratorTool"
38     />
39     <Tool
40     Name="VCMIDLTool"
41     />
42     <Tool
43     Name="VCCLCompilerTool"
44     Optimization="0"
45     PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
46     MinimalRebuild="true"
47     BasicRuntimeChecks="3"
48     RuntimeLibrary="3"
49     UsePrecompiledHeader="2"
50     WarningLevel="3"
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     UseOfMFC="2"
87     CharacterSet="1"
88     WholeProgramOptimization="1"
89     >
90     <Tool
91     Name="VCPreBuildEventTool"
92     />
93     <Tool
94     Name="VCCustomBuildTool"
95     />
96     <Tool
97     Name="VCXMLDataGeneratorTool"
98     />
99     <Tool
100     Name="VCWebServiceProxyGeneratorTool"
101     />
102     <Tool
103     Name="VCMIDLTool"
104     />
105     <Tool
106     Name="VCCLCompilerTool"
107     Optimization="2"
108     EnableIntrinsicFunctions="true"
109     PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
110     RuntimeLibrary="2"
111     EnableFunctionLevelLinking="true"
112     UsePrecompiledHeader="2"
113     WarningLevel="3"
114     DebugInformationFormat="3"
115     />
116     <Tool
117     Name="VCManagedResourceCompilerTool"
118     />
119     <Tool
120     Name="VCResourceCompilerTool"
121     />
122     <Tool
123     Name="VCPreLinkEventTool"
124     />
125     <Tool
126     Name="VCLibrarianTool"
127     />
128     <Tool
129     Name="VCALinkTool"
130     />
131     <Tool
132     Name="VCXDCMakeTool"
133     />
134     <Tool
135     Name="VCBscMakeTool"
136     />
137     <Tool
138     Name="VCFxCopTool"
139     />
140     <Tool
141     Name="VCPostBuildEventTool"
142     />
143     </Configuration>
144     </Configurations>
145     <References>
146     </References>
147     <Files>
148     <Filter
149     Name="Source Files"
150     Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151     UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152     >
153     <File
154     RelativePath=".\Plugin.cpp"
155     >
156     </File>
157     <File
158     RelativePath=".\stdafx.cpp"
159     >
160     <FileConfiguration
161     Name="Debug|Win32"
162     >
163     <Tool
164     Name="VCCLCompilerTool"
165     UsePrecompiledHeader="1"
166     />
167     </FileConfiguration>
168     <FileConfiguration
169     Name="Release|Win32"
170     >
171     <Tool
172     Name="VCCLCompilerTool"
173     UsePrecompiledHeader="1"
174     />
175     </FileConfiguration>
176     </File>
177     </Filter>
178     <Filter
179     Name="Header Files"
180     Filter="h;hpp;hxx;hm;inl;inc;xsd"
181     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
182     >
183     <File
184     RelativePath=".\Interlocked.h"
185     >
186     </File>
187     <File
188     RelativePath=".\stdafx.h"
189     >
190     </File>
191     <File
192     RelativePath=".\Stopwatch.h"
193     >
194     </File>
195     <File
196     RelativePath=".\StringConvert.h"
197     >
198     </File>
199     <File
200     RelativePath=".\targetver.h"
201     >
202     </File>
203     <File
204     RelativePath=".\Types.h"
205     >
206     </File>
207     <File
208     RelativePath=".\WcsAPI.h"
209     >
210     </File>
211     </Filter>
212     </Files>
213     <Globals>
214     </Globals>
215     </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26