Skip to content

Commit

Permalink
Uploaded full project (created July 2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
JubilantJerry committed Aug 2, 2016
0 parents commit 09b0c71
Show file tree
Hide file tree
Showing 2,259 changed files with 7,385 additions and 0 deletions.
89 changes: 89 additions & 0 deletions Assembly-CSharp-vs.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E9C52F91-B6C1-605C-7E5E-C85C7A7F0DF6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_0_1;UNITY_5_0;UNITY_5;ENABLE_LICENSE_RENAME;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_NEW_HIERARCHY;ENABLE_PHYSICS;ENABLE_PHYSICS_PHYSX3;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_AUDIOMIXER_SUSPEND;ENABLE_NONPRO;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_MONO;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_32;UNITY_EDITOR_WIN</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>H:/Unity Free/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>H:/Unity Free/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Resources\Scripts\BeamFXScript.cs" />
<Compile Include="Assets\Resources\Scripts\CameraSizeInitializationScript.cs" />
<Compile Include="Assets\Resources\Scripts\DroneGenome.cs" />
<Compile Include="Assets\Resources\Scripts\DroneHealthScript.cs" />
<Compile Include="Assets\Resources\Scripts\DroneInitializationController.cs" />
<Compile Include="Assets\Resources\Scripts\DroneMovementScript.cs" />
<Compile Include="Assets\Resources\Scripts\DronePool.cs" />
<Compile Include="Assets\Resources\Scripts\DronePregnancyScript.cs" />
<Compile Include="Assets\Resources\Scripts\DroneResponseCriteriaController.cs" />
<Compile Include="Assets\Resources\Scripts\DroneSpriteController.cs" />
<Compile Include="Assets\Resources\Scripts\DroneState.cs" />
<Compile Include="Assets\Resources\Scripts\DroneStateMachine.cs" />
<Compile Include="Assets\Resources\Scripts\DroneVisionScript.cs" />
<Compile Include="Assets\Resources\Scripts\FXPool.cs" />
<Compile Include="Assets\Resources\Scripts\GUIScript.cs" />
<Compile Include="Assets\Resources\Scripts\MainMenuScript.cs" />
<Compile Include="Assets\Resources\Scripts\MasterInitializationScript.cs" />
<Compile Include="Assets\Resources\Scripts\OrthographicCameraBoundary.cs" />
<Compile Include="Assets\Resources\Scripts\PulseFXScript.cs" />
<Compile Include="Assets\Resources\Scripts\SpeedController.cs" />
<Compile Include="Assets\Resources\Scripts\StatsLogger.cs" />
<Compile Include="Assets\Resources\Scripts\TalkFXScript.cs" />
<Compile Include="Assets\Resources\Scripts\Tester.cs" />
<Compile Include="Assets\Resources\Scripts\UITextUpdateScript.cs" />
<Reference Include="UnityEngine.UI">
<HintPath>H:/Unity Free/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>H:/Unity Free/Unity/Editor/Data/PlaybackEngines/iossupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->

</Project>
89 changes: 89 additions & 0 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E9C52F91-B6C1-605C-7E5E-C85C7A7F0DF6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_0_1;UNITY_5_0;UNITY_5;ENABLE_LICENSE_RENAME;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_NEW_HIERARCHY;ENABLE_PHYSICS;ENABLE_PHYSICS_PHYSX3;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_AUDIOMIXER_SUSPEND;ENABLE_NONPRO;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_MONO;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_32;UNITY_EDITOR_WIN</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>H:/Unity Free/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>H:/Unity Free/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Resources\Scripts\BeamFXScript.cs" />
<Compile Include="Assets\Resources\Scripts\CameraSizeInitializationScript.cs" />
<Compile Include="Assets\Resources\Scripts\DroneGenome.cs" />
<Compile Include="Assets\Resources\Scripts\DroneHealthScript.cs" />
<Compile Include="Assets\Resources\Scripts\DroneInitializationController.cs" />
<Compile Include="Assets\Resources\Scripts\DroneMovementScript.cs" />
<Compile Include="Assets\Resources\Scripts\DronePool.cs" />
<Compile Include="Assets\Resources\Scripts\DronePregnancyScript.cs" />
<Compile Include="Assets\Resources\Scripts\DroneResponseCriteriaController.cs" />
<Compile Include="Assets\Resources\Scripts\DroneSpriteController.cs" />
<Compile Include="Assets\Resources\Scripts\DroneState.cs" />
<Compile Include="Assets\Resources\Scripts\DroneStateMachine.cs" />
<Compile Include="Assets\Resources\Scripts\DroneVisionScript.cs" />
<Compile Include="Assets\Resources\Scripts\FXPool.cs" />
<Compile Include="Assets\Resources\Scripts\GUIScript.cs" />
<Compile Include="Assets\Resources\Scripts\MainMenuScript.cs" />
<Compile Include="Assets\Resources\Scripts\MasterInitializationScript.cs" />
<Compile Include="Assets\Resources\Scripts\OrthographicCameraBoundary.cs" />
<Compile Include="Assets\Resources\Scripts\PulseFXScript.cs" />
<Compile Include="Assets\Resources\Scripts\SpeedController.cs" />
<Compile Include="Assets\Resources\Scripts\StatsLogger.cs" />
<Compile Include="Assets\Resources\Scripts\TalkFXScript.cs" />
<Compile Include="Assets\Resources\Scripts\Tester.cs" />
<Compile Include="Assets\Resources\Scripts\UITextUpdateScript.cs" />
<Reference Include="UnityEngine.UI">
<HintPath>H:/Unity Free/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>H:/Unity Free/Unity/Editor/Data/PlaybackEngines/iossupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->

</Project>
Binary file added Assets/Evolution Chamber.unity
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Evolution Chamber.unity.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Main Menu.unity
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Main Menu.unity.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Resources/BeamFX.prefab
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Resources/BeamFX.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Resources/Drone.prefab
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Resources/Drone.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Resources/Icons.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Resources/Icons/Icon1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions Assets/Resources/Icons/Icon1024.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Resources/Icons/Icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions Assets/Resources/Icons/Icon128.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Resources/Icons/Icon144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 09b0c71

Please sign in to comment.