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" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{13C812E9-0D42-4B95-8646-40EEBF30636F}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >Penumbra</RootNamespace >
11- <AssemblyName >Penumbra</AssemblyName >
12- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <Deterministic >true</Deterministic >
15- <LangVersion >8</LangVersion >
3+ <TargetFramework >net472</TargetFramework >
4+ <LangVersion >latest</LangVersion >
5+ <AssemblyTitle >Penumbra</AssemblyTitle >
6+ <Company >absolute gangstas</Company >
7+ <Product >Penumbra</Product >
8+ <Copyright >Copyright © 2020</Copyright >
9+ <FileVersion >1.0.0.0</FileVersion >
10+ <AssemblyVersion >1.0.0.0</AssemblyVersion >
11+ <OutputPath >bin\$(Configuration)\</OutputPath >
12+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1613 </PropertyGroup >
1714 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
1915 <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
2216 <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2617 </PropertyGroup >
2718 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2819 <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3520 </PropertyGroup >
3621 <ItemGroup >
3722 <Reference Include =" Dalamud" >
5439 <HintPath >$(AppData)\XIVLauncher\addon\Hooks\Lumina.dll</HintPath >
5540 <Private >False</Private >
5641 </Reference >
57- <Reference Include =" System" />
58- <Reference Include =" System.Core" />
59- <Reference Include =" System.Drawing" />
60- <Reference Include =" System.Numerics" />
6142 <Reference Include =" System.Windows.Forms" />
62- <Reference Include =" System.Xml.Linq" />
6343 <Reference Include =" System.Data.DataSetExtensions" />
6444 <Reference Include =" Microsoft.CSharp" />
65- <Reference Include =" System.Data" />
6645 <Reference Include =" System.Net.Http" />
67- <Reference Include =" System.Xml" />
68- </ItemGroup >
69- <ItemGroup >
70- <Compile Include =" Configuration.cs" />
71- <Compile Include =" DialogExtensions.cs" />
72- <Compile Include =" Importer\Models\ExtendedModPack.cs" />
73- <Compile Include =" Importer\Models\SimpleModPack.cs" />
74- <Compile Include =" Importer\TexToolsImport.cs" />
75- <Compile Include =" Extensions\FuckedExtensions.cs" />
76- <Compile Include =" Models\ModMeta.cs" />
77- <Compile Include =" ModManager.cs" />
78- <Compile Include =" Plugin.cs" />
79- <Compile Include =" Properties\AssemblyInfo.cs" />
80- <Compile Include =" Structs\FileMode.cs" />
81- <Compile Include =" Structs\SeFileDescriptor.cs" />
82- <Compile Include =" ResourceMod.cs" />
83- <Compile Include =" ResourceLoader.cs" />
84- <Compile Include =" Structs\ResourceHandle.cs" />
85- <Compile Include =" SettingsInterface.cs" />
86- <Compile Include =" Util\Crc32.cs" />
8746 </ItemGroup >
8847 <ItemGroup >
89- <PackageReference Include =" DotNetZip" >
90- <Version >1.13.8</Version >
91- </PackageReference >
48+ <PackageReference Include =" DotNetZip" Version =" 1.13.8" />
9249 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
9350 </ItemGroup >
94- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95- </Project >
51+ </Project >
0 commit comments