Move MathParser to Common

This commit is contained in:
Birunthan Mohanathas
2013-06-13 17:00:24 +03:00
parent 3cebbc6b53
commit be3efa7531
9 changed files with 28 additions and 28 deletions

View File

@ -7,6 +7,7 @@
<ClCompile Include="Platform.cpp" />
<ClCompile Include="StringUtil.cpp" />
<ClCompile Include="ControlTemplate.cpp" />
<ClCompile Include="MathParser.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Dialog.h" />
@ -16,5 +17,6 @@
<ClInclude Include="RawString.h" />
<ClInclude Include="StringUtil.h" />
<ClInclude Include="ControlTemplate.h" />
<ClInclude Include="MathParser.h" />
</ItemGroup>
</Project>