|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 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>{5875BFDF-6052-2EDC-A08E-3EAA19292763}</ProjectGuid> |
9 |
| - <OutputType>Library</OutputType> |
10 |
| - <AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
| - <RootNamespace></RootNamespace> |
12 |
| - <AssemblyName>Assembly-UnityScript-firstpass</AssemblyName> |
13 |
| - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
14 |
| - <FileAlignment>512</FileAlignment> |
| 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>{5875BFDF-6052-2EDC-A08E-3EAA19292763}</ProjectGuid> |
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 | + <RootNamespace>AssemblyUnityScriptfirstpass</RootNamespace> |
| 12 | + <AssemblyName>Assembly-UnityScript-firstpass</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <UsePartialTypes>false</UsePartialTypes> |
15 | 16 | </PropertyGroup>
|
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 |
| - <DebugSymbols>true</DebugSymbols> |
18 |
| - <DebugType>full</DebugType> |
19 |
| - <Optimize>false</Optimize> |
20 |
| - <OutputPath>Temp\bin\Debug\</OutputPath> |
21 |
| - <DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_2_0;UNITY_4_2;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants> |
22 |
| - <ErrorReport>prompt</ErrorReport> |
23 |
| - <WarningLevel>4</WarningLevel> |
24 |
| - <NoWarn>0169</NoWarn> |
| 18 | + <DebugSymbols>true</DebugSymbols> |
| 19 | + <DebugType>full</DebugType> |
| 20 | + <Optimize>false</Optimize> |
| 21 | + <OutputPath>Temp\bin\Debug\</OutputPath> |
| 22 | + <DefineConstants>DEBUG;TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_2_0;UNITY_4_2;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants> |
| 23 | + <ErrorReport>prompt</ErrorReport> |
| 24 | + <WarningLevel>4</WarningLevel> |
| 25 | + <NoWarn>0169</NoWarn> |
25 | 26 | </PropertyGroup>
|
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27 |
| - <DebugType>pdbonly</DebugType> |
28 |
| - <Optimize>true</Optimize> |
29 |
| - <OutputPath>Temp\bin\Release\</OutputPath> |
30 |
| - <DefineConstants>TRACE</DefineConstants> |
31 |
| - <ErrorReport>prompt</ErrorReport> |
32 |
| - <WarningLevel>4</WarningLevel> |
33 |
| - <NoWarn>0169</NoWarn> |
| 28 | + <DebugType>pdbonly</DebugType> |
| 29 | + <Optimize>true</Optimize> |
| 30 | + <OutputPath>Temp\bin\Release\</OutputPath> |
| 31 | + <DefineConstants>TRACE</DefineConstants> |
| 32 | + <ErrorReport>prompt</ErrorReport> |
| 33 | + <WarningLevel>4</WarningLevel> |
| 34 | + <NoWarn>0169</NoWarn> |
34 | 35 | </PropertyGroup>
|
35 | 36 | <ItemGroup>
|
36 |
| - <Reference Include="System" /> |
37 |
| - <Reference Include="System.XML" /> |
38 |
| - <Reference Include="System.Core" /> |
39 |
| - <Reference Include="UnityEngine"> |
40 |
| - <HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath> |
41 |
| - </Reference> |
42 |
| - <Reference Include="UnityEditor"> |
43 |
| - <HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath> |
44 |
| - </Reference> |
| 37 | + <Reference Include="System" /> |
| 38 | + <Reference Include="System.Core" /> |
| 39 | + <Reference Include="UnityEngine"> |
| 40 | + <HintPath>C:\Program Files %28x86%29\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="UnityEditor"> |
| 43 | + <HintPath>C:\Program Files %28x86%29\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="System.Xml" /> |
45 | 46 | </ItemGroup>
|
46 | 47 | <ItemGroup>
|
47 |
| - <Compile Include="Assets\Plugins\Lifebar\LifeBar.js" /> |
48 |
| - <None Include="Assets\Plugins\HOTween_License.txt" /> |
49 |
| - <Reference Include="HOTween"> |
50 |
| - <HintPath>Assets\Plugins\HOTween.dll</HintPath> |
51 |
| - </Reference> |
| 48 | + <Compile Include="Assets\Plugins\Lifebar\LifeBar.js" /> |
| 49 | + <None Include="Assets\Plugins\HOTween_License.txt" /> |
| 50 | + <Reference Include="HOTween"> |
| 51 | + <HintPath>Assets\Plugins\HOTween.dll</HintPath> |
| 52 | + </Reference> |
52 | 53 | </ItemGroup>
|
53 | 54 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
54 | 55 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
58 | 59 | <Target Name="AfterBuild">
|
59 | 60 | </Target>
|
60 | 61 | -->
|
61 |
| - |
62 | 62 | </Project>
|
0 commit comments