UnityVS.Unity.CSharp.csproj 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{164A416E-423A-6066-5BD1-6E559E316DD4}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace></RootNamespace>
  11. <AssemblyName>Assembly-CSharp</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <TargetFrameworkProfile>Unity Subset v3.5</TargetFrameworkProfile>
  17. <CompilerResponseFile></CompilerResponseFile>
  18. <UnityProjectType>Game:1</UnityProjectType>
  19. <UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget>
  20. <UnityVersion>4.6.1f1</UnityVersion>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugType>pdbonly</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <DefineConstants>DEBUG;TRACE;UNITY_4_6_1;UNITY_4_6;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;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;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <DefineConstants>TRACE;UNITY_4_6_1;UNITY_4_6;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;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;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="mscorlib" />
  40. <Reference Include="System" />
  41. <Reference Include="System.XML" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="Boo.Lang" />
  44. <Reference Include="UnityScript.Lang" />
  45. <Reference Include="UnityEngine">
  46. <HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
  47. </Reference>
  48. <Reference Include="UnityEditor">
  49. <HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="UnityEngine.UI">
  53. <HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Mono.Cecil">
  56. <HintPath>Assets\Plugins\Libs\Mono.Cecil.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Mono.Cecil.Mdb">
  59. <HintPath>Assets\Plugins\Libs\Mono.Cecil.Mdb.dll</HintPath>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="UnityVS.Unity.CSharp.Plugins.csproj">
  64. <Project>{D526745B-AD5E-90C8-810D-631401465D12}</Project>
  65. <Name>UnityVS.Unity.CSharp.Plugins</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Assets\Scripts\LSharpInit.cs" />
  70. <Compile Include="Assets\Scripts\LSharpLogger.cs" />
  71. <Compile Include="Assets\Scripts\Model\Interop.cs" />
  72. </ItemGroup>
  73. <Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2013\UnityVS.CSharp.targets" />
  74. </Project>