|
@@ -219,6 +219,9 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
</PostBuildEvent>
|
|
</PostBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <ClInclude Include="helper\CBitmapHelper.h" />
|
|
|
|
|
+ <ClInclude Include="tool\CComHelper.h" />
|
|
|
|
|
+ <ClInclude Include="tool\CExceptionDmp.h" />
|
|
|
<ClInclude Include="wnd\CMessageboxWnd.h" />
|
|
<ClInclude Include="wnd\CMessageboxWnd.h" />
|
|
|
<ClInclude Include="wnd\CUpdateWnd.h" />
|
|
<ClInclude Include="wnd\CUpdateWnd.h" />
|
|
|
<ClInclude Include="wnd\CWaimaiOrderFailReasonWnd.h" />
|
|
<ClInclude Include="wnd\CWaimaiOrderFailReasonWnd.h" />
|
|
@@ -249,6 +252,9 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
<ClInclude Include="control\OrderListUI.h" />
|
|
<ClInclude Include="control\OrderListUI.h" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <ClCompile Include="helper\CBitmapHelper.cpp" />
|
|
|
|
|
+ <ClCompile Include="tool\CComHelper.cpp" />
|
|
|
|
|
+ <ClCompile Include="tool\CExceptionDmp.cpp" />
|
|
|
<ClCompile Include="wnd\CMessageboxWnd.cpp" />
|
|
<ClCompile Include="wnd\CMessageboxWnd.cpp" />
|
|
|
<ClCompile Include="wnd\CUpdateWnd.cpp" />
|
|
<ClCompile Include="wnd\CUpdateWnd.cpp" />
|
|
|
<ClCompile Include="wnd\CWaimaiOrderFailReasonWnd.cpp" />
|
|
<ClCompile Include="wnd\CWaimaiOrderFailReasonWnd.cpp" />
|
|
@@ -281,6 +287,9 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Image Include="resource\zhipuzi.ico" />
|
|
<Image Include="resource\zhipuzi.ico" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <None Include="resource\zhipuzi_pos_windows.aps" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
</ImportGroup>
|
|
</ImportGroup>
|