-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnityVS.-Unity2D--Tetris-Remake.CSharp.csproj
74 lines (74 loc) · 4.47 KB
/
UnityVS.-Unity2D--Tetris-Remake.CSharp.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{32BFBD5F-4430-2AAF-97C7-C34B88A8E7DE}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace></RootNamespace>
<AssemblyName>UnityVS.-Unity2D--Tetris-Remake.CSharp</AssemblyName>
<FileAlignment>512</FileAlignment>
<NoConfig>true</NoConfig>
<NoStdLib>true</NoStdLib>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<MonoProfile>unity_web</MonoProfile>
<UnityPath>C:\Program Files (x86)\Unity\Editor</UnityPath>
<MonoPath>$(UnityPath)\Data\Mono</MonoPath>
<LibraryAssembly>Assembly-CSharp.dll</LibraryAssembly>
<TargetFrameworkDirectory>$(MonoPath)\lib\mono\$(MonoProfile)</TargetFrameworkDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>DEBUG;TRACE;UNITY_4_5_1;UNITY_4_5;UNITY_WEBPLAYER;WEBPLUG;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;UNITY_4_5_1;UNITY_4_5;UNITY_WEBPLAYER;WEBPLUG;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>$(TargetFrameworkDirectory)\mscorlib.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>$(TargetFrameworkDirectory)\System.dll</HintPath>
</Reference>
<Reference Include="System.XML">
<HintPath>$(TargetFrameworkDirectory)\System.XML.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<HintPath>$(TargetFrameworkDirectory)\System.Core.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>$(UnityPath)\Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>$(UnityPath)\Data\Managed\UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="UnityVS.-Unity2D--Tetris-Remake.UnityScript.Plugins.unityproj">
<Project>{3BA0E74A-7D5E-CFDF-E1ED-51944CD7AA5C}</Project>
<Name>UnityVS.-Unity2D--Tetris-Remake.UnityScript.Plugins</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Scripts\Level.cs" />
<Compile Include="Assets\Scripts\Score.cs" />
<Compile Include="Assets\Scripts\SoundManager.cs" />
<Compile Include="Assets\Scripts\Tetris.cs" />
<Compile Include="Assets\Scripts\Utilities\HudPositioner.cs" />
<Compile Include="Assets\Scripts\Utilities\Utilities.cs" />
<None Include="Assets\Standard Assets\Particles\Sources\Shaders\Particle Alpha Blend (Queue +100).shader" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2012\UnityVS.CSharp.targets" />
</Project>