Update configuration

This commit is contained in:
Vladimir
2024-05-16 03:50:02 +04:00
parent 2561567cf5
commit 5c48e9803f
2 changed files with 19 additions and 5 deletions

View File

@@ -54,6 +54,14 @@
<PropertyGroup>
<ApplicationIcon>restart_process_sync_loading_refresh_circular_arrow_reload_icon_258809.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />