]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 | 4 | Version="7.10" |
b75a7d8f A |
5 | Name="break" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
14 | Name="Release|Win32" | |
15 | OutputDirectory=".\Release" | |
16 | IntermediateDirectory=".\Release" | |
17 | ConfigurationType="1" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | InlineFunctionExpansion="1" | |
24 | AdditionalIncludeDirectories="..\..\..\include" | |
25 | PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" | |
26 | StringPooling="TRUE" | |
27 | RuntimeLibrary="4" | |
28 | EnableFunctionLevelLinking="TRUE" | |
73c04bcf | 29 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
30 | UsePrecompiledHeader="2" |
31 | PrecompiledHeaderFile=".\Release/break.pch" | |
32 | AssemblerListingLocation=".\Release/" | |
33 | ObjectFile=".\Release/" | |
34 | ProgramDataBaseFileName=".\Release/" | |
35 | WarningLevel="3" | |
36 | SuppressStartupBanner="TRUE" | |
37 | CompileAs="0"/> | |
38 | <Tool | |
39 | Name="VCCustomBuildTool"/> | |
40 | <Tool | |
41 | Name="VCLinkerTool" | |
b75a7d8f A |
42 | AdditionalDependencies="icuuc.lib icuin.lib" |
43 | OutputFile=".\Release/break.exe" | |
44 | LinkIncremental="1" | |
45 | SuppressStartupBanner="TRUE" | |
46 | AdditionalLibraryDirectories="..\..\..\lib" | |
47 | ProgramDatabaseFile=".\Release/break.pdb" | |
48 | SubSystem="1"/> | |
49 | <Tool | |
50 | Name="VCMIDLTool" | |
51 | PreprocessorDefinitions="NDEBUG" | |
52 | MkTypLibCompatible="TRUE" | |
53 | SuppressStartupBanner="TRUE" | |
54 | TargetEnvironment="1" | |
55 | TypeLibraryName=".\Release/break.tlb"/> | |
56 | <Tool | |
57 | Name="VCPostBuildEventTool"/> | |
58 | <Tool | |
59 | Name="VCPreBuildEventTool"/> | |
60 | <Tool | |
61 | Name="VCPreLinkEventTool"/> | |
62 | <Tool | |
63 | Name="VCResourceCompilerTool" | |
64 | PreprocessorDefinitions="NDEBUG" | |
65 | Culture="1033"/> | |
66 | <Tool | |
67 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
68 | <Tool |
69 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
70 | <Tool |
71 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
72 | <Tool |
73 | Name="VCManagedWrapperGeneratorTool"/> | |
74 | <Tool | |
75 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
76 | </Configuration> |
77 | <Configuration | |
78 | Name="Debug|Win32" | |
79 | OutputDirectory=".\Debug" | |
80 | IntermediateDirectory=".\Debug" | |
81 | ConfigurationType="1" | |
82 | UseOfMFC="0" | |
83 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
84 | CharacterSet="2"> | |
85 | <Tool | |
86 | Name="VCCLCompilerTool" | |
87 | Optimization="0" | |
88 | AdditionalIncludeDirectories="..\..\..\include" | |
89 | PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | |
90 | BasicRuntimeChecks="3" | |
91 | RuntimeLibrary="5" | |
73c04bcf | 92 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
93 | UsePrecompiledHeader="2" |
94 | PrecompiledHeaderFile=".\Debug/break.pch" | |
95 | AssemblerListingLocation=".\Debug/" | |
96 | ObjectFile=".\Debug/" | |
97 | ProgramDataBaseFileName=".\Debug/" | |
98 | WarningLevel="3" | |
99 | SuppressStartupBanner="TRUE" | |
100 | DebugInformationFormat="4" | |
101 | CompileAs="0"/> | |
102 | <Tool | |
103 | Name="VCCustomBuildTool"/> | |
104 | <Tool | |
105 | Name="VCLinkerTool" | |
b75a7d8f A |
106 | AdditionalDependencies="icuucd.lib icuind.lib" |
107 | OutputFile=".\Debug/break.exe" | |
108 | LinkIncremental="2" | |
109 | SuppressStartupBanner="TRUE" | |
110 | AdditionalLibraryDirectories="..\..\..\lib" | |
111 | GenerateDebugInformation="TRUE" | |
112 | ProgramDatabaseFile=".\Debug/break.pdb" | |
113 | SubSystem="1"/> | |
114 | <Tool | |
115 | Name="VCMIDLTool" | |
116 | PreprocessorDefinitions="_DEBUG" | |
117 | MkTypLibCompatible="TRUE" | |
118 | SuppressStartupBanner="TRUE" | |
119 | TargetEnvironment="1" | |
120 | TypeLibraryName=".\Debug/break.tlb"/> | |
121 | <Tool | |
122 | Name="VCPostBuildEventTool"/> | |
123 | <Tool | |
124 | Name="VCPreBuildEventTool"/> | |
125 | <Tool | |
126 | Name="VCPreLinkEventTool"/> | |
127 | <Tool | |
128 | Name="VCResourceCompilerTool" | |
129 | PreprocessorDefinitions="_DEBUG" | |
130 | Culture="1033"/> | |
131 | <Tool | |
132 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
133 | <Tool |
134 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
135 | <Tool |
136 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
137 | <Tool |
138 | Name="VCManagedWrapperGeneratorTool"/> | |
139 | <Tool | |
140 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
141 | </Configuration> |
142 | </Configurations> | |
374ca955 A |
143 | <References> |
144 | </References> | |
b75a7d8f A |
145 | <Files> |
146 | <Filter | |
147 | Name="Source Files" | |
148 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
149 | <File | |
150 | RelativePath=".\break.cpp"> | |
151 | </File> | |
152 | <File | |
153 | RelativePath=".\ubreak.c"> | |
154 | </File> | |
155 | </Filter> | |
156 | <Filter | |
157 | Name="Header Files" | |
158 | Filter="h;hpp;hxx;hm;inl"> | |
159 | </Filter> | |
160 | <Filter | |
161 | Name="Resource Files" | |
162 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
163 | </Filter> | |
164 | </Files> | |
165 | <Globals> | |
166 | </Globals> | |
167 | </VisualStudioProject> |