make publish file
This commit is contained in:
8
rename-ue-project/Properties/launchSettings.json
Normal file
8
rename-ue-project/Properties/launchSettings.json
Normal 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\""
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user