make publish file

This commit is contained in:
SinusCosinus
2024-07-02 20:01:18 +02:00
parent 56d573a5dc
commit 84d1f6a071
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"profiles": {
"rename-ue-project": {
"commandName": "Project",
"commandLineArgs": "\"C:\\alles\\gamedev\\forest-enviroment-plugin\" \"forest-enviroment\" \"https://www.unrealengine.com/marketplace/en-US/product/forest-environment?sessionInvalidated=true\""
}
}
}

View File

@@ -8,4 +8,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
</Project>