Skip to content

Commit 9abbcd1

Browse files
author
Bud
authored
Merge pull request #165 from zjoasan/namechange
Renaming
2 parents 4c31aae + e889902 commit 9abbcd1

9 files changed

Lines changed: 5 additions & 5 deletions

File tree

Virtual Display Driver (HDR)/IddSampleDriver.sln renamed to Virtual Display Driver (HDR)/MttVDD.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31129.286
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IddSampleDriver", "IddSampleDriver\IddSampleDriver.vcxproj", "{2D54CB75-8B17-4F11-97DC-847B0244CD46}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MttVDD", "MttVDD\MttVDD.vcxproj", "{2D54CB75-8B17-4F11-97DC-847B0244CD46}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
File renamed without changes.

Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.inf renamed to Virtual Display Driver (HDR)/MttVDD/MttVDD.inf

4.33 KB
Binary file not shown.

Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.sln renamed to Virtual Display Driver (HDR)/MttVDD/MttVDD.sln

File renamed without changes.

Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.vcxproj renamed to Virtual Display Driver (HDR)/MttVDD/MttVDD.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<ClInclude Include="Trace.h" />
4646
</ItemGroup>
4747
<ItemGroup>
48-
<Inf Include="IddSampleDriver.inf" />
48+
<Inf Include="MttVDD.inf" />
4949
</ItemGroup>
5050
<PropertyGroup Label="Globals">
5151
<ProjectGuid>{2D54CB75-8B17-4F11-97DC-847B0244CD46}</ProjectGuid>
@@ -252,7 +252,7 @@
252252
<FileDigestAlgorithm>SHA1</FileDigestAlgorithm>
253253
</DriverSign>
254254
<PostBuildEvent>
255-
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\IddSampleDriver"</Command>
255+
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\MttVDD"</Command>
256256
</PostBuildEvent>
257257
</ItemDefinitionGroup>
258258
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -272,7 +272,7 @@
272272
<FileDigestAlgorithm>SHA256</FileDigestAlgorithm>
273273
</DriverSign>
274274
<PostBuildEvent>
275-
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\IddSampleDriver"</Command>
275+
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\MttVDD"</Command>
276276
</PostBuildEvent>
277277
</ItemDefinitionGroup>
278278
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">

Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.vcxproj.filters renamed to Virtual Display Driver (HDR)/MttVDD/MttVDD.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Filter>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<Inf Include="IddSampleDriver.inf">
22+
<Inf Include="MttVDD.inf">
2323
<Filter>Driver Files</Filter>
2424
</Inf>
2525
</ItemGroup>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)