Fixed paths on all project source files;

This commit is contained in:
Mark Clark
2018-02-25 22:55:38 -05:00
parent 265f959ecf
commit f81b6fd927
8 changed files with 504 additions and 504 deletions

View File

@@ -97,52 +97,52 @@
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\game\boe.actions.hpp" />
<ClInclude Include="..\..\game\boe.combat.hpp" />
<ClInclude Include="..\..\game\boe.consts.hpp" />
<ClInclude Include="..\..\game\boe.dlgutil.hpp" />
<ClInclude Include="..\..\game\boe.fileio.hpp" />
<ClInclude Include="..\..\game\boe.global.hpp" />
<ClInclude Include="..\..\game\boe.graphics.hpp" />
<ClInclude Include="..\..\game\boe.graphutil.hpp" />
<ClInclude Include="..\..\game\boe.infodlg.hpp" />
<ClInclude Include="..\..\game\boe.items.hpp" />
<ClInclude Include="..\..\game\boe.locutils.hpp" />
<ClInclude Include="..\..\game\boe.main.hpp" />
<ClInclude Include="..\..\game\boe.menus.hpp" />
<ClInclude Include="..\..\game\boe.monster.hpp" />
<ClInclude Include="..\..\game\boe.newgraph.hpp" />
<ClInclude Include="..\..\game\boe.party.hpp" />
<ClInclude Include="..\..\game\boe.specials.hpp" />
<ClInclude Include="..\..\game\boe.text.hpp" />
<ClInclude Include="..\..\game\boe.town.hpp" />
<ClInclude Include="..\..\game\boe.townspec.hpp" />
<ClInclude Include="..\..\..\src\game\boe.actions.hpp" />
<ClInclude Include="..\..\..\src\game\boe.combat.hpp" />
<ClInclude Include="..\..\..\src\game\boe.consts.hpp" />
<ClInclude Include="..\..\..\src\game\boe.dlgutil.hpp" />
<ClInclude Include="..\..\..\src\game\boe.fileio.hpp" />
<ClInclude Include="..\..\..\src\game\boe.global.hpp" />
<ClInclude Include="..\..\..\src\game\boe.graphics.hpp" />
<ClInclude Include="..\..\..\src\game\boe.graphutil.hpp" />
<ClInclude Include="..\..\..\src\game\boe.infodlg.hpp" />
<ClInclude Include="..\..\..\src\game\boe.items.hpp" />
<ClInclude Include="..\..\..\src\game\boe.locutils.hpp" />
<ClInclude Include="..\..\..\src\game\boe.main.hpp" />
<ClInclude Include="..\..\..\src\game\boe.menus.hpp" />
<ClInclude Include="..\..\..\src\game\boe.monster.hpp" />
<ClInclude Include="..\..\..\src\game\boe.newgraph.hpp" />
<ClInclude Include="..\..\..\src\game\boe.party.hpp" />
<ClInclude Include="..\..\..\src\game\boe.specials.hpp" />
<ClInclude Include="..\..\..\src\game\boe.text.hpp" />
<ClInclude Include="..\..\..\src\game\boe.town.hpp" />
<ClInclude Include="..\..\..\src\game\boe.townspec.hpp" />
<ClInclude Include="..\..\..\rsrc\menus\boeresource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\rsrc\menus\BladesOfExile.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\game\boe.actions.cpp" />
<ClCompile Include="..\..\game\boe.combat.cpp" />
<ClCompile Include="..\..\game\boe.dlgutil.cpp" />
<ClCompile Include="..\..\game\boe.fileio.cpp" />
<ClCompile Include="..\..\game\boe.graphics.cpp" />
<ClCompile Include="..\..\game\boe.graphutil.cpp" />
<ClCompile Include="..\..\game\boe.infodlg.cpp" />
<ClCompile Include="..\..\game\boe.items.cpp" />
<ClCompile Include="..\..\game\boe.locutils.cpp" />
<ClCompile Include="..\..\game\boe.main.cpp" />
<ClCompile Include="..\..\game\boe.menus.win.cpp" />
<ClCompile Include="..\..\game\boe.monster.cpp" />
<ClCompile Include="..\..\game\boe.newgraph.cpp" />
<ClCompile Include="..\..\game\boe.party.cpp" />
<ClCompile Include="..\..\game\boe.specials.cpp" />
<ClCompile Include="..\..\game\boe.startup.cpp" />
<ClCompile Include="..\..\game\boe.text.cpp" />
<ClCompile Include="..\..\game\boe.town.cpp" />
<ClCompile Include="..\..\game\boe.townspec.cpp" />
<ClCompile Include="..\..\pcedit\pc.editors.cpp" />
<ClCompile Include="..\..\..\src\game\boe.actions.cpp" />
<ClCompile Include="..\..\..\src\game\boe.combat.cpp" />
<ClCompile Include="..\..\..\src\game\boe.dlgutil.cpp" />
<ClCompile Include="..\..\..\src\game\boe.fileio.cpp" />
<ClCompile Include="..\..\..\src\game\boe.graphics.cpp" />
<ClCompile Include="..\..\..\src\game\boe.graphutil.cpp" />
<ClCompile Include="..\..\..\src\game\boe.infodlg.cpp" />
<ClCompile Include="..\..\..\src\game\boe.items.cpp" />
<ClCompile Include="..\..\..\src\game\boe.locutils.cpp" />
<ClCompile Include="..\..\..\src\game\boe.main.cpp" />
<ClCompile Include="..\..\..\src\game\boe.menus.win.cpp" />
<ClCompile Include="..\..\..\src\game\boe.monster.cpp" />
<ClCompile Include="..\..\..\src\game\boe.newgraph.cpp" />
<ClCompile Include="..\..\..\src\game\boe.party.cpp" />
<ClCompile Include="..\..\..\src\game\boe.specials.cpp" />
<ClCompile Include="..\..\..\src\game\boe.startup.cpp" />
<ClCompile Include="..\..\..\src\game\boe.text.cpp" />
<ClCompile Include="..\..\..\src\game\boe.town.cpp" />
<ClCompile Include="..\..\..\src\game\boe.townspec.cpp" />
<ClCompile Include="..\..\..\src\pcedit\pc.editors.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.vcxproj">