This commit is contained in:
EverythingWindows 2022-11-02 15:23:28 +07:00
parent e007d91d42
commit da197f3153
2 changed files with 6 additions and 0 deletions

View file

@ -64,6 +64,9 @@
<PropertyGroup> <PropertyGroup>
<ApplicationManifest>MainForms\app.manifest</ApplicationManifest> <ApplicationManifest>MainForms\app.manifest</ApplicationManifest>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ShiftOS.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
@ -171,5 +174,8 @@
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="ShiftOS.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project> </Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB