-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUnityVS.technobeanie_stuff.CSharp.Editor.csproj
More file actions
128 lines (128 loc) · 9.99 KB
/
Copy pathUnityVS.technobeanie_stuff.CSharp.Editor.csproj
File metadata and controls
128 lines (128 loc) · 9.99 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?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>{E7CBD9DD-1B82-8378-1206-EFB606AA7CB8}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp-Editor</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Unity Full v3.5</TargetFrameworkProfile>
<CompilerResponseFile></CompilerResponseFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;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;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;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;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="Boo.Lang" />
<Reference Include="UnityScript.Lang" />
<Reference Include="UnityEngine">
<HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="tk2dExternal">
<HintPath>Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dExternal.dll</HintPath>
</Reference>
<Reference Include="SyntaxTree.VisualStudio.Unity.Bridge">
<HintPath>Assets\UnityVS\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
</Reference>
<Reference Include="SyntaxTree.VisualStudio.Unity.Messaging">
<HintPath>Assets\UnityVS\Editor\SyntaxTree.VisualStudio.Unity.Messaging.dll</HintPath>
</Reference>
<Reference Include="UnityVS.VersionSpecific">
<HintPath>Assets\UnityVS\Editor\UnityVS.VersionSpecific.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="UnityVS.technobeanie_stuff.CSharp.csproj">
<Project>{C9F3E8A3-F128-5E08-43BB-A717383F897D}</Project>
<Name>UnityVS.technobeanie_stuff.CSharp</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Camera\tk2dCameraEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Fonts\tk2dFontBuilder.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Fonts\tk2dFontEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Fonts\tk2dTextMeshEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Runtime\tk2dResourceEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Runtime\tk2dSystemUtility.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\Atlas\tk2dAtlasBuilder.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\Atlas\tk2dAtlasRect.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\Atlas\tk2dMaxRectsBinPack.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorFontView.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorPopup.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorProxy.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorSettingsView.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorSpriteSheetView.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorSpriteView.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\SpriteCollectionEditor\tk2dSpriteCollectionEditorTextureView.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\TextureProcessing\tk2dFloydSteinbergDithering.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dAnimatedSpriteEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSlicedSpriteEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteAnimationEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteCollectionBuilder.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteCollectionBuilderDeprecated.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteCollectionPlatformBuilder.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteCollectionTextureWatcher.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dSpriteThumbnailCache.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\tk2dStaticSpriteBatcherEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\Sprites\Triangulator\tk2dTriangulator.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dEditorSkin.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dEditorUtility.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dGuiUtility.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dIndex.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dJSSupport.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dMenu.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dPreferencesEditor.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dScaleUtility.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dSpriteGuiUtility.cs" />
<Compile Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dUpdateWindow.cs" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\AdditiveVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\Blend2TexVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\BlendVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\CutoutVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\LitBlendVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\LitCutoutVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\LitPremulVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\LitSolidVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\PremulVertexColor.shader" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Shaders\SolidVertexColor.shader" />
<None Include="Assets\Resources\Shaders\Neverpants-CameraFogOfWar.shader" />
<None Include="Assets\Resources\Shaders\Neverpants-Color.shader" />
<None Include="Assets\Resources\Shaders\Neverpants-ColorUnlitTexture.shader" />
<None Include="Assets\Resources\XML\Flow.xml" />
<None Include="Assets\OtherResources\TK2DROOT\tk2d\Editor\tk2dExternal.dll" />
<None Include="Assets\UnityVS\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll" />
<None Include="Assets\UnityVS\Editor\SyntaxTree.VisualStudio.Unity.Messaging.dll" />
<None Include="Assets\UnityVS\Editor\UnityVS.VersionSpecific.dll" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2010\UnityVS.CSharp.targets" />
</Project>