Changeset 820 in dev for branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj
- Timestamp:
- Aug 7, 2011, 4:30:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj
r807 r820 160 160 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> 161 161 </ClCompile> 162 <ClCompile Include="src\Lexical\Class.cpp" />163 162 <ClCompile Include="src\Lexical\Const.cpp" /> 164 163 <ClCompile Include="src\Lexical\DataTable.cpp" /> 165 164 <ClCompile Include="src\Lexical\Delegate.cpp" /> 166 <ClCompile Include="src\Lexical\Interface.cpp" />167 <ClCompile Include="src\Lexical\Member.cpp" />168 165 <ClCompile Include="src\Lexical\Meta.cpp" /> 169 <ClCompile Include="src\Lexical\Method.cpp" />170 <ClCompile Include="src\Lexical\Namespace.cpp" />171 <ClCompile Include="src\Lexical\NamespaceSupporter.cpp" />172 <ClCompile Include="src\Lexical\NativeCode.cpp" />173 166 <ClCompile Include="src\Lexical\ObjectModule.cpp"> 174 167 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 183 176 </PrecompiledHeader> 184 177 </ClCompile> 185 <ClCompile Include="src\Lexical\Parameter.cpp" />186 <ClCompile Include="src\Lexical\Procedure.cpp" />187 178 <ClCompile Include="src\Lexical\Source.cpp" /> 188 <ClCompile Include="src\Lexical\Symbol.cpp" />189 <ClCompile Include="src\Lexical\Template.cpp" />190 <ClCompile Include="src\Lexical\Type.cpp" />191 179 <ClCompile Include="src\Lexical\TypeDef.cpp" /> 192 180 <ClCompile Include="src\Lexical\Variable.cpp" />
Note:
See TracChangeset
for help on using the changeset viewer.