Skip to content

Commit eb75479

Browse files
authored
ajout des sources
1 parent ea2c889 commit eb75479

22 files changed

+265
-0
lines changed

Assembly-CSharp.csproj

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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>{76B5E745-199D-A733-2C23-925C5902A962}</ProjectGuid>
13+
<OutputType>Library</OutputType>
14+
<AppDesignerFolder>Properties</AppDesignerFolder>
15+
<AssemblyName>Assembly-CSharp</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_2_OR_NEWER;UNITY_2017_2_0;UNITY_2017_2;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;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_EDITOR_HUB;ENABLE_EDITOR_HUB_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;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;ENABLE_SPATIALTRACKING;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;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;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO</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\Scripts\CameraController.cs" />
55+
<Compile Include="Assets\Scripts\LoadOnEnter.cs" />
56+
<Compile Include="Assets\Scripts\LoadSceneOnClick.cs" />
57+
<Compile Include="Assets\Scripts\PlayerController.cs" />
58+
<Compile Include="Assets\Scripts\QuitOnClick.cs" />
59+
<Compile Include="Assets\Scripts\QuitOnEnter.cs" />
60+
<Compile Include="Assets\Scripts\Rotator.cs" />
61+
<Compile Include="Assets\Unity Sample UI\Scripts\ActiveStateToggler.cs" />
62+
<Compile Include="Assets\Unity Sample UI\Scripts\ApplicationManager.cs" />
63+
<Compile Include="Assets\Unity Sample UI\Scripts\ChangeColor.cs" />
64+
<Compile Include="Assets\Unity Sample UI\Scripts\DragMe.cs" />
65+
<Compile Include="Assets\Unity Sample UI\Scripts\DragPanel.cs" />
66+
<Compile Include="Assets\Unity Sample UI\Scripts\DropMe.cs" />
67+
<Compile Include="Assets\Unity Sample UI\Scripts\PanelManager.cs" />
68+
<Compile Include="Assets\Unity Sample UI\Scripts\ResizePanel.cs" />
69+
<Compile Include="Assets\Unity Sample UI\Scripts\ScrollDetailTexture.cs" />
70+
<Compile Include="Assets\Unity Sample UI\Scripts\ShowSliderValue.cs" />
71+
<Compile Include="Assets\Unity Sample UI\Scripts\TiltWindow.cs" />
72+
<None Include="Assets\Unity Sample UI\Fonts\Jupiter\LICENSE.txt" />
73+
<None Include="Assets\Unity Sample UI\Textures and Sprites\SF UI\Background\LICENSE.txt" />
74+
<None Include="Assets\Unity Sample UI\Materials\UI-Default-No-Alpha.shader" />
75+
<Reference Include="UnityEngine.UI">
76+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
77+
</Reference>
78+
<Reference Include="UnityEngine.Networking">
79+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
80+
</Reference>
81+
<Reference Include="UnityEngine.TestRunner">
82+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
83+
</Reference>
84+
<Reference Include="nunit.framework">
85+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
86+
</Reference>
87+
<Reference Include="UnityEngine.Timeline">
88+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
89+
</Reference>
90+
<Reference Include="UnityEngine.UIAutomation">
91+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll</HintPath>
92+
</Reference>
93+
<Reference Include="UnityEngine.GoogleAudioSpatializer">
94+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
95+
</Reference>
96+
<Reference Include="UnityEngine.HoloLens">
97+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
98+
</Reference>
99+
<Reference Include="UnityEngine.SpatialTracking">
100+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
101+
</Reference>
102+
<Reference Include="UnityEngine.Analytics">
103+
<HintPath>C:/Users/maxim/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
104+
</Reference>
105+
<Reference Include="UnityEngine.Purchasing">
106+
<HintPath>C:/Users/maxim/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Purchasing.dll</HintPath>
107+
</Reference>
108+
</ItemGroup>
109+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111+
Other similar extension points exist, see Microsoft.Common.targets.
112+
<Target Name="BeforeBuild">
113+
</Target>
114+
<Target Name="AfterBuild">
115+
</Target>
116+
-->
117+
118+
</Project>

ProjectSettings/AudioManager.asset

4.04 KB
Binary file not shown.
4.01 KB
Binary file not shown.

ProjectSettings/DynamicsManager.asset

4.18 KB
Binary file not shown.
4.19 KB
Binary file not shown.

ProjectSettings/EditorSettings.asset

4.11 KB
Binary file not shown.
4.32 KB
Binary file not shown.

ProjectSettings/InputManager.asset

5.39 KB
Binary file not shown.

ProjectSettings/NavMeshAreas.asset

4.28 KB
Binary file not shown.

ProjectSettings/NetworkManager.asset

4.02 KB
Binary file not shown.
4.28 KB
Binary file not shown.

ProjectSettings/ProjectSettings.asset

51.3 KB
Binary file not shown.

ProjectSettings/ProjectVersion.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
m_EditorVersion: 2017.2.0f3

ProjectSettings/QualitySettings.asset

4.89 KB
Binary file not shown.

ProjectSettings/TagManager.asset

4.22 KB
Binary file not shown.

ProjectSettings/TimeManager.asset

4.02 KB
Binary file not shown.
4.02 KB
Binary file not shown.
4.09 KB
Binary file not shown.

Unity---Roll-a-ball.csproj

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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>{B550769F-641A-798C-3419-60B7BF93E2D9}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AssemblyName>Assembly-CSharp</AssemblyName>
11+
<FileAlignment>512</FileAlignment>
12+
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13+
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
14+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15+
<TargetFrameworkProfile>Unity Subset v3.5</TargetFrameworkProfile>
16+
<CompilerResponseFile></CompilerResponseFile>
17+
<UnityProjectType>Game:1</UnityProjectType>
18+
<UnityBuildTarget>Android:13</UnityBuildTarget>
19+
<UnityVersion>5.6.3p1</UnityVersion>
20+
<RootNamespace></RootNamespace>
21+
<LangVersion>4</LangVersion>
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24+
<DebugType>pdbonly</DebugType>
25+
<Optimize>false</Optimize>
26+
<OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
27+
<IntermediateOutputPath>Temp\UnityVS_obj\Debug\</IntermediateOutputPath>
28+
<ErrorReport>prompt</ErrorReport>
29+
<WarningLevel>4</WarningLevel>
30+
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_3;UNITY_5_6;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;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_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_ANDROID;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_HAS_GOOGLEVR</DefineConstants>
31+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34+
<DebugType>pdbonly</DebugType>
35+
<Optimize>false</Optimize>
36+
<OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
37+
<IntermediateOutputPath>Temp\UnityVS_obj\Release\</IntermediateOutputPath>
38+
<ErrorReport>prompt</ErrorReport>
39+
<WarningLevel>4</WarningLevel>
40+
<DefineConstants>TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_3;UNITY_5_6;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;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_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_ANDROID;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_HAS_GOOGLEVR</DefineConstants>
41+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
42+
</PropertyGroup>
43+
<ItemGroup>
44+
<Reference Include="mscorlib" />
45+
<Reference Include="System" />
46+
<Reference Include="System.XML" />
47+
<Reference Include="System.Core" />
48+
<Reference Include="Boo.Lang" />
49+
<Reference Include="UnityScript.Lang" />
50+
<Reference Include="System.Runtime.Serialization" />
51+
<Reference Include="System.Xml.Linq" />
52+
<Reference Include="UnityEngine">
53+
<HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
54+
</Reference>
55+
<Reference Include="UnityEngine.UI">
56+
<HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
57+
</Reference>
58+
<Reference Include="UnityEngine.Networking">
59+
<HintPath>Library\UnityAssemblies\UnityEngine.Networking.dll</HintPath>
60+
</Reference>
61+
<Reference Include="UnityEngine.TestRunner">
62+
<HintPath>Library\UnityAssemblies\UnityEngine.TestRunner.dll</HintPath>
63+
</Reference>
64+
<Reference Include="nunit.framework">
65+
<HintPath>Library\UnityAssemblies\nunit.framework.dll</HintPath>
66+
</Reference>
67+
<Reference Include="UnityEngine.Analytics">
68+
<HintPath>Library\UnityAssemblies\UnityEngine.Analytics.dll</HintPath>
69+
</Reference>
70+
<Reference Include="UnityEngine.HoloLens">
71+
<HintPath>Library\UnityAssemblies\UnityEngine.HoloLens.dll</HintPath>
72+
</Reference>
73+
<Reference Include="UnityEngine.VR">
74+
<HintPath>Library\UnityAssemblies\UnityEngine.VR.dll</HintPath>
75+
</Reference>
76+
<Reference Include="UnityEditor">
77+
<HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
78+
</Reference>
79+
</ItemGroup>
80+
<ItemGroup>
81+
<Compile Include="Assets\Scripts\CameraController.cs" />
82+
<Compile Include="Assets\Scripts\LoadOnEnter.cs" />
83+
<Compile Include="Assets\Scripts\LoadSceneOnClick.cs" />
84+
<Compile Include="Assets\Scripts\PlayerController.cs" />
85+
<Compile Include="Assets\Scripts\QuitOnClick.cs" />
86+
<Compile Include="Assets\Scripts\QuitOnEnter.cs" />
87+
<Compile Include="Assets\Scripts\Rotator.cs" />
88+
<Compile Include="Assets\Unity Sample UI\Scripts\ActiveStateToggler.cs" />
89+
<Compile Include="Assets\Unity Sample UI\Scripts\ApplicationManager.cs" />
90+
<Compile Include="Assets\Unity Sample UI\Scripts\ChangeColor.cs" />
91+
<Compile Include="Assets\Unity Sample UI\Scripts\DragMe.cs" />
92+
<Compile Include="Assets\Unity Sample UI\Scripts\DragPanel.cs" />
93+
<Compile Include="Assets\Unity Sample UI\Scripts\DropMe.cs" />
94+
<Compile Include="Assets\Unity Sample UI\Scripts\PanelManager.cs" />
95+
<Compile Include="Assets\Unity Sample UI\Scripts\ResizePanel.cs" />
96+
<Compile Include="Assets\Unity Sample UI\Scripts\ScrollDetailTexture.cs" />
97+
<Compile Include="Assets\Unity Sample UI\Scripts\ShowSliderValue.cs" />
98+
<Compile Include="Assets\Unity Sample UI\Scripts\TiltWindow.cs" />
99+
</ItemGroup>
100+
<ItemGroup>
101+
<None Include="Assets\Unity Sample UI\Fonts\Jupiter\LICENSE.txt" />
102+
<None Include="Assets\Unity Sample UI\Materials\UI-Default-No-Alpha.shader" />
103+
<None Include="Assets\Unity Sample UI\Textures and Sprites\SF UI\Background\LICENSE.txt" />
104+
</ItemGroup>
105+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106+
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
107+
</Project>

Unity---Roll-a-ball.sln

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity---Roll-a-ball", "Assembly-CSharp.csproj", "{76B5E745-199D-A733-2C23-925C5902A962}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{76B5E745-199D-A733-2C23-925C5902A962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{76B5E745-199D-A733-2C23-925C5902A962}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{76B5E745-199D-A733-2C23-925C5902A962}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{76B5E745-199D-A733-2C23-925C5902A962}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
GlobalSection(MonoDevelopProperties) = preSolution
21+
StartupItem = Assembly-CSharp.csproj
22+
EndGlobalSection
23+
EndGlobal

Unity---Roll-a-ball.userprefs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Properties StartupItem="Unity---Roll-a-ball.csproj">
2+
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
3+
<MonoDevelop.Ide.Workbench ActiveDocument="Assets\Scripts\LoadOnEnter.cs">
4+
<Files>
5+
<File FileName="Assets\Scripts\LoadOnEnter.cs" Line="1" Column="1" />
6+
</Files>
7+
</MonoDevelop.Ide.Workbench>
8+
<MonoDevelop.Ide.DebuggingService.Breakpoints>
9+
<BreakpointStore />
10+
</MonoDevelop.Ide.DebuggingService.Breakpoints>
11+
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
12+
</Properties>

UnityPackageManager/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"dependencies": {
3+
}
4+
}

0 commit comments

Comments
 (0)