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')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{7E361A54-A631-4204-A1AE-8A6458EDD60B}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >ArkSpawnCodeGen</RootNamespace >
10+ <AssemblyName >Ark Spawn Code Generator v1.1</AssemblyName >
11+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <PublishUrl >publish\</PublishUrl >
15+ <Install >true</Install >
16+ <InstallFrom >Disk</InstallFrom >
17+ <UpdateEnabled >false</UpdateEnabled >
18+ <UpdateMode >Foreground</UpdateMode >
19+ <UpdateInterval >7</UpdateInterval >
20+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
21+ <UpdatePeriodically >false</UpdatePeriodically >
22+ <UpdateRequired >false</UpdateRequired >
23+ <MapFileExtensions >true</MapFileExtensions >
24+ <ApplicationRevision >0</ApplicationRevision >
25+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
26+ <IsWebBootstrapper >false</IsWebBootstrapper >
27+ <UseApplicationTrust >false</UseApplicationTrust >
28+ <BootstrapperEnabled >true</BootstrapperEnabled >
29+ </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 >ASCG.ico</ApplicationIcon >
51+ </PropertyGroup >
52+ <PropertyGroup >
53+ <SignAssembly >true</SignAssembly >
54+ </PropertyGroup >
55+ <PropertyGroup >
56+ <AssemblyOriginatorKeyFile >Dr_Pennysworths.pfx</AssemblyOriginatorKeyFile >
57+ </PropertyGroup >
58+ <ItemGroup >
59+ <Reference Include =" System" />
60+ <Reference Include =" System.Core" />
61+ <Reference Include =" System.Xml.Linq" />
62+ <Reference Include =" System.Data.DataSetExtensions" />
63+ <Reference Include =" Microsoft.CSharp" />
64+ <Reference Include =" System.Data" />
65+ <Reference Include =" System.Net.Http" />
66+ <Reference Include =" System.Xml" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <Compile Include =" Program.cs" />
70+ <Compile Include =" Properties\AssemblyInfo.cs" />
71+ </ItemGroup >
72+ <ItemGroup >
73+ <None Include =" App.config" />
74+ <None Include =" Dr_Pennysworths.pfx" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <Content Include =" ASCG.ico" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
81+ <Visible >False</Visible >
82+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
83+ <Install >true</Install >
84+ </BootstrapperPackage >
85+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
86+ <Visible >False</Visible >
87+ <ProductName >.NET Framework 3.5 SP1</ProductName >
88+ <Install >false</Install >
89+ </BootstrapperPackage >
90+ </ItemGroup >
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ </Project >
0 commit comments