Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Version RC Files #73

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added YYToolkit/YYToolkit.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions YYToolkit/YYToolkit.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,15 @@
<ClInclude Include="include\Aurie\shared.hpp" />
<ClInclude Include="include\FunctionWrapper\FunctionWrapper.hpp" />
<ClInclude Include="include\Zydis\Zydis.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="source\YYTK\Module Interface\Interface.hpp" />
<ClInclude Include="source\YYTK\Module Internals\Module Internals.hpp" />
<ClInclude Include="source\YYTK\Shared.hpp" />
<ClInclude Include="source\YYTK\Tool.hpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="YYToolkit.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
8 changes: 8 additions & 0 deletions YYToolkit/YYToolkit.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,13 @@
<ClInclude Include="include\FunctionWrapper\FunctionWrapper.hpp">
<Filter>Hlavičkové soubory</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Hlavičkové soubory</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="YYToolkit.rc">
<Filter>Soubory zdrojů</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions YYToolkit/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 YYToolkit.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
Loading