-
Notifications
You must be signed in to change notification settings - Fork 2
/
Assembly-CSharp-vs.csproj
111 lines (110 loc) · 6.13 KB
/
Assembly-CSharp-vs.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?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>{17090B63-8DFF-B05E-84F1-86C308911286}</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_4_5_5;UNITY_4_5;UNITY_STANDALONE_OSX;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_GAMECENTER;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_PRO_LICENSE</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>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>/Applications/Unity/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Myo Samples\Scripts\ColorBoxByPose.cs" />
<Compile Include="Assets\Myo Samples\Scripts\JointOrientation.cs" />
<Compile Include="Assets\Myo Samples\Scripts\SampleSceneGUI.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\EventTypes.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\Hub.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\Myo.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\Pose.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\Properties\AssemblyInfo.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\Quaternion.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\Vector3.cs" />
<Compile Include="Assets\Myo\Scripts\Myo.NET\libmyo.cs" />
<Compile Include="Assets\Myo\Scripts\ThalmicHub.cs" />
<Compile Include="Assets\Myo\Scripts\ThalmicMyo.cs" />
<Compile Include="Assets\OVR\Scripts\OVRCameraRig.cs" />
<Compile Include="Assets\OVR\Scripts\OVRCommon.cs" />
<Compile Include="Assets\OVR\Scripts\OVRDisplay.cs" />
<Compile Include="Assets\OVR\Scripts\OVRManager.cs" />
<Compile Include="Assets\OVR\Scripts\OVRPluginEvent.cs" />
<Compile Include="Assets\OVR\Scripts\OVRTracker.cs" />
<Compile Include="Assets\OVR\Scripts\OvrCapi.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRCrosshair.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRGUI.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRGamepadController.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRGridCube.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRMainMenu.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRPlayerController.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRUGUI.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRVisionGuide.cs" />
<Compile Include="Assets\Scripts\CSVParser.cs" />
<Compile Include="Assets\Scripts\CustomPlanet.cs" />
<Compile Include="Assets\Scripts\CustomPlanetSpawner.cs" />
<Compile Include="Assets\Scripts\FlightVR.cs" />
<Compile Include="Assets\Scripts\MyoController.cs" />
<Compile Include="Assets\Scripts\OrbitingPlanet.cs" />
<Compile Include="Assets\Scripts\Planet.cs" />
<Compile Include="Assets\Scripts\PlanetLauncher.cs" />
<Compile Include="Assets\Scripts\PlanetManager.cs" />
<Compile Include="Assets\Scripts\PlanetSamples.cs" />
<Compile Include="Assets\Scripts\PlanetSpawner.cs" />
<Compile Include="Assets\Scripts\ScreenSystem.cs" />
<Compile Include="Assets\Scripts\SkyboxMesh.cs" />
<Compile Include="Assets\Scripts\StarField.cs" />
<None Include="Assets\Plugins\donotdelete.txt" />
<None Include="Assets\Plugins\x86_64\donotdelete.txt" />
<None Include="Assets\OVR\Shaders\TextShader3D.shader" />
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" />
<None Include="Assets\Myo\README-MyoUnity.txt" />
<None Include="Assets\OVR\Shaders\OVRGUIShader.shader" />
<None Include="Assets\Plugins\x86\donotdelete.txt" />
<Reference Include="LeapCSharp.NET3.5">
<HintPath>/Users/jack/Desktop/PlanIt/Assets/Plugins/LeapCSharp.NET3.5.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>