-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sheas-Dop.csproj
74 lines (65 loc) · 2.55 KB
/
Sheas-Dop.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>Sheas Dop</Title>
<Product>Sheas Dop</Product>
<Trademark>Sheas Dop</Trademark>
<Description>Just Purge It</Description>
<PackageReleaseNotes>Just Purge It</PackageReleaseNotes>
<Authors>Space Time</Authors>
<Company>Space Time</Company>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>1.0.0</Version>
<FileVersion>1.0.0</FileVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<PackageTags>Tool;Sheas;Dop;Dns</PackageTags>
<ApplicationIcon>Sheas-Dop-Logo.ico</ApplicationIcon>
<PackageIcon>Sheas Dop Logo.png</PackageIcon>
<ApplicationManifest>App.manifest</ApplicationManifest>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/SpaceTimee/Sheas-Dop</PackageProjectUrl>
<RepositoryUrl>https://github.com/SpaceTimee/Sheas-Dop</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright © 2077</Copyright>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<RootNamespace>Sheas_Dop</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<IsPublishable>True</IsPublishable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<ErrorReport>none</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Remove="app.manifest" />
</ItemGroup>
<ItemGroup>
<Compile Remove="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="app.manifest" />
<None Remove="README.md" />
<None Remove="Sheas-Dop-Logo.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Ona-Core">
<HintPath>..\Ona-Core\bin\Release\net8.0-windows10.0.26100.0\Ona-Core.dll</HintPath>
</Reference>
<Reference Include="Sheas-Core">
<HintPath>..\Sheas-Core\bin\Release\Sheas-Core.dll</HintPath>
</Reference>
</ItemGroup>
</Project>