v0.3.0
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<Configurations>Release;Debug</Configurations>
|
||||
<AssemblyName>$(MSBuildProjectName)-Workshop</AssemblyName>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<NoWarn>CS0114</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<AssetBundlePath>$(ProjectDir)UnityProject - MMOKitchen\content\mod.assets</AssetBundlePath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="content\**" />
|
||||
<Compile Remove="UnityProject - MMOKitchen\**" />
|
||||
<EmbeddedResource Remove="content\**" />
|
||||
<EmbeddedResource Remove="UnityProject - MMOKitchen\**" />
|
||||
<None Remove="UnityProject - MMOKitchen\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Yariazen.PlateUp.ModBuildUtilities" Version="1.10.21" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Changelogs\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user