diff options
Diffstat (limited to '')
-rw-r--r-- | km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj (renamed from src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj b/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj index 4a50b17..f87134e 100644 --- a/src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj +++ b/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj @@ -217,14 +217,14 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\control_codes.h" /> - <ClInclude Include="..\device.h" /> - <ClInclude Include="..\nt2dos.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_path_converter\control_codes.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_path_converter\device.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_path_converter\nt2dos.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\device.c" /> - <ClCompile Include="..\main.c" /> - <ClCompile Include="..\nt2dos.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_path_converter\device.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_path_converter\main.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_path_converter\nt2dos.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |