1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2025-02-17 11:08:40 +01:00

Final Release push

This commit is contained in:
Mastercodeon 2023-01-21 19:59:34 -06:00
parent a4212e042b
commit ee63a5508a
3 changed files with 7 additions and 3 deletions

View File

@ -41,7 +41,7 @@
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<OutputPath>bin\Release\x64\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>

BIN
KsDumper11/Default.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -25,7 +25,7 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>..\..\..\..\..\..\VM Share\KsDumper VM\KsDumper v1.1\</OutputPath>
<OutputPath>bin\Release\x64\</OutputPath>
<DefineConstants>TRACE;WIN64</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
@ -81,6 +81,9 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Default.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -154,6 +157,7 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Default.ico" />
<Content Include="Driver\drv64.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
@ -166,7 +170,7 @@
<None Include="icons8-crossed-axes-100.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DarkControls\DarkControls\DarkControls.csproj">
<ProjectReference Include="..\DarkControls\DarkControls.csproj">
<Project>{66c94acb-63c7-42a3-9d83-a3801ced4f1c}</Project>
<Name>DarkControls</Name>
</ProjectReference>