forked from jlcebrian/SOR4Explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SOR4Explorer.csproj
27 lines (23 loc) · 941 Bytes
/
SOR4Explorer.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Images\SOR4Explorer.ico</ApplicationIcon>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<None Remove="Images\SheetIconSmall.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Images\bars.png" />
<EmbeddedResource Include="Images\FolderIcon.png" />
<EmbeddedResource Include="Images\save.png" />
<EmbeddedResource Include="Images\SheetIconSmall.png" />
<EmbeddedResource Include="Images\SOR4Explorer.ico" />
<EmbeddedResource Include="Images\FolderIconSmall.png" />
<EmbeddedResource Include="Images\trash.png" />
</ItemGroup>
</Project>