-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyVersionBackup.csproj
More file actions
38 lines (32 loc) · 1.31 KB
/
Copy pathEasyVersionBackup.csproj
File metadata and controls
38 lines (32 loc) · 1.31 KB
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
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Ressources\favicon2.ico</ApplicationIcon>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<Authors>Daniel Capilla</Authors>
<Company>Daniel Capilla</Company>
<Product>EasyVersionBackup</Product>
<Copyright>Copyright © Daniel Capilla</Copyright>
<Version>1.2.6</Version>
<AssemblyVersion>1.2.6.0</AssemblyVersion>
<FileVersion>1.2.6.0</FileVersion>
<InformationalVersion>1.2.6</InformationalVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="Ressources\favicon2.ico">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<None Remove="Settings\EasyVersionBackup.settings.json" />
<EmbeddedResource Include="Ressources\molotov.jpg" />
<EmbeddedResource Include="Ressources\favicon2.ico" />
<EmbeddedResource Include="Ressources\ko-fi.png" />
</ItemGroup>
</Project>