1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{7E361A54-A631-4204-A1AE-8A6458EDD60B}</ProjectGuid >
8
4
<OutputType >Exe</OutputType >
9
- <RootNamespace >ArkSpawnCodeGen</RootNamespace >
10
- <AssemblyName >ARK Code Generator</AssemblyName >
11
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
- <IsWebBootstrapper >false</IsWebBootstrapper >
15
- <PublishUrl >publish\</PublishUrl >
16
- <Install >true</Install >
17
- <InstallFrom >Disk</InstallFrom >
18
- <UpdateEnabled >false</UpdateEnabled >
19
- <UpdateMode >Foreground</UpdateMode >
20
- <UpdateInterval >7</UpdateInterval >
21
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22
- <UpdatePeriodically >false</UpdatePeriodically >
23
- <UpdateRequired >false</UpdateRequired >
24
- <MapFileExtensions >true</MapFileExtensions >
25
- <ApplicationRevision >0</ApplicationRevision >
26
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27
- <UseApplicationTrust >false</UseApplicationTrust >
28
- <BootstrapperEnabled >true</BootstrapperEnabled >
5
+ <TargetFramework >netcoreapp3.1</TargetFramework >
6
+ <ApplicationIcon >icon.ico</ApplicationIcon >
7
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
8
+ <Copyright >L. Gmann, Dr. Pennysworth</Copyright >
9
+ <RepositoryUrl >https://github.com/First-Coder/SpawnCodeGenerator</RepositoryUrl >
10
+ <PackageLicenseFile >LICENCE.txt</PackageLicenseFile >
11
+ <PackageProjectUrl >https://first-coder.de/</PackageProjectUrl >
12
+ <PackageIcon >icon.ico</PackageIcon >
13
+ <Authors >L. Gmann, Dr. Pennysworth</Authors >
14
+ <Company >First Coder</Company >
15
+ <AssemblyVersion >1.1.0.0</AssemblyVersion >
16
+ <FileVersion >1.1.0.0</FileVersion >
29
17
</PropertyGroup >
30
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31
- <PlatformTarget >AnyCPU</PlatformTarget >
32
- <DebugSymbols >true</DebugSymbols >
33
- <DebugType >full</DebugType >
34
- <Optimize >false</Optimize >
35
- <OutputPath >bin\Debug\</OutputPath >
36
- <DefineConstants >DEBUG;TRACE</DefineConstants >
37
- <ErrorReport >prompt</ErrorReport >
38
- <WarningLevel >4</WarningLevel >
39
- </PropertyGroup >
40
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41
- <PlatformTarget >AnyCPU</PlatformTarget >
42
- <DebugType >pdbonly</DebugType >
43
- <Optimize >true</Optimize >
44
- <OutputPath >bin\Release\</OutputPath >
45
- <DefineConstants >TRACE</DefineConstants >
46
- <ErrorReport >prompt</ErrorReport >
47
- <WarningLevel >4</WarningLevel >
48
- </PropertyGroup >
49
- <PropertyGroup >
50
- <ApplicationIcon >ARKModnetLogo.ico</ApplicationIcon >
51
- </PropertyGroup >
52
- <PropertyGroup >
53
- <SignAssembly >true</SignAssembly >
54
- </PropertyGroup >
55
- <PropertyGroup >
56
- </PropertyGroup >
57
- <ItemGroup >
58
- <Reference Include =" System" />
59
- <Reference Include =" System.Core" />
60
- <Reference Include =" System.Xml.Linq" />
61
- <Reference Include =" System.Data.DataSetExtensions" />
62
- <Reference Include =" Microsoft.CSharp" />
63
- <Reference Include =" System.Data" />
64
- <Reference Include =" System.Net.Http" />
65
- <Reference Include =" System.Xml" />
66
- </ItemGroup >
67
- <ItemGroup >
68
- <Compile Include =" Program.cs" />
69
- <Compile Include =" Properties\AssemblyInfo.cs" />
70
- <Compile Include =" Summery.cs" />
71
- </ItemGroup >
72
- <ItemGroup >
73
- <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
74
- <Visible >False</Visible >
75
- <ProductName >Microsoft .NET Framework 4.6.1 %28x86 und x64%29</ProductName >
76
- <Install >true</Install >
77
- </BootstrapperPackage >
78
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
79
- <Visible >False</Visible >
80
- <ProductName >.NET Framework 3.5 SP1</ProductName >
81
- <Install >false</Install >
82
- </BootstrapperPackage >
83
- </ItemGroup >
84
- <ItemGroup >
85
- <None Include =" App.config" />
86
- </ItemGroup >
18
+
87
19
<ItemGroup >
88
- <Content Include =" ARKModnetLogo.ico" />
20
+ <None Include =" icon.ico" >
21
+ <Pack >True</Pack >
22
+ <PackagePath ></PackagePath >
23
+ </None >
24
+ <None Include =" LICENCE.txt" >
25
+ <Pack >True</Pack >
26
+ <PackagePath ></PackagePath >
27
+ </None >
89
28
</ItemGroup >
90
- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
91
- </Project >
29
+
30
+ </Project >
0 commit comments