diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-28 17:48:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-28 17:48:44 +0300 |
commit | 040444db8fc48cd4012bc7ec4568f6a9b6143cb3 (patch) | |
tree | 82fe63ebc8f4e505d9337345cf67704bd60e9834 /km/build | |
parent | CMakeLists.txt updates (diff) | |
download | windows7-drivers-040444db8fc48cd4012bc7ec4568f6a9b6143cb3.tar.gz windows7-drivers-040444db8fc48cd4012bc7ec4568f6a9b6143cb3.zip |
nt_path_converter -> nt_namespace
Diffstat (limited to 'km/build')
-rw-r--r-- | km/build/wdk8.1update/special/nt_namespace/.gitignore (renamed from km/build/wdk8.1update/special/nt_path_converter/.gitignore) | 0 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.sln (renamed from km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln) | 2 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.vcxproj (renamed from km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj) | 14 |
3 files changed, 8 insertions, 8 deletions
diff --git a/km/build/wdk8.1update/special/nt_path_converter/.gitignore b/km/build/wdk8.1update/special/nt_namespace/.gitignore index 4ded7c4..4ded7c4 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/.gitignore +++ b/km/build/wdk8.1update/special/nt_namespace/.gitignore diff --git a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.sln index 45cf003..7b06101 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.sln +++ b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nt_path_converter.vs12", "nt_path_converter.vs12.vcxproj", "{6B611107-4492-46B1-A233-12BAB1FF0FC2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nt_namespace.vs12", "nt_namespace.vs12.vcxproj", "{6B611107-4492-46B1-A233-12BAB1FF0FC2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.vcxproj index f87134e..9b33bb0 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/nt_path_converter.vs12.vcxproj +++ b/km/build/wdk8.1update/special/nt_namespace/nt_namespace.vs12.vcxproj @@ -57,7 +57,7 @@ <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> <Configuration Condition="'$(Configuration)' == ''">Win8.1 Debug</Configuration> <Platform Condition="'$(Platform)' == ''">Win32</Platform> - <RootNamespace>nt_path_converter_vs12</RootNamespace> + <RootNamespace>nt_namespace_vs12</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'" Label="Configuration"> @@ -217,14 +217,14 @@ <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> - <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" /> + <ClInclude Include="..\..\..\..\src\special\nt_namespace\control_codes.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_namespace\device.h" /> + <ClInclude Include="..\..\..\..\src\special\nt_namespace\nt2dos.h" /> </ItemGroup> <ItemGroup> - <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" /> + <ClCompile Include="..\..\..\..\src\special\nt_namespace\device.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_namespace\main.c" /> + <ClCompile Include="..\..\..\..\src\special\nt_namespace\nt2dos.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |