Skip to content

Commit

Permalink
Added versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
smourier committed Jan 22, 2024
1 parent 0ee0413 commit d6f6d6a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
Binary file modified VCamSample/VCamSample.rc
Binary file not shown.
Binary file added VCamSampleSource/VCamSampleSource.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions VCamSampleSource/VCamSampleSource.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<ClInclude Include="MediaStream.h" />
<ClInclude Include="MFTools.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="Tools.h" />
<ClInclude Include="Undocumented.h" />
<ClInclude Include="WinTrace.h" />
Expand All @@ -185,6 +186,9 @@
<None Include="packages.config" />
<None Include="VCamSampleSource.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="VCamSampleSource.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
Expand Down
8 changes: 8 additions & 0 deletions VCamSampleSource/VCamSampleSource.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<ClInclude Include="FrameGenerator.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
Expand Down Expand Up @@ -90,4 +93,9 @@
<ItemGroup>
<Natvis Include="$(MSBuildThisFileDirectory)..\..\natvis\wil.natvis" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="VCamSampleSource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions VCamSampleSource/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VCamSampleSource.rc

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit d6f6d6a

Please sign in to comment.