diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 19:19:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 19:19:56 +0300 |
commit | 974bd0388994715b4fa35ac54986e3c1ed4e3f55 (patch) | |
tree | 53b23c15bde662804ecb7ef8f54026ff883a7cc2 /src/nt_path_converter/vs12/nt_path_converter.vs12.vcxproj | |
parent | sysenter: add missing configurations to solution (diff) | |
download | windows7-drivers-974bd0388994715b4fa35ac54986e3c1ed4e3f55.tar.gz windows7-drivers-974bd0388994715b4fa35ac54986e3c1ed4e3f55.zip |
reorganize files
* src/ -> km/src/
* utils/ -> um/
* Move WDK 7.1-specific *.bat files to km/build/wdk7.1/
* Move WDK 8.1 Update 1 solutions to km/build/wdk8.1update/
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"> |