|
|
@@ -193,8 +193,8 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
</PostBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
|
- <ClInclude Include="CGameFrameWnd.h" />
|
|
|
- <ClInclude Include="CLoginWnd.h" />
|
|
|
+ <ClInclude Include="wnd\CGameFrameWnd.h" />
|
|
|
+ <ClInclude Include="wnd\CLoginWnd.h" />
|
|
|
<ClInclude Include="helper\MD5.h" />
|
|
|
<ClInclude Include="network\CZhipuziHttpClient.h" />
|
|
|
<ClInclude Include="helper\CConfigReader.h" />
|
|
|
@@ -202,17 +202,15 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
<ClInclude Include="helper\CRandomHelper.h" />
|
|
|
<ClInclude Include="helper\define.h" />
|
|
|
<ClInclude Include="network\CHttpClient.h" />
|
|
|
- <ClInclude Include="MiniDumper.h" />
|
|
|
- <ClInclude Include="resource.h" />
|
|
|
+ <ClInclude Include="wnd\MiniDumper.h" />
|
|
|
+ <ClInclude Include="resource\resource.h" />
|
|
|
<ClInclude Include="tool\CLewaimaiLog.h" />
|
|
|
<ClInclude Include="pch\pch.h" />
|
|
|
- <ClInclude Include="tool\CLewaimaiDistance.h" />
|
|
|
- <ClInclude Include="tool\CLewaimaiPos.h" />
|
|
|
<ClInclude Include="tool\CLewaimaiTime.h" />
|
|
|
<ClInclude Include="helper\CSystem.h" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <ClCompile Include="CLoginWnd.cpp" />
|
|
|
+ <ClCompile Include="wnd\CLoginWnd.cpp" />
|
|
|
<ClCompile Include="helper\MD5.cpp" />
|
|
|
<ClCompile Include="network\CZhipuziHttpClient.cpp" />
|
|
|
<ClCompile Include="helper\CConfigReader.cpp" />
|
|
|
@@ -220,22 +218,20 @@ copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Co
|
|
|
<ClCompile Include="helper\CRandomHelper.cpp" />
|
|
|
<ClCompile Include="helper\CSystem.cpp" />
|
|
|
<ClCompile Include="network\CHttpClient.cpp" />
|
|
|
- <ClCompile Include="MiniDumper.cpp" />
|
|
|
+ <ClCompile Include="wnd\MiniDumper.cpp" />
|
|
|
<ClCompile Include="tool\CLewaimaiLog.cpp" />
|
|
|
<ClCompile Include="lewaimai_dispatch_windows.cpp" />
|
|
|
<ClCompile Include="pch\pch.cpp" />
|
|
|
- <ClCompile Include="tool\CLewaimaiDistance.cpp" />
|
|
|
- <ClCompile Include="tool\CLewaimaiPos.cpp" />
|
|
|
<ClCompile Include="tool\CLewaimaiTime.cpp" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="conf\dispatch.conf" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <ResourceCompile Include="zhipuzi_pos_windows.rc" />
|
|
|
+ <ResourceCompile Include="resource\zhipuzi_pos_windows.rc" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Image Include="duilib.ico" />
|
|
|
+ <Image Include="resource\duilib.ico" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|