|
@@ -1,74 +1,74 @@
|
|
|
-<?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>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>{5CA791DB-5050-44D0-989B-41D559AB1D50}</ProjectGuid>
|
|
|
- <OutputType>Library</OutputType>
|
|
|
- <OutputPath>.mono/temp/bin/$(Configuration)</OutputPath>
|
|
|
- <RootNamespace>Empty.DMono</RootNamespace>
|
|
|
- <AssemblyName>2.5D Demo (Mono C#)</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
- <BaseIntermediateOutputPath>.mono/temp/obj</BaseIntermediateOutputPath>
|
|
|
- <IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(Configuration)</IntermediateOutputPath>
|
|
|
- <ApiConfiguration Condition=" '$(Configuration)' != 'ExportRelease' ">Debug</ApiConfiguration>
|
|
|
- <ApiConfiguration Condition=" '$(Configuration)' == 'ExportRelease' ">Release</ApiConfiguration>
|
|
|
- <GodotProjectGeneratorVersion>1.0.0.0</GodotProjectGeneratorVersion>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ExportDebug|AnyCPU' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>portable</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ExportRelease|AnyCPU' ">
|
|
|
- <DebugType>portable</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <DefineConstants>$(GodotDefineConstants);GODOT;</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>portable</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;TOOLS;</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="GodotSharp">
|
|
|
- <Private>False</Private>
|
|
|
- <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="GodotSharpEditor" Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
- <Private>False</Private>
|
|
|
- <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="addons\node25d-cs\Basis25D.cs" />
|
|
|
- <Compile Include="addons\node25d-cs\main_screen\Gizmo25D.cs" />
|
|
|
- <Compile Include="addons\node25d-cs\Node25D.cs" />
|
|
|
- <Compile Include="addons\node25d-cs\ShadowMath25D.cs" />
|
|
|
- <Compile Include="addons\node25d-cs\Transform25D.cs" />
|
|
|
- <Compile Include="addons\node25d-cs\YSort25D.cs" />
|
|
|
- <Compile Include="assets\cube\CubeMath.cs" />
|
|
|
- <Compile Include="assets\player\PlayerMath25D.cs" />
|
|
|
- <Compile Include="assets\player\PlayerSprite.cs" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies">
|
|
|
- <Version>1.0.0</Version>
|
|
|
- <PrivateAssets>All</PrivateAssets>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
+<?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>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{5CA791DB-5050-44D0-989B-41D559AB1D50}</ProjectGuid>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <OutputPath>.mono/temp/bin/$(Configuration)</OutputPath>
|
|
|
+ <RootNamespace>Empty.DMono</RootNamespace>
|
|
|
+ <AssemblyName>2.5D Demo with C#</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ <BaseIntermediateOutputPath>.mono/temp/obj</BaseIntermediateOutputPath>
|
|
|
+ <IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(Configuration)</IntermediateOutputPath>
|
|
|
+ <ApiConfiguration Condition=" '$(Configuration)' != 'ExportRelease' ">Debug</ApiConfiguration>
|
|
|
+ <ApiConfiguration Condition=" '$(Configuration)' == 'ExportRelease' ">Release</ApiConfiguration>
|
|
|
+ <GodotProjectGeneratorVersion>1.0.0.0</GodotProjectGeneratorVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ExportDebug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>portable</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ExportRelease|AnyCPU' ">
|
|
|
+ <DebugType>portable</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <DefineConstants>$(GodotDefineConstants);GODOT;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>portable</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;TOOLS;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="GodotSharp">
|
|
|
+ <Private>False</Private>
|
|
|
+ <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="GodotSharpEditor" Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
+ <Private>False</Private>
|
|
|
+ <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="addons\node25d-cs\Basis25D.cs" />
|
|
|
+ <Compile Include="addons\node25d-cs\main_screen\Gizmo25D.cs" />
|
|
|
+ <Compile Include="addons\node25d-cs\Node25D.cs" />
|
|
|
+ <Compile Include="addons\node25d-cs\ShadowMath25D.cs" />
|
|
|
+ <Compile Include="addons\node25d-cs\Transform25D.cs" />
|
|
|
+ <Compile Include="addons\node25d-cs\YSort25D.cs" />
|
|
|
+ <Compile Include="assets\cube\CubeMath.cs" />
|
|
|
+ <Compile Include="assets\player\PlayerMath25D.cs" />
|
|
|
+ <Compile Include="assets\player\PlayerSprite.cs" />
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies">
|
|
|
+ <Version>1.0.0</Version>
|
|
|
+ <PrivateAssets>All</PrivateAssets>
|
|
|
+ </PackageReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|