-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnityVS.FigureStand.CSharp.csproj
164 lines (164 loc) · 13 KB
/
UnityVS.FigureStand.CSharp.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?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>{70AD4911-128F-02D1-ED32-8941D345B891}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Unity Subset v3.5</TargetFrameworkProfile>
<CompilerResponseFile></CompilerResponseFile>
<UnityProjectType>Game:1</UnityProjectType>
<UnityBuildTarget>Android:13</UnityBuildTarget>
<UnityVersion>4.6.1f1</UnityVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>DEBUG;TRACE;UNITY_4_6_1;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;UNITY_4_6_1;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="Boo.Lang" />
<Reference Include="UnityScript.Lang" />
<Reference Include="UnityEngine">
<HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine.UI">
<HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="BulletXNA-Unity">
<HintPath>Assets\BulletXNA\BulletXNA-Unity.dll</HintPath>
</Reference>
<Reference Include="MMD4MecanimInternal">
<HintPath>Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimInternal.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimAnim.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimBulletPhysics.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimCommon.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimData.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimDebug.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelAnim.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelBone.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelDeferred.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelIK.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelMesh.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelMorph.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelNEXT.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\Internal\MMD4MecanimModelPhysics.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimAnimMorphHelper.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimBone.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimIKTarget.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimModel.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimMorphHelper.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimRigidBody.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimSpeechHelper.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\MMD4MecanimUnityChanMorphHelper.cs" />
<Compile Include="Assets\MMD4Mecanim\Scripts\UnityChanMorph.cs" />
<Compile Include="Assets\Script\CameraConst.cs" />
<Compile Include="Assets\Script\CameraMove.cs" />
<Compile Include="Assets\Script\CanvasGUI.cs" />
<Compile Include="Assets\Script\GlobalFunctions.cs" />
<Compile Include="Assets\Script\InputOnUpdate.cs" />
<Compile Include="Assets\Script\PresetSave.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Assets\MMD4Mecanim\Editor\PMX2FBX\pmx2fbx.xml" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-AutoLight.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-BothFaces.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-BothFaces-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-BothFaces-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-BothFaces-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-BothFaces.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-BothFaces-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-BothFaces-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-BothFaces-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-BothFaces.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-BothFaces-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-BothFaces-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-BothFaces-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-NoShadowCasting-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-SurfaceEdge-Lighting.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-SurfaceEdge-PrePassBase.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-SurfaceEdge-PrePassFinal.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-Surface-Lighting.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-Surface-PrePassBase.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-Surface-PrePassFinal.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Deferred-ZClear.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Dummy.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Lighting.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NEXTEdge-ForwardBase.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NEXTEdge-Lighting.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NEXTEdge-Pass4.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NEXTEdge-Pass8.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-BothFaces.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-BothFaces-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-BothFaces-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-BothFaces-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-NoShadowCasting-Transparent-Edge.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-SurfaceEdge-ForwardAdd.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-SurfaceEdge-ForwardBase.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-SurfaceEdge-Lighting.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Surface-ForwardAdd.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Surface-ForwardBase.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Surface-Lighting.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Surface-ShadowCaster.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Surface-ShadowCollector.cginc" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Transparent.shader" />
<None Include="Assets\MMD4Mecanim\Shaders\MMD4Mecanim-MMDLit-Transparent-Edge.shader" />
<None Include="Assets\Resources\Model\Appearance Miku_大人バージョン\Appearance Miku_大人バージョン ver.2.1_シンプル.MMD4Mecanim.xml" />
<None Include="Assets\Resources\Model\Appearance Miku_大人バージョン\Appearance Miku_大人バージョン ver.2.1_シンプル.xml" />
<None Include="Assets\Resources\Model\Appearance Miku_大人バージョン\readme(z7def様のReadme).txt" />
<None Include="Assets\Resources\Model\Appearance Miku_大人バージョン\Readme(ままま様のReadme).txt" />
<None Include="Assets\Resources\Model\Appearance Miku_大人バージョン\Readme.txt" />
<None Include="Assets\Resources\Model\Appearance Miku_大人バージョン\readme_v121(おんだ様のReadome).txt" />
<None Include="Assets\Resources\Model\Tda式初音ミク・アペンドVer1.00\readme_English.txt" />
<None Include="Assets\Resources\Model\Tda式初音ミク・アペンドVer1.00\TDAMIKU.xml" />
<None Include="Assets\Resources\Model\Tda式初音ミク・アペンドVer1.00\Tda式初音ミク・アペンド_Ver1.00.MMD4Mecanim.xml" />
<None Include="Assets\Resources\Model\Tda式初音ミク・アペンドVer1.00\よんでね.txt" />
<None Include="Assets\Standard Assets\Toon Shading\Sources\Shaders\Toony-Basic.shader" />
<None Include="Assets\Standard Assets\Toon Shading\Sources\Shaders\Toony-BasicOutline.shader" />
<None Include="Assets\Standard Assets\Toon Shading\Sources\Shaders\Toony-Lighted.shader" />
<None Include="Assets\Standard Assets\Toon Shading\Sources\Shaders\Toony-LightedOutline.shader" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2013\UnityVS.CSharp.targets" />
</Project>