Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0go1 committed Oct 10, 2023
1 parent f0caf19 commit c058645
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 0 deletions.
File renamed without changes.
Binary file added CS2_External/Aeonix.rc
Binary file not shown.
17 changes: 17 additions & 0 deletions CS2_External/CS2_External.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<ProjectGuid>{82688835-fba1-418a-9ad2-9a2d94c0fd47}</ProjectGuid>
<RootNamespace>CS2External</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>Aeonix</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -70,6 +71,12 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>Aeonix</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>Aeonix</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down Expand Up @@ -159,6 +166,7 @@
<ClInclude Include="OS-ImGui\OS-ImGui_Struct.h" />
<ClInclude Include="Radar\Radar.h" />
<ClInclude Include="Render.hpp" />
<ClInclude Include="resource.h" />
<ClInclude Include="Utils\style.hpp" />
<ClInclude Include="TriggerBot.h" />
<ClInclude Include="Utils\ConfigMenu.hpp" />
Expand Down Expand Up @@ -193,6 +201,15 @@
<Font Include="font\fa-regular.ttf" />
<Font Include="font\stratum2.ttf" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Aeonix.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="font\icon2.ico" />
<Image Include="font\sexy.ico" />
<Image Include="font\sexy.jpg" />
<Image Include="icon1.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
10 changes: 10 additions & 0 deletions CS2_External/CS2_External.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<ClInclude Include="Bunnyhop.hpp" />
<ClInclude Include="mathstuff.h" />
<ClInclude Include="font\fontArray.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="OS-ImGui\imgui\imgui.cpp">
Expand Down Expand Up @@ -190,4 +191,13 @@
<Font Include="font\stratum2.ttf" />
<Font Include="font\fa-regular.ttf" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Aeonix.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="icon1.ico" />
<Image Include="font\sexy.jpg" />
<Image Include="font\sexy.ico" />
<Image Include="font\icon2.ico" />
</ItemGroup>
</Project>
Binary file added CS2_External/font/sexy.ico
Binary file not shown.
Binary file added CS2_External/icon1.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions CS2_External/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Aeonix.rc
//
#define IDI_ICON1 104

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

0 comments on commit c058645

Please sign in to comment.