|
@@ -1,59 +1,61 @@
|
|
-<?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>{7829C155-1795-447D-A78E-8775E3CF134E}</ProjectGuid>
|
|
|
|
- <OutputType>Library</OutputType>
|
|
|
|
- <OutputPath>.mono\temp\bin\$(Configuration)</OutputPath>
|
|
|
|
- <RootNamespace>DodgeTheCreepsCS</RootNamespace>
|
|
|
|
- <AssemblyName>DodgeTheCreepsCS</AssemblyName>
|
|
|
|
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
- <BaseIntermediateOutputPath>.mono\temp\obj</BaseIntermediateOutputPath>
|
|
|
|
- <IntermediateOutputPath>$(BaseIntermediateOutputPath)\$(Configuration)</IntermediateOutputPath>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
|
- <DebugType>portable</DebugType>
|
|
|
|
- <Optimize>false</Optimize>
|
|
|
|
- <DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
- <DebugType>portable</DebugType>
|
|
|
|
- <Optimize>true</Optimize>
|
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Tools|AnyCPU' ">
|
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
|
- <DebugType>portable</DebugType>
|
|
|
|
- <Optimize>false</Optimize>
|
|
|
|
- <DefineConstants>DEBUG;TOOLS;</DefineConstants>
|
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Reference Include="GodotSharp">
|
|
|
|
- <HintPath>$(ProjectDir)\.mono\assemblies\GodotSharp.dll</HintPath>
|
|
|
|
- <Private>False</Private>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="GodotSharpEditor" Condition=" '$(Configuration)' == 'Tools' ">
|
|
|
|
- <HintPath>$(ProjectDir)\.mono\assemblies\GodotSharpEditor.dll</HintPath>
|
|
|
|
- <Private>False</Private>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System" />
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Compile Include="HUD.cs" />
|
|
|
|
- <Compile Include="Main.cs" />
|
|
|
|
- <Compile Include="Mob.cs" />
|
|
|
|
- <Compile Include="Player.cs" />
|
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
- </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>{7829C155-1795-447D-A78E-8775E3CF134E}</ProjectGuid>
|
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
|
+ <OutputPath>.mono\temp\bin\$(Configuration)</OutputPath>
|
|
|
|
+ <RootNamespace>DodgeTheCreepsCS</RootNamespace>
|
|
|
|
+ <AssemblyName>DodgeTheCreepsCS</AssemblyName>
|
|
|
|
+ <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>
|
|
|
|
+ <DebugType>portable</DebugType>
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
+ <DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
+ <DebugType>portable</DebugType>
|
|
|
|
+ <Optimize>true</Optimize>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Tools|AnyCPU' ">
|
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
|
+ <DebugType>portable</DebugType>
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
+ <DefineConstants>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)' == 'Tools' ">
|
|
|
|
+ <Private>False</Private>
|
|
|
|
+ <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Compile Include="HUD.cs" />
|
|
|
|
+ <Compile Include="Main.cs" />
|
|
|
|
+ <Compile Include="Mob.cs" />
|
|
|
|
+ <Compile Include="Player.cs" />
|
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|
|
</Project>
|