Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /SocketX/SocketX.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations) (download)
Tue May 25 06:54:25 2010 UTC (13 years, 10 months ago) by sho1get
File size: 4561 byte(s)


1 sho1get 11 <?xml version="1.0" encoding="shift_jis"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="9.00"
5     Name="SocketX"
6     ProjectGUID="{D3091185-79C6-4A1B-BAE7-C1964CDA3CF4}"
7     RootNamespace="SocketX"
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=".\BaseSocket.cpp"
155     >
156     </File>
157     <File
158     RelativePath=".\BcastSocket.cpp"
159     >
160     </File>
161     <File
162     RelativePath=".\ClientSocket.cpp"
163     >
164     </File>
165     <File
166     RelativePath=".\McastSocket.cpp"
167     >
168     </File>
169     <File
170     RelativePath=".\Network.cpp"
171     >
172     </File>
173     <File
174     RelativePath=".\PeerSocket.cpp"
175     >
176     </File>
177     <File
178     RelativePath=".\RawSocket.cpp"
179     >
180     </File>
181     <File
182     RelativePath=".\ServerSocket.cpp"
183     >
184     </File>
185     <File
186     RelativePath=".\SocketHelper.cpp"
187     >
188     </File>
189     <File
190     RelativePath=".\stdafx.cpp"
191     >
192     <FileConfiguration
193     Name="Debug|Win32"
194     >
195     <Tool
196     Name="VCCLCompilerTool"
197     UsePrecompiledHeader="1"
198     />
199     </FileConfiguration>
200     <FileConfiguration
201     Name="Release|Win32"
202     >
203     <Tool
204     Name="VCCLCompilerTool"
205     UsePrecompiledHeader="1"
206     />
207     </FileConfiguration>
208     </File>
209     </Filter>
210     <Filter
211     Name="Header Files"
212     Filter="h;hpp;hxx;hm;inl;inc;xsd"
213     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
214     >
215     <File
216 sho1get 13 RelativePath=".\Config.h"
217     >
218     </File>
219     <File
220 sho1get 11 RelativePath=".\SocketX.h"
221     >
222     </File>
223     <File
224     RelativePath=".\stdafx.h"
225     >
226     </File>
227     <File
228     RelativePath=".\targetver.h"
229     >
230     </File>
231     </Filter>
232     <File
233     RelativePath=".\ClassDiagram1.cd"
234     >
235     </File>
236     </Files>
237     <Globals>
238     </Globals>
239     </VisualStudioProject>

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