|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
@@ -11,6 +11,8 @@
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
<BaseIntermediateOutputPath>.mono/temp/obj</BaseIntermediateOutputPath>
|
|
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(Configuration)</IntermediateOutputPath>
|
|
|
+ <ApiConfiguration Condition=" '$(Configuration)' != 'Release' ">Debug</ApiConfiguration>
|
|
|
+ <ApiConfiguration Condition=" '$(Configuration)' == 'Release' ">Release</ApiConfiguration>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -40,12 +42,12 @@
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="GodotSharp">
|
|
|
- <HintPath>$(ProjectDir)/.mono/assemblies/GodotSharp.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
+ <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="GodotSharpEditor" Condition=" '$(Configuration)' == 'Tools' ">
|
|
|
- <HintPath>$(ProjectDir)/.mono/assemblies/GodotSharpEditor.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
+ <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
</ItemGroup>
|
|
@@ -57,4 +59,4 @@
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
-</Project>
|
|
|
+</Project>
|