Daniele Bartolini %!s(int64=9) %!d(string=hai) anos
pai
achega
012141d6f9
Modificáronse 1 ficheiros con 0 adicións e 56 borrados
  1. 0 56
      tools/core/core.csproj

+ 0 - 56
tools/core/core.csproj

@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{E591C9C0-C1CF-43F3-92C1-7E9F3B3602B9}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <RootNamespace>Crown</RootNamespace>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>..\..\build\tools\</OutputPath>
-    <DefineConstants>DEBUG;</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <ConsolePause>false</ConsolePause>
-    <PlatformTarget>x64</PlatformTarget>
-    <AssemblyName>core_debug</AssemblyName>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <Optimize>true</Optimize>
-    <OutputPath>..\..\build\tools\</OutputPath>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <ConsolePause>false</ConsolePause>
-    <PlatformTarget>x64</PlatformTarget>
-    <AssemblyName>core</AssemblyName>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="json\JSON.cs" />
-    <Compile Include="json\SJSON.cs" />
-    <Compile Include="math\Vector2.cs" />
-    <Compile Include="math\Vector3.cs" />
-    <Compile Include="ConsoleClient.cs" />
-    <Compile Include="Database.cs" />
-    <Compile Include="LocalExec.cs" />
-    <Compile Include="math\Quaternion.cs" />
-    <Compile Include="EngineAPI.cs" />
-    <Compile Include="math\Matrix4x4.cs" />
-    <Compile Include="math\Vector4.cs" />
-    <Compile Include="Lua.cs" />
-    <Compile Include="math\MathUtils.cs" />
-  </ItemGroup>
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <ItemGroup>
-    <Folder Include="json\" />
-    <Folder Include="math\" />
-  </ItemGroup>
-</Project>