Skip to content

Commit

Permalink
Split out mirror class to separate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabbah committed Dec 21, 2022
1 parent 9ecec94 commit 6b29eee
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 737 deletions.
Expand Up @@ -151,6 +151,7 @@ copy $(SolutionDir)\scripts\Uninstall-Layer.ps1 $(OutDir)
<ClInclude Include="framework\dispatch.h" />
<ClInclude Include="framework\log.h" />
<ClInclude Include="framework\util.h" />
<ClInclude Include="dx11mirror.h" />
<ClInclude Include="layer.h" />
<ClInclude Include="pch.h" />
</ItemGroup>
Expand All @@ -164,6 +165,7 @@ copy $(SolutionDir)\scripts\Uninstall-Layer.ps1 $(OutDir)
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="dx11mirror.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="framework\dispatch_generator.py" />
Expand Down
Expand Up @@ -32,6 +32,9 @@
<ClInclude Include="framework\util.h">
<Filter>Framework</Filter>
</ClInclude>
<ClInclude Include="dx11mirror.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp">
Expand All @@ -52,6 +55,9 @@
<ClCompile Include="framework\log.cpp">
<Filter>Framework</Filter>
</ClCompile>
<ClCompile Include="dx11mirror.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="XR_APILAYER_NOVENDOR_OBSMirror.json" />
Expand All @@ -63,4 +69,7 @@
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Natvis Include="$(MSBuildThisFileDirectory)..\..\natvis\wil.natvis" />
</ItemGroup>
</Project>

0 comments on commit 6b29eee

Please sign in to comment.