forked from ameisen/SV-SpriteMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpriteMasterCommon.props
40 lines (37 loc) · 1.66 KB
/
SpriteMasterCommon.props
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
<?xml version="1.0" encoding="utf-8" ?>
<Project>
<PropertyGroup>
<RootNamespace>SpriteMaster</RootNamespace>
<Product>SpriteMaster-SV</Product>
<PackageId>SpriteMaster-SV</PackageId>
<Authors>Digital Carbide</Authors>
<Company>Digital Carbide</Company>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<NeutralLanguage>en-US</NeutralLanguage>
<Copyright>mkuklinski</Copyright>
<Version>0.13.0</Version>
<AssemblyVersion>0.13.0.*</AssemblyVersion>
<FileVersion>0.13.0.0</FileVersion>
<TargetFramework>net5.0</TargetFramework>
<FileAlignment>512</FileAlignment>
<LangVersion>preview</LangVersion>
<PlatformTarget>AnyCPU</PlatformTarget>
<EnableHarmony>true</EnableHarmony>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NullableReferenceTypes>true</NullableReferenceTypes>
<ErrorReport>prompt</ErrorReport>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<ApplicationIcon>pufferchick_xbrz.ico</ApplicationIcon>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<OutputPath>bin\$(Configuration)\</OutputPath>
<BaseAddress>285736960</BaseAddress>
<Deterministic>false</Deterministic>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<BundleExtraAssemblies>System, ThirdParty</BundleExtraAssemblies>
<IgnoreModFilePatterns>System\.(?!Data\.HashFunction\.xxHash).*$</IgnoreModFilePatterns>
</PropertyGroup>
</Project>