UnityVS.Unity.CSharp.csproj 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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>
  11. </RootNamespace>
  12. <AssemblyName>Assembly-CSharp</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
  16. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  17. <TargetFrameworkProfile>Unity Subset v3.5</TargetFrameworkProfile>
  18. <CompilerResponseFile>
  19. </CompilerResponseFile>
  20. <UnityProjectType>Game:1</UnityProjectType>
  21. <UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget>
  22. <UnityVersion>4.6.0f3</UnityVersion>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <DefineConstants>DEBUG;TRACE;UNITY_4_6_0;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>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <DefineConstants>TRACE;UNITY_4_6_0;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>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="mscorlib" />
  42. <Reference Include="System" />
  43. <Reference Include="System.XML" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="Boo.Lang" />
  46. <Reference Include="UnityScript.Lang" />
  47. <Reference Include="UnityEngine">
  48. <HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
  49. </Reference>
  50. <Reference Include="UnityEditor">
  51. <HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="UnityEngine.UI">
  55. <HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Mono.Cecil">
  58. <HintPath>Assets\Plugins\Libs\Mono.Cecil.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Mono.Cecil.Mdb">
  61. <HintPath>Assets\Plugins\Libs\Mono.Cecil.Mdb.dll</HintPath>
  62. </Reference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="UnityVS.Unity.CSharp.Plugins.csproj">
  66. <Project>{D526745B-AD5E-90C8-810D-631401465D12}</Project>
  67. <Name>UnityVS.Unity.CSharp.Plugins</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Assets\Scripts\Interop.cs" />
  72. <Compile Include="Assets\Scripts\LSharpLogger.cs" />
  73. <Compile Include="Assets\Scripts\LSharpInit.cs" />
  74. </ItemGroup>
  75. <Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2013\UnityVS.CSharp.targets" />
  76. </Project>