Subversion Repository Public Repository

Nextrek

Diff Revisions 163 vs 164 for /3DSpace/Assembly-CSharp.csproj

Diff revisions: vs.
  @@ -5,7 +5,7 @@
5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 6 <ProductVersion>10.0.20506</ProductVersion>
7 7 <SchemaVersion>2.0</SchemaVersion>
8 - <ProjectGuid>{DDCF31C8-5203-D049-6C7C-2BA077668CED}</ProjectGuid>
8 + <ProjectGuid>{2447751F-1EAD-069F-D317-CEA7E3605AEA}</ProjectGuid>
9 9 <OutputType>Library</OutputType>
10 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 11 <RootNamespace></RootNamespace>
  @@ -19,7 +19,7 @@
19 19 <DebugType>full</DebugType>
20 20 <Optimize>false</Optimize>
21 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_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;UNITY_TEAM_LICENSE</DefineConstants>
22 + <DefineConstants>DEBUG;TRACE;UNITY_4_5_4;UNITY_4_5;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;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</DefineConstants>
23 23 <ErrorReport>prompt</ErrorReport>
24 24 <WarningLevel>4</WarningLevel>
25 25 <NoWarn>0169</NoWarn>
  @@ -39,10 +39,10 @@
39 39 <Reference Include="System.Core" />
40 40 <Reference Include="System.Xml.Linq" />
41 41 <Reference Include="UnityEngine">
42 - <HintPath>d:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
42 + <HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
43 43 </Reference>
44 44 <Reference Include="UnityEditor">
45 - <HintPath>d:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
45 + <HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
46 46 </Reference>
47 47 </ItemGroup>
48 48 <ItemGroup>
  @@ -78,7 +78,6 @@
78 78 <Compile Include="Assets\Custum\Scripts\Tooles\Blink.cs" />
79 79 <Compile Include="Assets\Custum\Scripts\Tooles\PilotNameGenerator.cs" />
80 80 <Compile Include="Assets\Custum\Scripts\WeaponFireUtils.cs" />
81 - <Compile Include="Assets\Custum\Scripts\WillRender.cs" />
82 81 <Compile Include="Assets\EasyTouch\Example\C# Example\Example for EasyButton\Bullet.cs" />
83 82 <Compile Include="Assets\EasyTouch\Example\C# Example\Example for EasyButton\ETPlayer.cs" />
84 83 <Compile Include="Assets\EasyTouch\Example\C# Example\Examples for EasyJoystick\Example-thirdPerson_DirectEventMode\JoystickEvent.cs" />
  @@ -123,6 +122,7 @@
123 122 <Compile Include="Assets\EasyTouch\Plugins\_C#-Event-Template\C_EasyButtonTemplate.cs" />
124 123 <Compile Include="Assets\EasyTouch\Plugins\_C#-Event-Template\C_EasyJoystickTemplate.cs" />
125 124 <Compile Include="Assets\EasyTouch\Plugins\_C#-Event-Template\C_EasyTouchTemplate.cs" />
125 + <Compile Include="Assets\EasyTouch\WillRender.cs" />
126 126 <Compile Include="Assets\Resources\Holographic\Scripts\PanWM.cs" />
127 127 <Compile Include="Assets\Resources\Holographic\Scripts\Weapon.cs" />
128 128 <Compile Include="Assets\Resources\Holographic\Scripts\aim_movement.cs" />
  @@ -142,8 +142,10 @@
142 142 <Compile Include="Assets\SpaceUnity\Scripts\SU_SpaceParticles.cs" />
143 143 <Compile Include="Assets\SpaceUnity\Scripts\SU_SpaceSceneCamera.cs" />
144 144 <Compile Include="Assets\SpaceUnity\Scripts\SU_SpaceSceneSwitcher.cs" />
145 + <Compile Include="Assets\SpaceUnity\Scripts\SuCameraAnimation1.cs" />
145 146 <Compile Include="Assets\SpaceUnity\Scripts\SuCameraAnimazione.cs" />
146 147 <Compile Include="Assets\SpaceUnity\Scripts\SuSpaceShipAnimazione2.cs" />
148 + <Compile Include="Assets\SpaceUnity\_Demo\Scrips\SU_CameraAnimation1.cs" />
147 149 <Compile Include="Assets\SpaceUnity\_Demo\Scrips\SU_CameraAnimazione.cs" />
148 150 <Compile Include="Assets\SpaceUnity\_Demo\Scrips\SU_CameraFollow.cs" />
149 151 <Compile Include="Assets\SpaceUnity\_Demo\Scrips\SU_Explosion.cs" />
  @@ -171,7 +173,7 @@
171 173 </ItemGroup>
172 174 <ItemGroup>
173 175 <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
174 - <Project>{76F32D1C-2EBE-76EC-81A7-CEEE3FC304B8}</Project> <Name>Assembly-CSharp-firstpass</Name> </ProjectReference>
176 + <Project>{6EC776F4-C3F1-888B-7324-570C3DACA589}</Project> <Name>Assembly-CSharp-firstpass</Name> </ProjectReference>
175 177 </ItemGroup>
176 178 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
177 179 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.