(360) Added file_path to 360 solution for Salamander

This commit is contained in:
TwinAphex51224 2012-04-13 22:05:26 +02:00
parent 6ab12d1844
commit ab8c3085a6
2 changed files with 6 additions and 2 deletions

View File

@ -272,8 +272,9 @@
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="..\..\file_path.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@ -26,5 +26,8 @@
<ClCompile Include="..\..\compat\compat.c">
<Filter>Source Files\compat</Filter>
</ClCompile>
<ClCompile Include="..\..\file_path.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>