chore: remove editorconfig and PlatformTarget

This commit is contained in:
Anna 2020-12-27 12:16:40 -05:00
parent d14f3fcd2c
commit 3799905965
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
3 changed files with 5 additions and 7 deletions

View File

@ -6,9 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoodMemory", "GoodMemory\GoodMemory.csproj", "{2B53DAAE-5F20-4EAF-8BC5-97FCE68C1738}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B68CFC57-5F01-4F16-86FA-82306CCE695F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -1,10 +1,12 @@
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<Target Name="PackagePlugin"
AfterTargets="Build"
Condition="'$(Configuration)' == 'Release'">
<DalamudPackager ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
ManifestType="yaml"
MakeZip="true"/>
MakeZip="true" />
</Target>
</Project>

View File

@ -7,7 +7,6 @@
<FileVersion>1.0.4</FileVersion>
<TargetFramework>net48</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud, Version=5.2.1.1, Culture=neutral, PublicKeyToken=null">
@ -26,4 +25,4 @@
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="1.0.0" />
</ItemGroup>
</Project>
</Project>