Skip to content

Commit

Permalink
add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlHowlinMornSky committed Dec 15, 2023
1 parent 9c683cd commit a5e60c3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions WGC-Capture-with-OpenCV/WGC-Capture-with-OpenCV.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<ClInclude Include="framework.h" />
<ClInclude Include="include\ohms\WGC.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Capture.cpp" />
Expand All @@ -114,6 +115,9 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="WGC-Capture-with-OpenCV.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.221121.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.221121.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<ClInclude Include="include\ohms\WGC.h">
<Filter>Export</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
Expand All @@ -53,4 +56,7 @@
<Filter>Things</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="WGC-Capture-with-OpenCV.rc" />
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions WGC-Capture-with-OpenCV/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 WGC-Capture-with-OpenCV.rc

// 新对象的下一组默认值
//
#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 a5e60c3

Please sign in to comment.