Files
unity-iso-tools/Assembly-CSharp-Editor.csproj
2015-12-13 14:35:35 +06:00

202 lines
13 KiB
XML

<?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>
<RootNamespace></RootNamespace>
<ProjectGuid>{BD090B74-59E6-B8B4-61B5-2814183903F0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp-Editor</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_0;UNITY_5_3;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;ENABLE_TEXTUREID_MAP;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_LOG_MIXED_STACKTRACE;ENABLE_IL2CPP;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_DUCK_TYPING</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\IsoTools\Editor\IsoObjectEditor.cs" />
<Compile Include="Assets\PlayMaker\Actions\Editor\GetDistanceEditor.cs" />
<Compile Include="Assets\PlayMaker\Actions\Editor\LookAtActionEditor.cs" />
<Compile Include="Assets\PlayMaker\Actions\Editor\MoveTowardsActionEditor.cs" />
<Compile Include="Assets\PlayMaker\Actions\Editor\SetCameraFOVActionEditor.cs" />
<Compile Include="Assets\PlayMaker\Editor\AboutWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\ContextToolWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmActionWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmComponentInspector.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmEditorHelpers.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmEditorWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmErrorWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmEventsWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmGlobalsWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmLogWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmSelectorWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmStateWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmTemplate.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmTemplateEditor.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmTemplateWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\FsmTimelineWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerAutoUpdater.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerBugReportWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerBuildCallbacks.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerCustomActionWizard.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerGUIInspector.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerGlobalsInspector.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerMainMenu.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerProjectTools.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerUpdater.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerUpgradeGuide.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerUpgradeTools.cs" />
<Compile Include="Assets\PlayMaker\Editor\PlayMakerWelcomeWindow.cs" />
<Compile Include="Assets\PlayMaker\Editor\ReportWindow.cs" />
<Compile Include="Assets\iTween\PlayMaker\Editor\iTweenMoveToActionEditor.cs" />
<None Include="Assets\PlayMaker\Templates\readme.txt" />
<None Include="Assets\PlayMaker\Readme.txt" />
<None Include="Assets\iTween\ReadMe!\ReadMe!.txt" />
<None Include="Assets\PlayMaker\Resources\PlayMakerAssemblies.txt" />
<None Include="Assets\PlayMaker\Versions\readme.txt" />
<Reference Include="UnityEditor.Advertisements">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/EditorTestsRunner/Editor/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.EditorTestsRunner">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/EditorTestsRunner/Editor/UnityEditor.EditorTestsRunner.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.UI">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Networking">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.TreeEditor">
<HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
</Reference>
<Reference Include="ConditionalExpression">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/ConditionalExpression.dll</HintPath>
</Reference>
<Reference Include="ConditionalExpressionEditor">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/ConditionalExpressionEditor.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/PlayMakerEditor.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditorResources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/PlayMakerEditorResources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.de.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/de/PlayMakerEditor.de.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.es-ES.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/es-ES/PlayMakerEditor.es-ES.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.fr.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/fr/PlayMakerEditor.fr.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.it.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/it/PlayMakerEditor.it.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.ja.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/ja/PlayMakerEditor.ja.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.nl.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/nl/PlayMakerEditor.nl.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.pt-BR.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/pt-BR/PlayMakerEditor.pt-BR.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.sv-SE.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/sv-SE/PlayMakerEditor.sv-SE.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.zh-CN.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/zh-CN/PlayMakerEditor.zh-CN.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMakerEditor.zh-TW.resources">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/PlayMaker/Editor/zh-TW/PlayMakerEditor.zh-TW.resources.dll</HintPath>
</Reference>
<Reference Include="PlayMaker">
<HintPath>/Users/matov/Programming/Projects/unityiso/Assets/Plugins/PlayMaker/PlayMaker.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Graphs">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.Graphs.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Android.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Tizen.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/TizenPlayer/UnityEditor.Tizen.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.SamsungTV.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/STVPlayer/UnityEditor.SamsungTV.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.WebGL.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.LinuxStandalone.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.OSXStandalone.Extensions">
<HintPath>/Applications/Unity/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>/Applications/Unity/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Assembly-CSharp.csproj">
<Project>{95166F85-0462-AC59-009C-63E7F7F767D5}</Project> <Name>Assembly-CSharp</Name> </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>