]>
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="makeconv" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
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="1" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | Optimization="0" | |
24 | ImproveFloatingPointConsistency="TRUE" | |
25 | OptimizeForProcessor="2" | |
26 | AdditionalIncludeDirectories="..\..\..\include,..\..\..\source\common,..\toolutil" | |
27 | PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" | |
28 | BasicRuntimeChecks="3" | |
29 | RuntimeLibrary="3" | |
30 | DisableLanguageExtensions="TRUE" | |
31 | PrecompiledHeaderFile=".\Debug/makeconv.pch" | |
32 | AssemblerListingLocation=".\Debug/" | |
33 | ObjectFile=".\Debug/" | |
34 | ProgramDataBaseFileName=".\Debug/" | |
35 | BrowseInformation="1" | |
36 | WarningLevel="3" | |
37 | SuppressStartupBanner="TRUE" | |
38 | DebugInformationFormat="4" | |
39 | CompileAs="0"/> | |
40 | <Tool | |
41 | Name="VCCustomBuildTool" | |
374ca955 | 42 | CommandLine="copy "$(TargetPath)" ..\..\..\bin |
b75a7d8f | 43 | " |
374ca955 | 44 | Outputs="..\..\..\bin\$(TargetFileName)"/> |
b75a7d8f A |
45 | <Tool |
46 | Name="VCLinkerTool" | |
b75a7d8f A |
47 | OutputFile=".\Debug/makeconv.exe" |
48 | LinkIncremental="2" | |
49 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
50 | GenerateDebugInformation="TRUE" |
51 | ProgramDatabaseFile=".\Debug/makeconv.pdb" | |
52 | SubSystem="1"/> | |
53 | <Tool | |
54 | Name="VCMIDLTool" | |
55 | TypeLibraryName=".\Debug/makeconv.tlb"/> | |
56 | <Tool | |
57 | Name="VCPostBuildEventTool"/> | |
58 | <Tool | |
59 | Name="VCPreBuildEventTool"/> | |
60 | <Tool | |
61 | Name="VCPreLinkEventTool"/> | |
62 | <Tool | |
63 | Name="VCResourceCompilerTool" | |
64 | PreprocessorDefinitions="_DEBUG" | |
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="Release|Win32" | |
79 | OutputDirectory=".\Release" | |
80 | IntermediateDirectory=".\Release" | |
81 | ConfigurationType="1" | |
82 | UseOfMFC="0" | |
83 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
84 | CharacterSet="2"> | |
85 | <Tool | |
86 | Name="VCCLCompilerTool" | |
87 | InlineFunctionExpansion="2" | |
88 | ImproveFloatingPointConsistency="TRUE" | |
89 | AdditionalIncludeDirectories="..\..\..\include,..\..\..\source\common,..\toolutil" | |
90 | PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" | |
91 | RuntimeLibrary="2" | |
92 | DisableLanguageExtensions="TRUE" | |
93 | PrecompiledHeaderFile=".\Release/makeconv.pch" | |
94 | AssemblerListingLocation=".\Release/" | |
95 | ObjectFile=".\Release/" | |
96 | ProgramDataBaseFileName=".\Release/" | |
97 | WarningLevel="3" | |
98 | SuppressStartupBanner="TRUE" | |
99 | CompileAs="0"/> | |
100 | <Tool | |
101 | Name="VCCustomBuildTool" | |
374ca955 | 102 | CommandLine="copy "$(TargetPath)" ..\..\..\bin |
b75a7d8f | 103 | " |
374ca955 | 104 | Outputs="..\..\..\bin\$(TargetFileName)"/> |
b75a7d8f A |
105 | <Tool |
106 | Name="VCLinkerTool" | |
b75a7d8f A |
107 | OutputFile=".\Release/makeconv.exe" |
108 | LinkIncremental="1" | |
109 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
110 | ProgramDatabaseFile=".\Release/makeconv.pdb" |
111 | SubSystem="1"/> | |
112 | <Tool | |
113 | Name="VCMIDLTool" | |
114 | TypeLibraryName=".\Release/makeconv.tlb"/> | |
115 | <Tool | |
116 | Name="VCPostBuildEventTool"/> | |
117 | <Tool | |
118 | Name="VCPreBuildEventTool"/> | |
119 | <Tool | |
120 | Name="VCPreLinkEventTool"/> | |
121 | <Tool | |
122 | Name="VCResourceCompilerTool" | |
123 | PreprocessorDefinitions="NDEBUG" | |
124 | Culture="1033"/> | |
125 | <Tool | |
126 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
127 | <Tool |
128 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
129 | <Tool |
130 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
131 | <Tool |
132 | Name="VCManagedWrapperGeneratorTool"/> | |
133 | <Tool | |
134 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
135 | </Configuration> |
136 | </Configurations> | |
374ca955 A |
137 | <References> |
138 | </References> | |
b75a7d8f A |
139 | <Files> |
140 | <Filter | |
141 | Name="Source Files" | |
142 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
374ca955 A |
143 | <File |
144 | RelativePath=".\gencnvex.c"> | |
145 | </File> | |
b75a7d8f A |
146 | <File |
147 | RelativePath=".\genmbcs.c"> | |
148 | </File> | |
149 | <File | |
150 | RelativePath=".\makeconv.c"> | |
151 | </File> | |
152 | <File | |
153 | RelativePath=".\ucnvstat.c"> | |
154 | </File> | |
155 | </Filter> | |
156 | <Filter | |
157 | Name="Header Files" | |
158 | Filter="h;hpp;hxx;hm;inl"> | |
159 | <File | |
160 | RelativePath=".\genmbcs.h"> | |
161 | </File> | |
162 | <File | |
163 | RelativePath=".\makeconv.h"> | |
164 | </File> | |
165 | </Filter> | |
166 | <Filter | |
167 | Name="Resource Files" | |
168 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
169 | </Filter> | |
170 | </Files> | |
171 | <Globals> | |
172 | </Globals> | |
173 | </VisualStudioProject> |