Skip to content

Commit 609b372

Browse files
committed
Initial commit
0 parents  commit 609b372

File tree

431 files changed

+135969
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+135969
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Library/
2+
Debug/
3+
obj/
4+
Temp/

.vs/BallBounce/v15/.suo

193 KB
Binary file not shown.

.vs/BallBounce/v15/Browse.VC.db

248 KB
Binary file not shown.
2.75 MB
Binary file not shown.
+164
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
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+
<LangVersion>4</LangVersion>
5+
</PropertyGroup>
6+
<PropertyGroup>
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<ProductVersion>10.0.20506</ProductVersion>
10+
<SchemaVersion>2.0</SchemaVersion>
11+
<RootNamespace></RootNamespace>
12+
<ProjectGuid>{BF9AAC84-4443-6457-3EFF-272DF46D2F8D}</ProjectGuid>
13+
<OutputType>Library</OutputType>
14+
<AppDesignerFolder>Properties</AppDesignerFolder>
15+
<AssemblyName>Assembly-CSharp-Editor-firstpass</AssemblyName>
16+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
17+
<FileAlignment>512</FileAlignment>
18+
<BaseDirectory>Assets</BaseDirectory>
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21+
<DebugSymbols>true</DebugSymbols>
22+
<DebugType>full</DebugType>
23+
<Optimize>false</Optimize>
24+
<OutputPath>Temp\bin\Debug\</OutputPath>
25+
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_1_1;UNITY_2017_1;UNITY_2017;PLATFORM_ARCH_64;UNITY_64;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;CROSS_PLATFORM_INPUT</DefineConstants>
26+
<ErrorReport>prompt</ErrorReport>
27+
<WarningLevel>4</WarningLevel>
28+
<NoWarn>0169</NoWarn>
29+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
30+
</PropertyGroup>
31+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32+
<DebugType>pdbonly</DebugType>
33+
<Optimize>true</Optimize>
34+
<OutputPath>Temp\bin\Release\</OutputPath>
35+
<ErrorReport>prompt</ErrorReport>
36+
<WarningLevel>4</WarningLevel>
37+
<NoWarn>0169</NoWarn>
38+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
39+
</PropertyGroup>
40+
<ItemGroup>
41+
<Reference Include="System" />
42+
<Reference Include="System.XML" />
43+
<Reference Include="System.Core" />
44+
<Reference Include="System.Runtime.Serialization" />
45+
<Reference Include="System.Xml.Linq" />
46+
<Reference Include="UnityEngine">
47+
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
48+
</Reference>
49+
<Reference Include="UnityEditor">
50+
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
51+
</Reference>
52+
</ItemGroup>
53+
<ItemGroup>
54+
<Compile Include="Assets\Standard Assets\Editor\CrossPlatformInput\CrossPlatformInputInitialize.cs" />
55+
<Compile Include="Assets\Standard Assets\Editor\Water\Water4\GerstnerDisplaceEditor.cs" />
56+
<Compile Include="Assets\Standard Assets\Editor\Water\Water4\PlanarReflectionEditor.cs" />
57+
<Compile Include="Assets\Standard Assets\Editor\Water\Water4\SpecularLightingEditor.cs" />
58+
<Compile Include="Assets\Standard Assets\Editor\Water\Water4\WaterBaseEditor.cs" />
59+
<Compile Include="Assets\Standard Assets\Editor\Water\Water4\WaterEditorUtility.cs" />
60+
<None Include="Assets\Standard Assets\Effects\GlassRefraction\Shaders\GlassStainedBumpDistort.shader" />
61+
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonBasic.shader" />
62+
<None Include="Assets\Standard Assets\Prototyping\Shaders\WorldCoordDiffuse.shader" />
63+
<None Include="Assets\Standard Assets\Effects\TessellationShaders\Shaders\BumpedSpecularSmooth.shader" />
64+
<None Include="Assets\Standard Assets\Effects\Projectors\Guidelines.txt" />
65+
<None Include="Assets\Standard Assets\Effects\ImageEffects\Readme.txt" />
66+
<None Include="Assets\Standard Assets\Vehicles\Car\Shaders\DiffuseReflectiveShader.shader" />
67+
<None Include="Assets\Standard Assets\Environment\Water\Water4\Shaders\FXWater4Simple.shader" />
68+
<None Include="Assets\Standard Assets\Vehicles\Aircraft\AircraftGuidelines.txt" />
69+
<None Include="Assets\Standard Assets\Vehicles\Car\Shaders\ReflectiveDiffuseSpecTransp.shader" />
70+
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonBasicOutline.shader" />
71+
<None Include="Assets\Standard Assets\ParticleSystems\Shaders\PriorityParticleAlpha.shader" />
72+
<None Include="Assets\Standard Assets\Vehicles\Car\Shaders\ReflectiveDiffuseSpec.shader" />
73+
<None Include="Assets\Standard Assets\ParticleSystems\ParticleSystemsGuidelines.txt" />
74+
<None Include="Assets\Standard Assets\Environment\Water (Basic)\Shaders\FXWaterBasic.shader" />
75+
<None Include="Assets\Standard Assets\Fonts\OpenSans\License!.txt" />
76+
<None Include="Assets\Standard Assets\CrossPlatformInput\CrossPlatformInputGuidelines.txt" />
77+
<None Include="Assets\Standard Assets\ParticleSystems\Shaders\PriorityParticleAddSoft.shader" />
78+
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonLitOutline.shader" />
79+
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonLit.shader" />
80+
<None Include="Assets\Standard Assets\Effects\Projectors\Shaders\ProjectorLight.shader" />
81+
<None Include="Assets\Standard Assets\Environment\Water\Water\Shaders\FXWaterPro.shader" />
82+
<None Include="Assets\Standard Assets\Vehicles\Car\CarGuidelines.txt" />
83+
<None Include="Assets\Standard Assets\Effects\Projectors\Shaders\ProjectorMultiply.shader" />
84+
<None Include="Assets\Standard Assets\Characters\ThirdPersonCharacter\ThirdPersonCharacterGuidelines.txt" />
85+
<None Include="Assets\Standard Assets\Cameras\CameraGuidelines.txt" />
86+
<None Include="Assets\Standard Assets\Characters\FirstPersonCharacter\FirstPersonCharacterGuidelines.txt" />
87+
<None Include="Assets\Standard Assets\Environment\Water\Water4\Shaders\WaterInclude.cginc" />
88+
<None Include="Assets\Standard Assets\Environment\Water\Water4\Shaders\FXWater4Advanced.shader" />
89+
<None Include="Assets\Standard Assets\Characters\RollerBall\RollerBallGuidelines.txt" />
90+
<None Include="Assets\Standard Assets\ParticleSystems\Shaders\PriorityParticleAdd.shader" />
91+
<None Include="Assets\Standard Assets\Effects\TessellationShaders\Shaders\BumpedSpecularDisplacement.shader" />
92+
<None Include="Assets\SampleScenes\Shaders\Skybox-Procedural.shader" />
93+
<Reference Include="UnityEditor.Advertisements">
94+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath>
95+
</Reference>
96+
<Reference Include="UnityEngine.UI">
97+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
98+
</Reference>
99+
<Reference Include="UnityEditor.UI">
100+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
101+
</Reference>
102+
<Reference Include="UnityEngine.Networking">
103+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
104+
</Reference>
105+
<Reference Include="UnityEditor.Networking">
106+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
107+
</Reference>
108+
<Reference Include="UnityEditor.TestRunner">
109+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
110+
</Reference>
111+
<Reference Include="UnityEngine.TestRunner">
112+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
113+
</Reference>
114+
<Reference Include="nunit.framework">
115+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
116+
</Reference>
117+
<Reference Include="UnityEngine.Timeline">
118+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
119+
</Reference>
120+
<Reference Include="UnityEditor.Timeline">
121+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
122+
</Reference>
123+
<Reference Include="UnityEditor.TreeEditor">
124+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
125+
</Reference>
126+
<Reference Include="UnityEngine.Analytics">
127+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
128+
</Reference>
129+
<Reference Include="UnityEditor.Analytics">
130+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/Editor/UnityEditor.Analytics.dll</HintPath>
131+
</Reference>
132+
<Reference Include="UnityEditor.HoloLens">
133+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
134+
</Reference>
135+
<Reference Include="UnityEngine.HoloLens">
136+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
137+
</Reference>
138+
<Reference Include="UnityEditor.Purchasing">
139+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/Editor/UnityEditor.Purchasing.dll</HintPath>
140+
</Reference>
141+
<Reference Include="UnityEditor.VR">
142+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
143+
</Reference>
144+
<Reference Include="UnityEditor.Graphs">
145+
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
146+
</Reference>
147+
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
148+
<HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
149+
</Reference>
150+
</ItemGroup>
151+
<ItemGroup>
152+
<ProjectReference Include="Assembly-CSharp-firstpass.csproj">
153+
<Project>{10A1318E-660B-BB71-18B4-552F8C6130CC}</Project> <Name>Assembly-CSharp-firstpass</Name> </ProjectReference>
154+
</ItemGroup>
155+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157+
Other similar extension points exist, see Microsoft.Common.targets.
158+
<Target Name="BeforeBuild">
159+
</Target>
160+
<Target Name="AfterBuild">
161+
</Target>
162+
-->
163+
164+
</Project>

0 commit comments

Comments
 (0)