Assembly-CSharp.csproj 78 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{1D4C8962-DCA3-4002-B801-78843BB56CC9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Assembly-CSharp</RootNamespace>
  10. <AssemblyName>Assembly-CSharp</AssemblyName>
  11. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Assembly-CSharp-firstpass">
  37. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Assembly-UnityScript-firstpass">
  40. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\Assembly-UnityScript-firstpass.dll</HintPath>
  41. </Reference>
  42. <Reference Include="FoveUnityPlugin">
  43. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\FoveUnityPlugin.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Ionic.Zlib">
  46. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\Ionic.Zlib.dll</HintPath>
  47. </Reference>
  48. <Reference Include="JsonFx.Json">
  49. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\JsonFx.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="LeapCSharp.NET3.5">
  52. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\LeapCSharp.NET3.5.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System">
  55. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\System.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Core">
  58. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\System.Core.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Drawing">
  61. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\System.Drawing.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Windows.Forms">
  64. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\System.Windows.Forms.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Xml">
  67. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\System.Xml.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Xml.Linq">
  70. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\System.Xml.Linq.dll</HintPath>
  71. </Reference>
  72. <Reference Include="UnityEngine">
  73. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\UnityEngine.dll</HintPath>
  74. </Reference>
  75. <Reference Include="UnityEngine.UI">
  76. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\UnityEngine.UI.dll</HintPath>
  77. </Reference>
  78. <Reference Include="zxing.unity">
  79. <HintPath>A:\Gams\COM3D2\COM3D2\COM3D2x64_Data\Managed\zxing.unity.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <AppDesigner Include="Properties\" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="AbstractFreeModeItem.cs" />
  87. <Compile Include="AbstractSliderData.cs" />
  88. <Compile Include="AcquiredAttributeUnit.cs" />
  89. <Compile Include="AcquiredSkillUnit.cs" />
  90. <Compile Include="ActionCase.cs" />
  91. <Compile Include="ActionDirect.cs" />
  92. <Compile Include="ActiveAnimation.cs" />
  93. <Compile Include="AdditionalScenario.cs" />
  94. <Compile Include="AdjustObjHeightToMaidBone.cs" />
  95. <Compile Include="ADVKagManager.cs" />
  96. <Compile Include="AlignmentPresetWindow.cs" />
  97. <Compile Include="AMAction.cs" />
  98. <Compile Include="AMAnimationAction.cs" />
  99. <Compile Include="AMAnimationKey.cs" />
  100. <Compile Include="AMAnimationTrack.cs" />
  101. <Compile Include="AMAudioAction.cs" />
  102. <Compile Include="AMAudioKey.cs" />
  103. <Compile Include="AMAudioTrack.cs" />
  104. <Compile Include="AMBinaryDataBaseObject.cs" />
  105. <Compile Include="AMBinaryMethod.cs" />
  106. <Compile Include="AMBinaryProperty.cs" />
  107. <Compile Include="AMBinaryRotation.cs" />
  108. <Compile Include="AMBinaryTranslation.cs" />
  109. <Compile Include="AMCameraFade.cs" />
  110. <Compile Include="AMCameraSwitcherAction.cs" />
  111. <Compile Include="AMCameraSwitcherKey.cs" />
  112. <Compile Include="AMCameraSwitcherTrack.cs" />
  113. <Compile Include="AMEventAction.cs" />
  114. <Compile Include="AMEventKey.cs" />
  115. <Compile Include="AMEventParameter.cs" />
  116. <Compile Include="AMEventTrack.cs" />
  117. <Compile Include="AMGroup.cs" />
  118. <Compile Include="AMKey.cs" />
  119. <Compile Include="AMOrientationAction.cs" />
  120. <Compile Include="AMOrientationKey.cs" />
  121. <Compile Include="AMOrientationTrack.cs" />
  122. <Compile Include="AMPath.cs" />
  123. <Compile Include="AMPropertyAction.cs" />
  124. <Compile Include="AMPropertyKey.cs" />
  125. <Compile Include="AMPropertyTrack.cs" />
  126. <Compile Include="AMRotationAction.cs" />
  127. <Compile Include="AMRotationKey.cs" />
  128. <Compile Include="AMRotationTrack.cs" />
  129. <Compile Include="AMTake.cs" />
  130. <Compile Include="AMTarget.cs" />
  131. <Compile Include="AMTrack.cs" />
  132. <Compile Include="AMTranslationAction.cs" />
  133. <Compile Include="AMTranslationKey.cs" />
  134. <Compile Include="AMTranslationTrack.cs" />
  135. <Compile Include="AMTween.cs" />
  136. <Compile Include="AMWriteBinaryData.cs" />
  137. <Compile Include="AnimatedAlpha.cs" />
  138. <Compile Include="AnimatedColor.cs" />
  139. <Compile Include="AnimatedWidget.cs" />
  140. <Compile Include="AnimationOrTween\Direction.cs" />
  141. <Compile Include="AnimationOrTween\DisableCondition.cs" />
  142. <Compile Include="AnimationOrTween\EnableCondition.cs" />
  143. <Compile Include="AnimationOrTween\Trigger.cs" />
  144. <Compile Include="AnimatorData.cs" />
  145. <Compile Include="AnimatorPlayer.cs" />
  146. <Compile Include="AnimatorTimeline.cs" />
  147. <Compile Include="Appeal_Mgr.cs" />
  148. <Compile Include="ArcTeleport.cs" />
  149. <Compile Include="AssertHelper.cs" />
  150. <Compile Include="AssetUty.cs" />
  151. <Compile Include="AttachPointSubWindow.cs" />
  152. <Compile Include="AttachPrefab.cs" />
  153. <Compile Include="AttributeViewer.cs" />
  154. <Compile Include="AttributeViewerOld.cs" />
  155. <Compile Include="AudioMixerMgr.cs" />
  156. <Compile Include="AudioSourceMgr.cs" />
  157. <Compile Include="AudioSourceParent.cs" />
  158. <Compile Include="AutoPiston.cs" />
  159. <Compile Include="AVProVideoPlayer.cs" />
  160. <Compile Include="AVRController.cs" />
  161. <Compile Include="AVRControllerBehavior.cs" />
  162. <Compile Include="AVRControllerButtons.cs" />
  163. <Compile Include="AVRTrackingObjectsMgr.cs" />
  164. <Compile Include="AWReadBinaryData.cs" />
  165. <Compile Include="BacklogCtrl.cs" />
  166. <Compile Include="BackupParamAccessor\BackupParamAccessor.cs" />
  167. <Compile Include="BackupParamAccessor\Params.cs" />
  168. <Compile Include="BackupParamAccessor\SCENE_ID.cs" />
  169. <Compile Include="BaseCreatePanel.cs" />
  170. <Compile Include="BaseCreateViewerCtrl.cs" />
  171. <Compile Include="BaseInput2.cs" />
  172. <Compile Include="BaseKagManager.cs" />
  173. <Compile Include="BaseMaidPhotoWindow.cs" />
  174. <Compile Include="BaseMgr.cs" />
  175. <Compile Include="BasePanelMgr.cs" />
  176. <Compile Include="BasePhotoCustomObject.cs" />
  177. <Compile Include="BasePhotoSubWindow.cs" />
  178. <Compile Include="BasePhotoWindow.cs" />
  179. <Compile Include="BasePhotoWindowManager.cs" />
  180. <Compile Include="BattleScroll.cs" />
  181. <Compile Include="BenchMarkScore.cs" />
  182. <Compile Include="BenchResult.cs" />
  183. <Compile Include="BenchSetting.cs" />
  184. <Compile Include="BetSetUI.cs" />
  185. <Compile Include="BetterList.cs" />
  186. <Compile Include="BgMgr.cs" />
  187. <Compile Include="BGObjectWindow.cs" />
  188. <Compile Include="BGPrefabLink.cs" />
  189. <Compile Include="BGRenderSetting.cs" />
  190. <Compile Include="BGWindow.cs" />
  191. <Compile Include="BigThumbnail.cs" />
  192. <Compile Include="Billboard.cs" />
  193. <Compile Include="BipedIKCtrlData.cs" />
  194. <Compile Include="BjMotionControl.cs" />
  195. <Compile Include="BjPlayer.cs" />
  196. <Compile Include="BjVoiceMgr.cs" />
  197. <Compile Include="BlackjackGame.cs" />
  198. <Compile Include="BlendData.cs" />
  199. <Compile Include="BMFont.cs" />
  200. <Compile Include="BMGlyph.cs" />
  201. <Compile Include="BMSymbol.cs" />
  202. <Compile Include="BodyCtrlData.cs" />
  203. <Compile Include="BodyStatusCtrl.cs" />
  204. <Compile Include="BodyStatusMgr.cs" />
  205. <Compile Include="BoneAttachPos.cs" />
  206. <Compile Include="BoneDebug.cs" />
  207. <Compile Include="BoneHair.cs" />
  208. <Compile Include="BoneHair2.cs" />
  209. <Compile Include="BoneHair3.cs" />
  210. <Compile Include="BoneMorph.cs" />
  211. <Compile Include="BoneMorphLocal.cs" />
  212. <Compile Include="BoneMorph_.cs" />
  213. <Compile Include="BoneScaleDef.cs" />
  214. <Compile Include="ButtonEdit.cs" />
  215. <Compile Include="ButtonMgr.cs" />
  216. <Compile Include="ByteReader.cs" />
  217. <Compile Include="CacheBoneDataArray.cs" />
  218. <Compile Include="CalendarTexture.cs" />
  219. <Compile Include="CameraAnimationCtrl.cs" />
  220. <Compile Include="CameraAnimationMgr.cs" />
  221. <Compile Include="CameraChase.cs" />
  222. <Compile Include="CameraMain.cs" />
  223. <Compile Include="CameraMgr.cs" />
  224. <Compile Include="Card.cs" />
  225. <Compile Include="CardData.cs" />
  226. <Compile Include="CardDeck.cs" />
  227. <Compile Include="CasinoDataMgr.cs" />
  228. <Compile Include="CasinoItemUI.cs" />
  229. <Compile Include="CasinoShopItem.cs" />
  230. <Compile Include="CastPreviewHelper.cs" />
  231. <Compile Include="CCDIKCtrlData.cs" />
  232. <Compile Include="ChallengeResult.cs" />
  233. <Compile Include="CharaAppealData.cs" />
  234. <Compile Include="CharacterEdit\HighlightSelector.cs" />
  235. <Compile Include="CharacterMgr.cs" />
  236. <Compile Include="CharacterSelectMain.cs" />
  237. <Compile Include="CharacterSelectManager.cs" />
  238. <Compile Include="CharaDumper.cs" />
  239. <Compile Include="CharaSelectStatusMgr.cs" />
  240. <Compile Include="CharaSelectStatusMgrForChuBLip.cs" />
  241. <Compile Include="ChatInput.cs" />
  242. <Compile Include="ChinkoCtrl.cs" />
  243. <Compile Include="ChipManager.cs" />
  244. <Compile Include="ChipStack.cs" />
  245. <Compile Include="ChuBlipManager.cs" />
  246. <Compile Include="CircleCommandUI.cs" />
  247. <Compile Include="CircleListSelectUI.cs" />
  248. <Compile Include="ClassChangePanel.cs" />
  249. <Compile Include="ClassUnit.cs" />
  250. <Compile Include="ClickedEventArgs.cs" />
  251. <Compile Include="ClickedEventHandler.cs" />
  252. <Compile Include="ClipboardHelper.cs" />
  253. <Compile Include="CM3.cs" />
  254. <Compile Include="CMSystem.cs" />
  255. <Compile Include="CMT.cs" />
  256. <Compile Include="ColliderEvent.cs" />
  257. <Compile Include="ColorPaletteManager.cs" />
  258. <Compile Include="ColorPaletteUIManager.cs" />
  259. <Compile Include="ColorPresetItem.cs" />
  260. <Compile Include="ColorrPaletteParts.cs" />
  261. <Compile Include="ColorTypeRandomPresetButton.cs" />
  262. <Compile Include="ComboBox.cs" />
  263. <Compile Include="CompetitiveShowAPI.cs" />
  264. <Compile Include="CompetitiveShowMgr.cs" />
  265. <Compile Include="com\workman\cm3d2\button\ButtonEnable.cs" />
  266. <Compile Include="com\workman\cm3d2\scene\dailyEtc\DailyAPI.cs" />
  267. <Compile Include="com\workman\cm3d2\scene\dailyEtc\SceneMgr.cs" />
  268. <Compile Include="com\workman\cm3d2\task\SyncTask.2.cs" />
  269. <Compile Include="com\workman\cm3d2\task\SyncTask.cs" />
  270. <Compile Include="com\workman\cm3d2\task\Task.2.cs" />
  271. <Compile Include="com\workman\cm3d2\task\Task.cs" />
  272. <Compile Include="ConfigCblManager.cs" />
  273. <Compile Include="ConfigCblReactionSetting.cs" />
  274. <Compile Include="ConfigIntegerSlider.cs" />
  275. <Compile Include="ConfigManager.cs" />
  276. <Compile Include="ConfigMgr.cs" />
  277. <Compile Include="ConfigSelectButton.cs" />
  278. <Compile Include="ConfigVRCtrl.cs" />
  279. <Compile Include="config\ui\IntegerSlider.cs" />
  280. <Compile Include="ConfrontCutIn.cs" />
  281. <Compile Include="ControllerShortcutSettingData.cs" />
  282. <Compile Include="ControllerShortcutWindow.cs" />
  283. <Compile Include="CopyHandRig.cs" />
  284. <Compile Include="CostumePartsEnabledCtrl.cs" />
  285. <Compile Include="CostumePartsEnabledMgr.cs" />
  286. <Compile Include="CreateBGObjectSubWindow.cs" />
  287. <Compile Include="CsvImporter.cs" />
  288. <Compile Include="DailyCtrl.cs" />
  289. <Compile Include="DailyMgr.cs" />
  290. <Compile Include="DanceBattle_Mgr.cs" />
  291. <Compile Include="DanceData.cs" />
  292. <Compile Include="DanceEnemyParam.cs" />
  293. <Compile Include="DanceFpsCam.cs" />
  294. <Compile Include="DanceIntervalDelete.cs" />
  295. <Compile Include="DanceMain.cs" />
  296. <Compile Include="DanceObjectDataBinary.cs" />
  297. <Compile Include="DanceSelect.cs" />
  298. <Compile Include="DanceSelectManager.cs" />
  299. <Compile Include="DanceSelectMusicInfo.cs" />
  300. <Compile Include="DanceSetting.cs" />
  301. <Compile Include="DanceSubtitleMgr.cs" />
  302. <Compile Include="Dance\SettingData.cs" />
  303. <Compile Include="Dance\UndressItem.cs" />
  304. <Compile Include="Dance_Note.cs" />
  305. <Compile Include="DaytimeTaskCtrl.cs" />
  306. <Compile Include="Day_UI.cs" />
  307. <Compile Include="Dealer.cs" />
  308. <Compile Include="DealerMaid.cs" />
  309. <Compile Include="DealQueue.cs" />
  310. <Compile Include="DebugScenarioDraw.cs" />
  311. <Compile Include="DebugVRStartup.cs" />
  312. <Compile Include="Debug_mgr.cs" />
  313. <Compile Include="DefValues.cs" />
  314. <Compile Include="DEMO_UOC_GUI.cs" />
  315. <Compile Include="DescResulteBase.cs" />
  316. <Compile Include="DescResultTraining.cs" />
  317. <Compile Include="DescResultWork.cs" />
  318. <Compile Include="DescResultYotogi.cs" />
  319. <Compile Include="DescScheduleBase.cs" />
  320. <Compile Include="DescScheduleTraining.cs" />
  321. <Compile Include="DescScheduleWork.cs" />
  322. <Compile Include="DescScheduleYotogi.cs" />
  323. <Compile Include="DeskCustomize.cs" />
  324. <Compile Include="DeskCustomizeMain.cs" />
  325. <Compile Include="DeskCustomizeWindowManager.cs" />
  326. <Compile Include="DeskItemWindow.cs" />
  327. <Compile Include="DeskManager.cs" />
  328. <Compile Include="DesktopDuplication.cs" />
  329. <Compile Include="DesktopScreen.cs" />
  330. <Compile Include="Detonator.cs" />
  331. <Compile Include="DetonatorBurstEmitter.cs" />
  332. <Compile Include="DetonatorCloudRing.cs" />
  333. <Compile Include="DetonatorComponent.cs" />
  334. <Compile Include="DetonatorFireball.cs" />
  335. <Compile Include="DetonatorForce.cs" />
  336. <Compile Include="DetonatorGlow.cs" />
  337. <Compile Include="DetonatorHeatwave.cs" />
  338. <Compile Include="DetonatorLight.cs" />
  339. <Compile Include="DetonatorShockwave.cs" />
  340. <Compile Include="DetonatorSmoke.cs" />
  341. <Compile Include="DetonatorSound.cs" />
  342. <Compile Include="DetonatorSparks.cs" />
  343. <Compile Include="DetonatorSpray.cs" />
  344. <Compile Include="DetonatorSprayHelper.cs" />
  345. <Compile Include="DetonatorTest.cs" />
  346. <Compile Include="DisableToDestroy.cs" />
  347. <Compile Include="DownloadTexture.cs" />
  348. <Compile Include="DummyVRCamera.cs" />
  349. <Compile Include="DummyVRController.cs" />
  350. <Compile Include="DummyVRControllerBehavior.cs" />
  351. <Compile Include="DummyVRControllerButtons.cs" />
  352. <Compile Include="DummyVRHandAnimator.cs" />
  353. <Compile Include="DynamicBone.cs" />
  354. <Compile Include="DynamicBoneCollider.cs" />
  355. <Compile Include="DynamicBoneColliderBase.cs" />
  356. <Compile Include="DynamicBoneDemo1.cs" />
  357. <Compile Include="DynamicBoneMuneCollider.cs" />
  358. <Compile Include="DynamicBonePlaneCollider.cs" />
  359. <Compile Include="DynamicLabelBG.cs" />
  360. <Compile Include="DynamicSkirtBone.cs" />
  361. <Compile Include="DynamicUIGrid.cs" />
  362. <Compile Include="EditItemTextureCache.cs" />
  363. <Compile Include="EditMod.cs" />
  364. <Compile Include="EditOkCancel.cs" />
  365. <Compile Include="EditViewReset.cs" />
  366. <Compile Include="Edit\MaidProfile.cs" />
  367. <Compile Include="EffectWindow.cs" />
  368. <Compile Include="EmpireLifeModeAPI.cs" />
  369. <Compile Include="EmpireLifeModeData.cs" />
  370. <Compile Include="EmpireLifeModeFacilityUI.cs" />
  371. <Compile Include="EmpireLifeModeManager.cs" />
  372. <Compile Include="EmptyWindow.cs" />
  373. <Compile Include="Enabler.cs" />
  374. <Compile Include="EnableSwitch.cs" />
  375. <Compile Include="EnvelopContent.cs" />
  376. <Compile Include="EquipItems.cs" />
  377. <Compile Include="EquipRandomItem.cs" />
  378. <Compile Include="EventDelegate.cs" />
  379. <Compile Include="ExampleDragDropItem.cs" />
  380. <Compile Include="ExampleDragDropSurface.cs" />
  381. <Compile Include="ExChangeUI.cs" />
  382. <Compile Include="ExtensionsDictionaryClass.cs" />
  383. <Compile Include="FABRIKCtrlData.cs" />
  384. <Compile Include="FaceWindow.cs" />
  385. <Compile Include="Facility.cs" />
  386. <Compile Include="FacilityDataTable.cs" />
  387. <Compile Include="FacilityDetailsListViewer.cs" />
  388. <Compile Include="FacilityFlag\DataArray.cs" />
  389. <Compile Include="FacilityFlag\Util.cs" />
  390. <Compile Include="FacilityInfoUI.cs" />
  391. <Compile Include="FacilityManager.cs" />
  392. <Compile Include="FacilityPowerUpManager.cs" />
  393. <Compile Include="FacilityUIList.cs" />
  394. <Compile Include="FacilityUIPowerUpList.cs" />
  395. <Compile Include="FacilityUIPowerUpMaterialList.cs" />
  396. <Compile Include="FacilityUIPreviewParams.cs" />
  397. <Compile Include="Fade.cs" />
  398. <Compile Include="FadeImage.cs" />
  399. <Compile Include="FadeInAndFadeOutOnGUI.cs" />
  400. <Compile Include="FadeUI.cs" />
  401. <Compile Include="Farm_Mng.cs" />
  402. <Compile Include="FFNameDialog.cs" />
  403. <Compile Include="FileHackGlobalGameManagers.cs" />
  404. <Compile Include="FingerBlend.cs" />
  405. <Compile Include="FinishSyncrho.cs" />
  406. <Compile Include="FluctuationOfParameterUnit.cs" />
  407. <Compile Include="FoveCamera.cs" />
  408. <Compile Include="FoveEyeRayMgr.cs" />
  409. <Compile Include="FpsCounter.cs" />
  410. <Compile Include="FreeModeInit.cs" />
  411. <Compile Include="FreeModeItemEveryday.cs" />
  412. <Compile Include="FreeModeItemLifeMode.cs" />
  413. <Compile Include="FreeModeItemList.cs" />
  414. <Compile Include="FreeModeItemVip.cs" />
  415. <Compile Include="FreeModeSceneSelectBase.cs" />
  416. <Compile Include="FreeModeSelect.cs" />
  417. <Compile Include="FreeResult.cs" />
  418. <Compile Include="FreeScene_UI.cs" />
  419. <Compile Include="FreeSkillSelect.cs" />
  420. <Compile Include="FreeSkillSelectOld.cs" />
  421. <Compile Include="FrontCamera.cs" />
  422. <Compile Include="FullBodyIKCtrl.cs" />
  423. <Compile Include="GameInShop.cs" />
  424. <Compile Include="GameInShopMain.cs" />
  425. <Compile Include="GameMain.cs" />
  426. <Compile Include="GameModeManager.cs" />
  427. <Compile Include="GameObjectExtension.cs" />
  428. <Compile Include="GameUty.cs" />
  429. <Compile Include="GazeEventArgs.cs" />
  430. <Compile Include="GazeEventHandler.cs" />
  431. <Compile Include="GizmoObject.cs" />
  432. <Compile Include="GizmoRender.cs" />
  433. <Compile Include="GizmoRenderTarget.cs" />
  434. <Compile Include="GravityControlWindow.cs" />
  435. <Compile Include="GravityTransformControl.cs" />
  436. <Compile Include="HairLongWindow.cs" />
  437. <Compile Include="HairMode.cs" />
  438. <Compile Include="Hand.cs" />
  439. <Compile Include="HandEnableDisableNotifier.cs" />
  440. <Compile Include="HandSignShortcut.cs" />
  441. <Compile Include="HeightIKCtrlData.cs" />
  442. <Compile Include="HideScroll.cs" />
  443. <Compile Include="HideScrollEventCatch.cs" />
  444. <Compile Include="HyperlinkText\ObjectPool.cs" />
  445. <Compile Include="HyperText.cs" />
  446. <Compile Include="I2\Loc\ArabicMapping.cs" />
  447. <Compile Include="I2\Loc\ArabicTable.cs" />
  448. <Compile Include="I2\Loc\AutoChangeCultureInfo.cs" />
  449. <Compile Include="I2\Loc\BaseSpecializationManager.cs" />
  450. <Compile Include="I2\Loc\CallbackNotification.cs" />
  451. <Compile Include="I2\Loc\CoroutineManager.cs" />
  452. <Compile Include="I2\Loc\CustomLocalizeCallback.cs" />
  453. <Compile Include="I2\Loc\eLanguageDataFlags.cs" />
  454. <Compile Include="I2\Loc\ePluralType.cs" />
  455. <Compile Include="I2\Loc\eSpreadsheetUpdateMode.cs" />
  456. <Compile Include="I2\Loc\eTermType.cs" />
  457. <Compile Include="I2\Loc\EventCallback.cs" />
  458. <Compile Include="I2\Loc\Example_ChangeLanguage.cs" />
  459. <Compile Include="I2\Loc\Example_LocalizedString.cs" />
  460. <Compile Include="I2\Loc\GeneralArabicLetters.cs" />
  461. <Compile Include="I2\Loc\GlobalParametersExample.cs" />
  462. <Compile Include="I2\Loc\GoogleLanguages.cs" />
  463. <Compile Include="I2\Loc\GoogleTranslation.cs" />
  464. <Compile Include="I2\Loc\HindiFixer.cs" />
  465. <Compile Include="I2\Loc\I2BasePersistentStorage.cs" />
  466. <Compile Include="I2\Loc\I2CustomPersistentStorage.cs" />
  467. <Compile Include="I2\Loc\I2Utils.cs" />
  468. <Compile Include="I2\Loc\ILocalizationParamsManager.cs" />
  469. <Compile Include="I2\Loc\ILocalizeTarget.cs" />
  470. <Compile Include="I2\Loc\ILocalizeTargetDescriptor.cs" />
  471. <Compile Include="I2\Loc\IResourceManager_Bundles.cs" />
  472. <Compile Include="I2\Loc\IsolatedArabicLetters.cs" />
  473. <Compile Include="I2\Loc\LanguageData.cs" />
  474. <Compile Include="I2\Loc\LanguageSource.cs" />
  475. <Compile Include="I2\Loc\LocalizationManager.cs" />
  476. <Compile Include="I2\Loc\LocalizationParamsManager.cs" />
  477. <Compile Include="I2\Loc\LocalizationReader.cs" />
  478. <Compile Include="I2\Loc\Localize.cs" />
  479. <Compile Include="I2\Loc\LocalizeDropdown.cs" />
  480. <Compile Include="I2\Loc\LocalizedString.cs" />
  481. <Compile Include="I2\Loc\LocalizeTarget.cs" />
  482. <Compile Include="I2\Loc\LocalizeTargetDesc.cs" />
  483. <Compile Include="I2\Loc\LocalizeTargetDesc_Child.cs" />
  484. <Compile Include="I2\Loc\LocalizeTargetDesc_Prefab.cs" />
  485. <Compile Include="I2\Loc\LocalizeTargetDesc_Type.cs" />
  486. <Compile Include="I2\Loc\LocalizeTarget_NGUI_Button.cs" />
  487. <Compile Include="I2\Loc\LocalizeTarget_NGUI_Label.cs" />
  488. <Compile Include="I2\Loc\LocalizeTarget_NGUI_Sprite.cs" />
  489. <Compile Include="I2\Loc\LocalizeTarget_NGUI_Texture.cs" />
  490. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_AudioSource.cs" />
  491. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_Child.cs" />
  492. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_GUIText.cs" />
  493. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_GUITexture.cs" />
  494. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_Prefab.cs" />
  495. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_SpriteRenderer.cs" />
  496. <Compile Include="I2\Loc\LocalizeTarget_UnityStandard_TextMesh.cs" />
  497. <Compile Include="I2\Loc\LocalizeTarget_UnityUI_Image.cs" />
  498. <Compile Include="I2\Loc\LocalizeTarget_UnityUI_RawImage.cs" />
  499. <Compile Include="I2\Loc\LocalizeTarget_UnityUI_Text.cs" />
  500. <Compile Include="I2\Loc\PersistentStorage.cs" />
  501. <Compile Include="I2\Loc\RealTimeTranslation.cs" />
  502. <Compile Include="I2\Loc\RegisterBundlesManager.cs" />
  503. <Compile Include="I2\Loc\RegisterGlobalParameters.cs" />
  504. <Compile Include="I2\Loc\ResourceManager.cs" />
  505. <Compile Include="I2\Loc\RTLFixer.cs" />
  506. <Compile Include="I2\Loc\RTLFixerTool.cs" />
  507. <Compile Include="I2\Loc\SetLanguage.cs" />
  508. <Compile Include="I2\Loc\SetLanguageDropdown.cs" />
  509. <Compile Include="I2\Loc\SimpleJSON\JSON.cs" />
  510. <Compile Include="I2\Loc\SimpleJSON\JSONArray.cs" />
  511. <Compile Include="I2\Loc\SimpleJSON\JSONBinaryTag.cs" />
  512. <Compile Include="I2\Loc\SimpleJSON\JSONClass.cs" />
  513. <Compile Include="I2\Loc\SimpleJSON\JSONData.cs" />
  514. <Compile Include="I2\Loc\SimpleJSON\JSONLazyCreator.cs" />
  515. <Compile Include="I2\Loc\SimpleJSON\JSONNode.cs" />
  516. <Compile Include="I2\Loc\SpecializationManager.cs" />
  517. <Compile Include="I2\Loc\StringObfucator.cs" />
  518. <Compile Include="I2\Loc\TashkeelLocation.cs" />
  519. <Compile Include="I2\Loc\TermData.cs" />
  520. <Compile Include="I2\Loc\TermsPopup.cs" />
  521. <Compile Include="I2\Loc\ToggleLanguage.cs" />
  522. <Compile Include="I2\Loc\TranslationFlag.cs" />
  523. <Compile Include="I2\Loc\TranslationJob.cs" />
  524. <Compile Include="I2\Loc\TranslationJob_GET.cs" />
  525. <Compile Include="I2\Loc\TranslationJob_Main.cs" />
  526. <Compile Include="I2\Loc\TranslationJob_POST.cs" />
  527. <Compile Include="I2\Loc\TranslationJob_WEB.cs" />
  528. <Compile Include="I2\Loc\TranslationJob_WWW.cs" />
  529. <Compile Include="I2\Loc\TranslationQuery.cs" />
  530. <Compile Include="IDisposableBase.cs" />
  531. <Compile Include="IExperienceSystem.cs" />
  532. <Compile Include="IFade.cs" />
  533. <Compile Include="IKCtrlData.cs" />
  534. <Compile Include="IKDragPoint.cs" />
  535. <Compile Include="IKManager.cs" />
  536. <Compile Include="ImgDisplay.cs" />
  537. <Compile Include="ImportCM.cs" />
  538. <Compile Include="InfinityColorTextureCache.cs" />
  539. <Compile Include="InterfaceMaidPhotoWindow.cs" />
  540. <Compile Include="InterfaceVRCanvas.cs" />
  541. <Compile Include="InterfaceWfFade.cs" />
  542. <Compile Include="InvAttachmentPoint.cs" />
  543. <Compile Include="InvBaseItem.cs" />
  544. <Compile Include="InvDatabase.cs" />
  545. <Compile Include="InvEquipment.cs" />
  546. <Compile Include="InvGameItem.cs" />
  547. <Compile Include="InvStat.cs" />
  548. <Compile Include="IOnaholeNodeButton.cs" />
  549. <Compile Include="ItemInfoWnd.cs" />
  550. <Compile Include="ItemTypeRandomPresetButton.cs" />
  551. <Compile Include="jiggleBone.cs" />
  552. <Compile Include="JointBase.cs" />
  553. <Compile Include="KaraokeDataManager.cs" />
  554. <Compile Include="KasaiUtility.cs" />
  555. <Compile Include="KasaSceneMgr.cs" />
  556. <Compile Include="Kasizuki\AppealData.cs" />
  557. <Compile Include="Kasizuki\BigThumbnailKasizuki.cs" />
  558. <Compile Include="Kasizuki\ClubRoomSelectCtrl.cs" />
  559. <Compile Include="Kasizuki\IStatusCtrl.cs" />
  560. <Compile Include="Kasizuki\ItemData.cs" />
  561. <Compile Include="Kasizuki\KasizukiCharacterSelectCtrl.cs" />
  562. <Compile Include="Kasizuki\KasizukiItemCtrl.cs" />
  563. <Compile Include="Kasizuki\KasizukiMainMenu.cs" />
  564. <Compile Include="Kasizuki\KasizukiManager.cs" />
  565. <Compile Include="Kasizuki\KasizukiManSelectCtrl.cs" />
  566. <Compile Include="Kasizuki\KasizukiPlayInfoCtrl.cs" />
  567. <Compile Include="Kasizuki\KasizukiSaveAndLoadCtrl.cs" />
  568. <Compile Include="Kasizuki\LikabilityReplace.cs" />
  569. <Compile Include="Kasizuki\MaidAppealComment.cs" />
  570. <Compile Include="Kasizuki\MaidDataType.cs" />
  571. <Compile Include="Kasizuki\MaidLikabilityCtrl.cs" />
  572. <Compile Include="Kasizuki\MaidMiniManagementCtrl.cs" />
  573. <Compile Include="Kasizuki\MaidMiniStatusCtrl.cs" />
  574. <Compile Include="Kasizuki\MaidPropensitysCtrl.cs" />
  575. <Compile Include="Kasizuki\ManData.cs" />
  576. <Compile Include="Kasizuki\ManDataType.cs" />
  577. <Compile Include="Kasizuki\NGUIWindow.cs" />
  578. <Compile Include="Kasizuki\ObjectCacheDic.cs" />
  579. <Compile Include="Kasizuki\PlayData.cs" />
  580. <Compile Include="Kasizuki\RoomData.cs" />
  581. <Compile Include="Kasizuki\SystemDataType.cs" />
  582. <Compile Include="Kasizuki\WorkCountReplace.cs" />
  583. <Compile Include="KeyboardShortcutManager.cs" />
  584. <Compile Include="KupaCtrl.cs" />
  585. <Compile Include="LagPosition.cs" />
  586. <Compile Include="LagRotation.cs" />
  587. <Compile Include="LanguageSelection.cs" />
  588. <Compile Include="LeapMgr.cs" />
  589. <Compile Include="Leap\TestHandFactory.cs" />
  590. <Compile Include="Leap\Unity\AbstractHoldDetector.cs" />
  591. <Compile Include="Leap\Unity\Attributes\AutoFindAttribute.cs" />
  592. <Compile Include="Leap\Unity\Attributes\AutoFindLocations.cs" />
  593. <Compile Include="Leap\Unity\Attributes\CombinablePropertyAttribute.cs" />
  594. <Compile Include="Leap\Unity\Attributes\DisableAttribute.cs" />
  595. <Compile Include="Leap\Unity\Attributes\DisableIf.cs" />
  596. <Compile Include="Leap\Unity\Attributes\EnumFlags.cs" />
  597. <Compile Include="Leap\Unity\Attributes\IAdditiveDrawer.cs" />
  598. <Compile Include="Leap\Unity\Attributes\IAfterFieldAdditiveDrawer.cs" />
  599. <Compile Include="Leap\Unity\Attributes\IAfterLabelAdditiveDrawer.cs" />
  600. <Compile Include="Leap\Unity\Attributes\IBeforeFieldAdditiveDrawer.cs" />
  601. <Compile Include="Leap\Unity\Attributes\IBeforeLabelAdditiveDrawer.cs" />
  602. <Compile Include="Leap\Unity\Attributes\IFullPropertyDrawer.cs" />
  603. <Compile Include="Leap\Unity\Attributes\Incrementable.cs" />
  604. <Compile Include="Leap\Unity\Attributes\IPropertyConstrainer.cs" />
  605. <Compile Include="Leap\Unity\Attributes\IPropertyDisabler.cs" />
  606. <Compile Include="Leap\Unity\Attributes\MaxValue.cs" />
  607. <Compile Include="Leap\Unity\Attributes\MinMax.cs" />
  608. <Compile Include="Leap\Unity\Attributes\MinValue.cs" />
  609. <Compile Include="Leap\Unity\Attributes\UnitsAttribute.cs" />
  610. <Compile Include="Leap\Unity\CapsuleHand.cs" />
  611. <Compile Include="Leap\Unity\Chirality.cs" />
  612. <Compile Include="Leap\Unity\DebugHand.cs" />
  613. <Compile Include="Leap\Unity\Detector.cs" />
  614. <Compile Include="Leap\Unity\DetectorLogicGate.cs" />
  615. <Compile Include="Leap\Unity\DisconnectionNotice.cs" />
  616. <Compile Include="Leap\Unity\EnableDepthBuffer.cs" />
  617. <Compile Include="Leap\Unity\ExecuteAfterAttribute.cs" />
  618. <Compile Include="Leap\Unity\ExecuteAfterDefault.cs" />
  619. <Compile Include="Leap\Unity\ExecuteBeforeAttribute.cs" />
  620. <Compile Include="Leap\Unity\ExecuteBeforeDefault.cs" />
  621. <Compile Include="Leap\Unity\ExtendedFingerDetector.cs" />
  622. <Compile Include="Leap\Unity\EyeType.cs" />
  623. <Compile Include="Leap\Unity\FingerDirectionDetector.cs" />
  624. <Compile Include="Leap\Unity\FingerModel.cs" />
  625. <Compile Include="Leap\Unity\FitHeightToScreen.cs" />
  626. <Compile Include="Leap\Unity\FrameRateControls.cs" />
  627. <Compile Include="Leap\Unity\Graphing\RingBuffer.cs" />
  628. <Compile Include="Leap\Unity\Graphing\SlidingMax.cs" />
  629. <Compile Include="Leap\Unity\HandDrop.cs" />
  630. <Compile Include="Leap\Unity\HandEnableDisable.cs" />
  631. <Compile Include="Leap\Unity\HandFactory.cs" />
  632. <Compile Include="Leap\Unity\HandFader.cs" />
  633. <Compile Include="Leap\Unity\HandModel.cs" />
  634. <Compile Include="Leap\Unity\HandPool.cs" />
  635. <Compile Include="Leap\Unity\HandProxy.cs" />
  636. <Compile Include="Leap\Unity\HandRepresentation.cs" />
  637. <Compile Include="Leap\Unity\HandTransitionBehavior.cs" />
  638. <Compile Include="Leap\Unity\IHandModel.cs" />
  639. <Compile Include="Leap\Unity\KeyEnableBehaviors.cs" />
  640. <Compile Include="Leap\Unity\KeyEnableGameObjects.cs" />
  641. <Compile Include="Leap\Unity\LeapDeviceInfo.cs" />
  642. <Compile Include="Leap\Unity\LeapDeviceType.cs" />
  643. <Compile Include="Leap\Unity\LeapHandController.cs" />
  644. <Compile Include="Leap\Unity\LeapImageRetriever.cs" />
  645. <Compile Include="Leap\Unity\LeapProvider.cs" />
  646. <Compile Include="Leap\Unity\LeapServiceProvider.cs" />
  647. <Compile Include="Leap\Unity\LeapVRCameraControl.cs" />
  648. <Compile Include="Leap\Unity\LeapVRTemporalWarping.cs" />
  649. <Compile Include="Leap\Unity\LogicType.cs" />
  650. <Compile Include="Leap\Unity\ModelType.cs" />
  651. <Compile Include="Leap\Unity\PalmDirectionDetector.cs" />
  652. <Compile Include="Leap\Unity\PinchDetector.cs" />
  653. <Compile Include="Leap\Unity\PointingState.cs" />
  654. <Compile Include="Leap\Unity\PointingType.cs" />
  655. <Compile Include="Leap\Unity\ProximityDetector.cs" />
  656. <Compile Include="Leap\Unity\ProximityEvent.cs" />
  657. <Compile Include="Leap\Unity\RigidFinger.cs" />
  658. <Compile Include="Leap\Unity\RigidHand.cs" />
  659. <Compile Include="Leap\Unity\RuntimeGizmos\IRuntimeGizmoComponent.cs" />
  660. <Compile Include="Leap\Unity\RuntimeGizmos\RuntimeColliderGizmos.cs" />
  661. <Compile Include="Leap\Unity\RuntimeGizmos\RuntimeGizmoDrawer.cs" />
  662. <Compile Include="Leap\Unity\RuntimeGizmos\RuntimeGizmoManager.cs" />
  663. <Compile Include="Leap\Unity\RuntimeGizmos\RuntimeGizmoToggle.cs" />
  664. <Compile Include="Leap\Unity\SceneSettings.cs" />
  665. <Compile Include="Leap\Unity\SkeletalFinger.cs" />
  666. <Compile Include="Leap\Unity\SkeletalHand.cs" />
  667. <Compile Include="Leap\Unity\SmoothedFloat.cs" />
  668. <Compile Include="Leap\Unity\SmoothedQuaternion.cs" />
  669. <Compile Include="Leap\Unity\SmoothedVector3.cs" />
  670. <Compile Include="Leap\Unity\StretchToScreen.cs" />
  671. <Compile Include="Leap\Unity\TemporalWarpingStatus.cs" />
  672. <Compile Include="Leap\Unity\UnityMatrixExtension.cs" />
  673. <Compile Include="Leap\Unity\UnityQuaternionExtension.cs" />
  674. <Compile Include="Leap\Unity\UnityVectorExtension.cs" />
  675. <Compile Include="Leap\Unity\Utils.cs" />
  676. <Compile Include="LifeModeChangeWindow.cs" />
  677. <Compile Include="LightMain.cs" />
  678. <Compile Include="LightWindow.cs" />
  679. <Compile Include="LimbControl.cs" />
  680. <Compile Include="LineRendererNormals.cs" />
  681. <Compile Include="LineRendererSimpleFlat.cs" />
  682. <Compile Include="LipSyncDemo_SetCurrentTarget.cs" />
  683. <Compile Include="ListViewerWindow.cs" />
  684. <Compile Include="LoadIcon.cs" />
  685. <Compile Include="LoadLevelOnClick.cs" />
  686. <Compile Include="LoadReplaceMaid.cs" />
  687. <Compile Include="Localization.cs" />
  688. <Compile Include="LookAtTarget.cs" />
  689. <Compile Include="Maid.cs" />
  690. <Compile Include="MaidColliderCollect.cs" />
  691. <Compile Include="MaidExaminationCtrl.cs" />
  692. <Compile Include="MaidExaminationMgr.cs" />
  693. <Compile Include="MaidIdleMotionAdditiveHook.cs" />
  694. <Compile Include="MaidItemWindow.cs" />
  695. <Compile Include="MaidManagement.cs" />
  696. <Compile Include="MaidManagementMain.cs" />
  697. <Compile Include="MaidParts.cs" />
  698. <Compile Include="MaidPlate.cs" />
  699. <Compile Include="MaidProp.cs" />
  700. <Compile Include="MaidRandomName.cs" />
  701. <Compile Include="MaidStatusListCtrl.cs" />
  702. <Compile Include="MaidStatus\AdditionalRelation.cs" />
  703. <Compile Include="MaidStatus\BodyData.cs" />
  704. <Compile Include="MaidStatus\BonusStatus.cs" />
  705. <Compile Include="MaidStatus\ClassData.cs" />
  706. <Compile Include="MaidStatus\Contract.cs" />
  707. <Compile Include="MaidStatus\CsvData\AbstractClassData.cs" />
  708. <Compile Include="MaidStatus\EnumConvert.cs" />
  709. <Compile Include="MaidStatus\EyePartsTab.cs" />
  710. <Compile Include="MaidStatus\Feature.cs" />
  711. <Compile Include="MaidStatus\HeroineType.cs" />
  712. <Compile Include="MaidStatus\IClassSystem.cs" />
  713. <Compile Include="MaidStatus\JobClass.cs" />
  714. <Compile Include="MaidStatus\JobClassSystem.cs" />
  715. <Compile Include="MaidStatus\NamePair.cs" />
  716. <Compile Include="MaidStatus\OldDataConverter.cs" />
  717. <Compile Include="MaidStatus\Old\Condition.cs" />
  718. <Compile Include="MaidStatus\Old\Personal.cs" />
  719. <Compile Include="MaidStatus\Old\Relation.cs" />
  720. <Compile Include="MaidStatus\Old\Sexual.cs" />
  721. <Compile Include="MaidStatus\Old\Status.cs" />
  722. <Compile Include="MaidStatus\Old\StatusReader.cs" />
  723. <Compile Include="MaidStatus\ParametersPack.cs" />
  724. <Compile Include="MaidStatus\Personal.cs" />
  725. <Compile Include="MaidStatus\Propensity.cs" />
  726. <Compile Include="MaidStatus\Relation.cs" />
  727. <Compile Include="MaidStatus\Seikeiken.cs" />
  728. <Compile Include="MaidStatus\Status.cs" />
  729. <Compile Include="MaidStatus\SubMaid.cs" />
  730. <Compile Include="MaidStatus\Title.cs" />
  731. <Compile Include="MaidStatus\VoiceGroup.cs" />
  732. <Compile Include="MaidStatus\WorkData.cs" />
  733. <Compile Include="MaidStatus\YotogiClass.cs" />
  734. <Compile Include="MaidStatus\YotogiClassSystem.cs" />
  735. <Compile Include="MaidStatus\YotogiSkillData.cs" />
  736. <Compile Include="MaidStatus\YotogiSkillSystem.cs" />
  737. <Compile Include="MaidTouch.cs" />
  738. <Compile Include="MaidTransferLoadMain.cs" />
  739. <Compile Include="MaidTransferMain.cs" />
  740. <Compile Include="MainBusinessWindow.cs" />
  741. <Compile Include="MakeReferenceData.cs" />
  742. <Compile Include="MaterialColorChanger.cs" />
  743. <Compile Include="MathCM.cs" />
  744. <Compile Include="MatPropSave.cs" />
  745. <Compile Include="McSkip.cs" />
  746. <Compile Include="Menu.cs" />
  747. <Compile Include="MessageClass.cs" />
  748. <Compile Include="MessagEditWindow.cs" />
  749. <Compile Include="MessageWindowCtrl.cs" />
  750. <Compile Include="MessageWindowMgr.cs" />
  751. <Compile Include="MessengerHelper.cs" />
  752. <Compile Include="MirrorReflection.cs" />
  753. <Compile Include="MirrorReflection2.cs" />
  754. <Compile Include="Mirror_2DandOculus.cs" />
  755. <Compile Include="Misc.cs" />
  756. <Compile Include="ModCompile.cs" />
  757. <Compile Include="ModExport.cs" />
  758. <Compile Include="MoneySetttingUI.cs" />
  759. <Compile Include="Monitor.cs" />
  760. <Compile Include="MonoSingleton.cs" />
  761. <Compile Include="MotionAction_Mgr.cs" />
  762. <Compile Include="MotionKagManager.cs" />
  763. <Compile Include="MotionWindow.cs" />
  764. <Compile Include="MouseExposition.cs" />
  765. <Compile Include="MovieTextureCtrl.cs" />
  766. <Compile Include="MPN.cs" />
  767. <Compile Include="MPN_TYPE_RANGE.cs" />
  768. <Compile Include="MyRoomCustom\CreativeRoom.cs" />
  769. <Compile Include="MyRoomCustom\CreativeRoomManager.cs" />
  770. <Compile Include="MyRoomCustom\CreativeRoomUIObjectSettings.cs" />
  771. <Compile Include="MyRoomCustom\CreativeRoomUIPlacementMaid.cs" />
  772. <Compile Include="MyRoomCustom\CreativeRoomUISaveLoad.cs" />
  773. <Compile Include="MyRoomCustom\PlacementData.cs" />
  774. <Compile Include="MyRoomCustom\TextureData.cs" />
  775. <Compile Include="NGUIDebug.cs" />
  776. <Compile Include="NGUILabelLocalizeSupport.cs" />
  777. <Compile Include="NGUIMath.cs" />
  778. <Compile Include="NGUIText.cs" />
  779. <Compile Include="NGUITools.cs" />
  780. <Compile Include="NGUI_LanguagePopup.cs" />
  781. <Compile Include="NightTaskUnit.cs" />
  782. <Compile Include="NodeButtonData.cs" />
  783. <Compile Include="NoteBase.cs" />
  784. <Compile Include="NoteEffect.cs" />
  785. <Compile Include="NoteGrid.cs" />
  786. <Compile Include="Note_Mgr.cs" />
  787. <Compile Include="NTime.cs" />
  788. <Compile Include="ObjectCopier.cs" />
  789. <Compile Include="ObjectCreateWindow.cs" />
  790. <Compile Include="ObjectManagerWindow.cs" />
  791. <Compile Include="OnaholeBaseNodeMenuManager.cs" />
  792. <Compile Include="OnaholeCharaManager.cs" />
  793. <Compile Include="OnaholeChuBlipDevice.cs" />
  794. <Compile Include="OnaholeEstrusMode.cs" />
  795. <Compile Include="OnaholeExpression.cs" />
  796. <Compile Include="OnaholeFeelings.cs" />
  797. <Compile Include="OnaholeMotion.cs" />
  798. <Compile Include="OnaholeNodeButton.cs" />
  799. <Compile Include="OnaholeNodeIconButton.cs" />
  800. <Compile Include="OnaholeNodeMenuChildSecondRow.cs" />
  801. <Compile Include="OnaholeNodeMenuChildThirdRow.cs" />
  802. <Compile Include="OnaholeNodeMenuManager.cs" />
  803. <Compile Include="OnaholeNodeSlider.cs" />
  804. <Compile Include="OnaholeNodeTouchMenuManager.cs" />
  805. <Compile Include="OnaholeOnedari.cs" />
  806. <Compile Include="OnaholeReactionManager.cs" />
  807. <Compile Include="OnaholeReactionSwitcher.cs" />
  808. <Compile Include="OnaholeVoice.cs" />
  809. <Compile Include="OnHoverTaskIcon.cs" />
  810. <Compile Include="ONSPAudioSource.cs" />
  811. <Compile Include="ONSPVersion.cs" />
  812. <Compile Include="OpenURLOnClick.cs" />
  813. <Compile Include="OtherCommandShortcut.cs" />
  814. <Compile Include="OVRBoundary.cs" />
  815. <Compile Include="OVRCallback.2.cs" />
  816. <Compile Include="OVRCallback.3.cs" />
  817. <Compile Include="OVRCallback.4.cs" />
  818. <Compile Include="OVRCallback.cs" />
  819. <Compile Include="OvrCamera.cs" />
  820. <Compile Include="OVRCameraRig.cs" />
  821. <Compile Include="OVRChromaticAberration.cs" />
  822. <Compile Include="OvrController.cs" />
  823. <Compile Include="OvrControllerBehavior.cs" />
  824. <Compile Include="OvrControllerBehavior2.cs" />
  825. <Compile Include="OvrControllerButtons.cs" />
  826. <Compile Include="OvrControllerHit.cs" />
  827. <Compile Include="OVRCubemapCapture.cs" />
  828. <Compile Include="OVRDebugHeadController.cs" />
  829. <Compile Include="OVRDebugInfo.cs" />
  830. <Compile Include="OVRDisplay.cs" />
  831. <Compile Include="OVRExtensions.cs" />
  832. <Compile Include="OvrEyeRay.cs" />
  833. <Compile Include="OvrGrabObj.cs" />
  834. <Compile Include="OVRGridCube.cs" />
  835. <Compile Include="OvrGripCollider.cs" />
  836. <Compile Include="OvrHandAnimator.cs" />
  837. <Compile Include="OvrHandCamera.cs" />
  838. <Compile Include="OvrHandItemMgr.cs" />
  839. <Compile Include="OVRHaptics.cs" />
  840. <Compile Include="OVRHapticsClip.cs" />
  841. <Compile Include="OvrIK.cs" />
  842. <Compile Include="OVRInput.cs" />
  843. <Compile Include="OVRLipSync.cs" />
  844. <Compile Include="OVRLipSyncContext.cs" />
  845. <Compile Include="OVRLipSyncContextBase.cs" />
  846. <Compile Include="OVRLipSyncContextCanned.cs" />
  847. <Compile Include="OVRLipSyncContextMorphTarget.cs" />
  848. <Compile Include="OVRLipSyncContextTextureFlip.cs" />
  849. <Compile Include="OVRLipSyncDebugConsole.cs" />
  850. <Compile Include="OVRLipSyncMicInput.cs" />
  851. <Compile Include="OVRLipSyncSequence.cs" />
  852. <Compile Include="OVRLipSyncTestAudio.cs" />
  853. <Compile Include="OvrLip\OVRTouchpad.cs" />
  854. <Compile Include="OvrLip\OVRTouchpadHelper.cs" />
  855. <Compile Include="OVRManager.cs" />
  856. <Compile Include="OVRMessenger.cs" />
  857. <Compile Include="OvrMgr.cs" />
  858. <Compile Include="OVRModeParms.cs" />
  859. <Compile Include="OVRMonoscopic.cs" />
  860. <Compile Include="OVRNativeBuffer.cs" />
  861. <Compile Include="OvrObjAutoDestory.cs" />
  862. <Compile Include="OVROverlay.cs" />
  863. <Compile Include="OVRPlatformMenu.cs" />
  864. <Compile Include="OVRPlayerController.cs" />
  865. <Compile Include="OVRPlugin.cs" />
  866. <Compile Include="OVRPose.cs" />
  867. <Compile Include="OVRProfile.cs" />
  868. <Compile Include="OVRResetOrientation.cs" />
  869. <Compile Include="OVRRTOverlayConnector.cs" />
  870. <Compile Include="OVRSceneSampleController.cs" />
  871. <Compile Include="OVRScreenFade.cs" />
  872. <Compile Include="OvrSelfShotCamera.cs" />
  873. <Compile Include="OvrTablet.cs" />
  874. <Compile Include="OVRTouchpad.cs" />
  875. <Compile Include="OVRTouchpadHelper.cs" />
  876. <Compile Include="OVRTracker.cs" />
  877. <Compile Include="OvrUI.cs" />
  878. <Compile Include="OvrUIPen.cs" />
  879. <Compile Include="OvrUIViewCamera.cs" />
  880. <Compile Include="OVRWaitCursor.cs" />
  881. <Compile Include="PanWithMouse.cs" />
  882. <Compile Include="PaperAirplaneManager.cs" />
  883. <Compile Include="PaperAirplaneTarget.cs" />
  884. <Compile Include="PartsMgrBase.cs" />
  885. <Compile Include="PhotoAlignmentPreset.cs" />
  886. <Compile Include="PhotoBGData.cs" />
  887. <Compile Include="PhotoBGObjectData.cs" />
  888. <Compile Include="PhotoCustomObjectPlane.cs" />
  889. <Compile Include="PhotoCustomObjectSphere.cs" />
  890. <Compile Include="PhotoFaceData.cs" />
  891. <Compile Include="PhotoFaceDataShortcut.cs" />
  892. <Compile Include="PhotoFaceDataShortcutParent.cs" />
  893. <Compile Include="PhotoFaceDataShortcutSetter.cs" />
  894. <Compile Include="PhotoMaidItemData.cs" />
  895. <Compile Include="PhotoManEditManager.cs" />
  896. <Compile Include="PhotoMode.cs" />
  897. <Compile Include="PhotoModeMain.cs" />
  898. <Compile Include="PhotoModeObjectSave.cs" />
  899. <Compile Include="PhotoModePoseSave.cs" />
  900. <Compile Include="PhotoModeSaveAndLoad.cs" />
  901. <Compile Include="PhotoMotionData.cs" />
  902. <Compile Include="PhotoMotionDataShortcut.cs" />
  903. <Compile Include="PhotoMotionDataShortcutSetter.cs" />
  904. <Compile Include="PhotoNoCharaActive.cs" />
  905. <Compile Include="PhotoScenePreset.cs" />
  906. <Compile Include="PhotoSliderAndInput.cs" />
  907. <Compile Include="PhotoSoundData.cs" />
  908. <Compile Include="PhotoTransTargetObject.cs" />
  909. <Compile Include="PhotoTutorialButton.cs" />
  910. <Compile Include="PhotoWindow.cs" />
  911. <Compile Include="PhotoWindowDragMove.cs" />
  912. <Compile Include="PhotoWindowManager.cs" />
  913. <Compile Include="PhotSaveLoagDataUnit.cs" />
  914. <Compile Include="PhotTransInput.cs" />
  915. <Compile Include="PhotUndressingManager.cs" />
  916. <Compile Include="PixelPerfect.cs" />
  917. <Compile Include="PlacementWindow.cs" />
  918. <Compile Include="PlaneRect.cs" />
  919. <Compile Include="PlayerHand.cs" />
  920. <Compile Include="PlayerStatus\NightWorkState.cs" />
  921. <Compile Include="PlayerStatus\ScheduleData.cs" />
  922. <Compile Include="PlayerStatus\ScheduleSlotBackup.cs" />
  923. <Compile Include="PlayerStatus\ShopItemStatus.cs" />
  924. <Compile Include="PlayerStatus\Status.cs" />
  925. <Compile Include="PlayIdleAnimations.cs" />
  926. <Compile Include="PointerEventArgs.cs" />
  927. <Compile Include="PointerEventHandler.cs" />
  928. <Compile Include="PopupAndButtonList.cs" />
  929. <Compile Include="PopupAndTabList.cs" />
  930. <Compile Include="PoseEditWindow.cs" />
  931. <Compile Include="PositionStoreForLocalize.cs" />
  932. <Compile Include="PosRotScale.cs" />
  933. <Compile Include="PresetButtonCtrl.cs" />
  934. <Compile Include="PresetButtonMgr.cs" />
  935. <Compile Include="PresetCtrl.cs" />
  936. <Compile Include="PresetMgr.cs" />
  937. <Compile Include="PresetServer.cs" />
  938. <Compile Include="Product.cs" />
  939. <Compile Include="ProductParse.cs" />
  940. <Compile Include="Product_Mgr.cs" />
  941. <Compile Include="ProfileCtrl.cs" />
  942. <Compile Include="ProfileMgr.cs" />
  943. <Compile Include="Properties\AssemblyInfo.cs" />
  944. <Compile Include="PropertyBinding.cs" />
  945. <Compile Include="PropertyReference.cs" />
  946. <Compile Include="PVBInfo.cs" />
  947. <Compile Include="RandomPresetButton.cs" />
  948. <Compile Include="RandomPresetContent.cs" />
  949. <Compile Include="RandomPresetCtrl.cs" />
  950. <Compile Include="RandomPresetMgr.cs" />
  951. <Compile Include="ReadOnlyAttribute.cs" />
  952. <Compile Include="RealTime.cs" />
  953. <Compile Include="Reel.cs" />
  954. <Compile Include="ReelScroll.cs" />
  955. <Compile Include="RenderData.cs" />
  956. <Compile Include="RenderHeads\Media\AVProVideo\AlphaPacking.cs" />
  957. <Compile Include="RenderHeads\Media\AVProVideo\Android.cs" />
  958. <Compile Include="RenderHeads\Media\AVProVideo\ApplyToMaterial.cs" />
  959. <Compile Include="RenderHeads\Media\AVProVideo\ApplyToMesh.cs" />
  960. <Compile Include="RenderHeads\Media\AVProVideo\Audio360ChannelMode.cs" />
  961. <Compile Include="RenderHeads\Media\AVProVideo\AudioOutput.cs" />
  962. <Compile Include="RenderHeads\Media\AVProVideo\AudioOutputManager.cs" />
  963. <Compile Include="RenderHeads\Media\AVProVideo\BaseMediaPlayer.cs" />
  964. <Compile Include="RenderHeads\Media\AVProVideo\CubemapCube.cs" />
  965. <Compile Include="RenderHeads\Media\AVProVideo\Demos\AutoRotate.cs" />
  966. <Compile Include="RenderHeads\Media\AVProVideo\Demos\ChangeAudioTrack.cs" />
  967. <Compile Include="RenderHeads\Media\AVProVideo\Demos\ChangeVideoExample.cs" />
  968. <Compile Include="RenderHeads\Media\AVProVideo\Demos\DemoInfo.cs" />
  969. <Compile Include="RenderHeads\Media\AVProVideo\Demos\FrameExtract.cs" />
  970. <Compile Include="RenderHeads\Media\AVProVideo\Demos\Mapping3D.cs" />
  971. <Compile Include="RenderHeads\Media\AVProVideo\Demos\PlaybackSync.cs" />
  972. <Compile Include="RenderHeads\Media\AVProVideo\Demos\SampleApp_Multiple.cs" />
  973. <Compile Include="RenderHeads\Media\AVProVideo\Demos\SimpleController.cs" />
  974. <Compile Include="RenderHeads\Media\AVProVideo\Demos\SphereDemo.cs" />
  975. <Compile Include="RenderHeads\Media\AVProVideo\Demos\StartEndPoint.cs" />
  976. <Compile Include="RenderHeads\Media\AVProVideo\Demos\VCR.cs" />
  977. <Compile Include="RenderHeads\Media\AVProVideo\DisplayBackground.cs" />
  978. <Compile Include="RenderHeads\Media\AVProVideo\DisplayIMGUI.cs" />
  979. <Compile Include="RenderHeads\Media\AVProVideo\DisplayUGUI.cs" />
  980. <Compile Include="RenderHeads\Media\AVProVideo\ErrorCode.cs" />
  981. <Compile Include="RenderHeads\Media\AVProVideo\Helper.cs" />
  982. <Compile Include="RenderHeads\Media\AVProVideo\HLSStream.cs" />
  983. <Compile Include="RenderHeads\Media\AVProVideo\IMediaConsumer.cs" />
  984. <Compile Include="RenderHeads\Media\AVProVideo\IMediaControl.cs" />
  985. <Compile Include="RenderHeads\Media\AVProVideo\IMediaInfo.cs" />
  986. <Compile Include="RenderHeads\Media\AVProVideo\IMediaPlayer.cs" />
  987. <Compile Include="RenderHeads\Media\AVProVideo\IMediaProducer.cs" />
  988. <Compile Include="RenderHeads\Media\AVProVideo\IMediaSubtitles.cs" />
  989. <Compile Include="RenderHeads\Media\AVProVideo\MediaPlayer.cs" />
  990. <Compile Include="RenderHeads\Media\AVProVideo\MediaPlayerEvent.cs" />
  991. <Compile Include="RenderHeads\Media\AVProVideo\NullMediaPlayer.cs" />
  992. <Compile Include="RenderHeads\Media\AVProVideo\Orientation.cs" />
  993. <Compile Include="RenderHeads\Media\AVProVideo\Platform.cs" />
  994. <Compile Include="RenderHeads\Media\AVProVideo\Resampler.cs" />
  995. <Compile Include="RenderHeads\Media\AVProVideo\StereoPacking.cs" />
  996. <Compile Include="RenderHeads\Media\AVProVideo\Stream.cs" />
  997. <Compile Include="RenderHeads\Media\AVProVideo\StreamParser.cs" />
  998. <Compile Include="RenderHeads\Media\AVProVideo\StreamParserEvent.cs" />
  999. <Compile Include="RenderHeads\Media\AVProVideo\Subtitle.cs" />
  1000. <Compile Include="RenderHeads\Media\AVProVideo\SubtitlesUGUI.cs" />
  1001. <Compile Include="RenderHeads\Media\AVProVideo\UpdateStereoMaterial.cs" />
  1002. <Compile Include="RenderHeads\Media\AVProVideo\Windows.cs" />
  1003. <Compile Include="RenderHeads\Media\AVProVideo\WindowsMediaPlayer.cs" />
  1004. <Compile Include="RenderQueueChange.cs" />
  1005. <Compile Include="RenderTexSaveInObject.cs" />
  1006. <Compile Include="RenderTextureCache.cs" />
  1007. <Compile Include="ResData.cs" />
  1008. <Compile Include="ResultIncomeAPI.cs" />
  1009. <Compile Include="ResultIncomeCtrl.cs" />
  1010. <Compile Include="ResultIncomeMgr.cs" />
  1011. <Compile Include="ResultWorkAPI.cs" />
  1012. <Compile Include="ResultWorkCtrl.cs" />
  1013. <Compile Include="ResultWorkMgr.cs" />
  1014. <Compile Include="Result_Display.cs" />
  1015. <Compile Include="RhythmAction_Mgr.cs" />
  1016. <Compile Include="SABoneCollider.cs" />
  1017. <Compile Include="SABoneColliderBuilder.cs" />
  1018. <Compile Include="SABoneColliderChild.cs" />
  1019. <Compile Include="SABoneColliderCommon.cs" />
  1020. <Compile Include="SAColliderBuilderCommon.cs" />
  1021. <Compile Include="SalonScreenAutoPlay.cs" />
  1022. <Compile Include="SAMeshCollider.cs" />
  1023. <Compile Include="SAMeshColliderBuilder.cs" />
  1024. <Compile Include="SAMeshColliderCommon.cs" />
  1025. <Compile Include="SaveAndLoadCtrl.cs" />
  1026. <Compile Include="SaveAndLoadMgr.cs" />
  1027. <Compile Include="SaveMaidhandPos.cs" />
  1028. <Compile Include="ScenarioData.cs" />
  1029. <Compile Include="ScenarioSelectMgr.cs" />
  1030. <Compile Include="SceneADV.cs" />
  1031. <Compile Include="SceneCasino.cs" />
  1032. <Compile Include="SceneCasinoShop.cs" />
  1033. <Compile Include="SceneCasinoSlot.cs" />
  1034. <Compile Include="SceneCharacterSelect.cs" />
  1035. <Compile Include="SceneEdit.cs" />
  1036. <Compile Include="SceneEditInfo.cs" />
  1037. <Compile Include="SceneEditNameSettingPanel.cs" />
  1038. <Compile Include="SceneEditWindow\BaseCustomParts.cs" />
  1039. <Compile Include="SceneEditWindow\BaseIconWindow.cs" />
  1040. <Compile Include="SceneEditWindow\BgIconData.cs" />
  1041. <Compile Include="SceneEditWindow\BgIconWindow.cs" />
  1042. <Compile Include="SceneEditWindow\CustomParts.cs" />
  1043. <Compile Include="SceneEditWindow\CustomPartsWindow.cs" />
  1044. <Compile Include="SceneEditWindow\CustomViewItem.cs" />
  1045. <Compile Include="SceneEditWindow\CustomViewItemData.cs" />
  1046. <Compile Include="SceneEditWindow\CustomViewWindow.cs" />
  1047. <Compile Include="SceneEditWindow\PoseIconData.cs" />
  1048. <Compile Include="SceneEditWindow\PoseIconWindow.cs" />
  1049. <Compile Include="SceneEditWindow\PresetSaveWindow.cs" />
  1050. <Compile Include="SceneEditWindow\UndressWindow.cs" />
  1051. <Compile Include="SceneEditWindow\VoiceIconData.cs" />
  1052. <Compile Include="SceneEditWindow\VoiceIconWindow.cs" />
  1053. <Compile Include="SceneEditWindow\WindowManager.cs" />
  1054. <Compile Include="SceneEmpireLifeMode.cs" />
  1055. <Compile Include="SceneFacilityManagement.cs" />
  1056. <Compile Include="SceneFirst.cs" />
  1057. <Compile Include="SceneFreeModeSelectManager.cs" />
  1058. <Compile Include="SceneKasizukiMainMenu.cs" />
  1059. <Compile Include="SceneLoadUtil.cs" />
  1060. <Compile Include="SceneLogo.cs" />
  1061. <Compile Include="SceneMainMenuWithChubLip.cs" />
  1062. <Compile Include="SceneMainMenuWithChubLipMain.cs" />
  1063. <Compile Include="SceneMotionIKEdit.cs" />
  1064. <Compile Include="SceneNetorareCheck.cs" />
  1065. <Compile Include="SceneNPCEdit\EditCharacterDatabase.cs" />
  1066. <Compile Include="SceneNPCEdit\NPCCharaSelect.cs" />
  1067. <Compile Include="SceneNPCEdit\NPCEdit.cs" />
  1068. <Compile Include="SceneNPCEdit\NPCEditMain.cs" />
  1069. <Compile Include="SceneNPCEdit\NPCEditPlate.cs" />
  1070. <Compile Include="SceneNPCEdit\NPCEditStatus.cs" />
  1071. <Compile Include="SceneNPCEdit\SaveData.cs" />
  1072. <Compile Include="ScenePresetWindow.cs" />
  1073. <Compile Include="SceneScenarioSelect.cs" />
  1074. <Compile Include="SceneSingleEffect.cs" />
  1075. <Compile Include="SceneToTitle.cs" />
  1076. <Compile Include="SceneTrophyCardFade.cs" />
  1077. <Compile Include="SceneTrophyManager.cs" />
  1078. <Compile Include="SceneTryInfo.cs" />
  1079. <Compile Include="SceneUserEditMain.cs" />
  1080. <Compile Include="SceneUserEditManager.cs" />
  1081. <Compile Include="SceneVRCommunication.cs" />
  1082. <Compile Include="SceneVRMiniGameDummy.cs" />
  1083. <Compile Include="SceneVRTouch.cs" />
  1084. <Compile Include="SceneWarning.cs" />
  1085. <Compile Include="ScheduleCtrl.cs" />
  1086. <Compile Include="ScheduleFacillityPanelCtrl.cs" />
  1087. <Compile Include="ScheduleMaidStatusUnit.cs" />
  1088. <Compile Include="ScheduleMgr.cs" />
  1089. <Compile Include="ScheduleRoomCtrl.cs" />
  1090. <Compile Include="ScheduleRoomInfo.cs" />
  1091. <Compile Include="ScheduleTaskCtrl.cs" />
  1092. <Compile Include="ScheduleTaskViewer.cs" />
  1093. <Compile Include="Schedule\MaidParams.cs" />
  1094. <Compile Include="Schedule\ResultBaseTask.cs" />
  1095. <Compile Include="Schedule\ResultTrainingTask.cs" />
  1096. <Compile Include="Schedule\ResultWorkTask.cs" />
  1097. <Compile Include="Schedule\ResultYotogiTask.cs" />
  1098. <Compile Include="Schedule\SalonParams.cs" />
  1099. <Compile Include="Schedule\ScheduleAPI.cs" />
  1100. <Compile Include="Schedule\ScheduleBase.cs" />
  1101. <Compile Include="Schedule\ScheduleCalcAPI.cs" />
  1102. <Compile Include="Schedule\ScheduleCSVData.cs" />
  1103. <Compile Include="Schedule\ScheduleScene.cs" />
  1104. <Compile Include="Schedule\ScheduleTraining.cs" />
  1105. <Compile Include="Schedule\ScheduleType.cs" />
  1106. <Compile Include="Schedule\ScheduleWork.cs" />
  1107. <Compile Include="Schedule\ScheduleYotogi.cs" />
  1108. <Compile Include="Schedule\Slot.cs" />
  1109. <Compile Include="Schedule\SlotBase.cs" />
  1110. <Compile Include="Schedule\WorkResultScene.cs" />
  1111. <Compile Include="Schedule\WorkResultSceneMode.cs" />
  1112. <Compile Include="Schedule\WorkResultSlot.cs" />
  1113. <Compile Include="Score_Mgr.cs" />
  1114. <Compile Include="ScreenLoading.cs" />
  1115. <Compile Include="ScreenTrophyMain.cs" />
  1116. <Compile Include="ScriptManager.cs" />
  1117. <Compile Include="ScriptManagerFast.cs" />
  1118. <Compile Include="script\WaitEventList.cs" />
  1119. <Compile Include="ScrollViewScroll.cs" />
  1120. <Compile Include="SelectButtonCtrl.cs" />
  1121. <Compile Include="SelectMessage_UI.cs" />
  1122. <Compile Include="SetColorOnSelection.cs" />
  1123. <Compile Include="ShootCutInTex.cs" />
  1124. <Compile Include="Shop.cs" />
  1125. <Compile Include="ShopItem.cs" />
  1126. <Compile Include="SimpleExperienceSystem.cs" />
  1127. <Compile Include="SimpleMaidPlate.cs" />
  1128. <Compile Include="SingletonBase.cs" />
  1129. <Compile Include="Size.cs" />
  1130. <Compile Include="SkillBtnWithChubLip.cs" />
  1131. <Compile Include="SliderTypeRandomPresetButton.cs" />
  1132. <Compile Include="SlotManager.cs" />
  1133. <Compile Include="SlotUImgr.cs" />
  1134. <Compile Include="SortingLayer.cs" />
  1135. <Compile Include="SortingLayerAttribute.cs" />
  1136. <Compile Include="SoundFileOgg.cs" />
  1137. <Compile Include="SoundMgr.cs" />
  1138. <Compile Include="SoundWindow.cs" />
  1139. <Compile Include="sound_test.cs" />
  1140. <Compile Include="SpeedChange.cs" />
  1141. <Compile Include="Spin.cs" />
  1142. <Compile Include="SpinBox.cs" />
  1143. <Compile Include="SpinBoxButton.cs" />
  1144. <Compile Include="SpinBoxParam.cs" />
  1145. <Compile Include="SpinWithMouse.cs" />
  1146. <Compile Include="SpringPanel.cs" />
  1147. <Compile Include="SpringPosition.cs" />
  1148. <Compile Include="SpriteViewer\ClothCollider.cs" />
  1149. <Compile Include="SpriteViewer\ClothParticle.cs" />
  1150. <Compile Include="SpriteViewer\ClothSpring.cs" />
  1151. <Compile Include="SpriteViewer\DynamicClothBone.cs" />
  1152. <Compile Include="SpriteViewer\Triangle.cs" />
  1153. <Compile Include="SpriteViewer\Vertex.cs" />
  1154. <Compile Include="StaffRollAPI.cs" />
  1155. <Compile Include="StaffRollCtrl.cs" />
  1156. <Compile Include="StaffRollImageCtrl.cs" />
  1157. <Compile Include="StaffRollMgr.cs" />
  1158. <Compile Include="StaffRollScroll.cs" />
  1159. <Compile Include="StageOldUnitCircle.cs" />
  1160. <Compile Include="StartDailyAPI.cs" />
  1161. <Compile Include="StartDailyCtrl.cs" />
  1162. <Compile Include="StartDailyMgr.cs" />
  1163. <Compile Include="StartDestroyEventObject.cs" />
  1164. <Compile Include="StatusCtrl.cs" />
  1165. <Compile Include="StatusCtrlForChuBLip.cs" />
  1166. <Compile Include="StatusMgr.cs" />
  1167. <Compile Include="StatusMgrForChuBLip.cs" />
  1168. <Compile Include="StatusViewer.cs" />
  1169. <Compile Include="StatusViewerForChuBLip.cs" />
  1170. <Compile Include="SteamVR.cs" />
  1171. <Compile Include="SteamVR_Camera.cs" />
  1172. <Compile Include="SteamVR_CameraFlip.cs" />
  1173. <Compile Include="SteamVR_CameraMask.cs" />
  1174. <Compile Include="SteamVR_Controller.cs" />
  1175. <Compile Include="SteamVR_ControllerManager.cs" />
  1176. <Compile Include="SteamVR_Ears.cs" />
  1177. <Compile Include="SteamVR_ExternalCamera.cs" />
  1178. <Compile Include="SteamVR_Fade.cs" />
  1179. <Compile Include="SteamVR_Frustum.cs" />
  1180. <Compile Include="SteamVR_GameView.cs" />
  1181. <Compile Include="SteamVR_GazeTracker.cs" />
  1182. <Compile Include="SteamVR_IK.cs" />
  1183. <Compile Include="SteamVR_LaserPointer.cs" />
  1184. <Compile Include="SteamVR_LoadLevel.cs" />
  1185. <Compile Include="SteamVR_Menu.cs" />
  1186. <Compile Include="SteamVR_Overlay.cs" />
  1187. <Compile Include="SteamVR_PlayArea.cs" />
  1188. <Compile Include="SteamVR_Render.cs" />
  1189. <Compile Include="SteamVR_RenderModel.cs" />
  1190. <Compile Include="SteamVR_Skybox.cs" />
  1191. <Compile Include="SteamVR_SphericalProjection.cs" />
  1192. <Compile Include="SteamVR_Stats.cs" />
  1193. <Compile Include="SteamVR_Status.cs" />
  1194. <Compile Include="SteamVR_StatusText.cs" />
  1195. <Compile Include="SteamVR_Teleporter.cs" />
  1196. <Compile Include="SteamVR_TestController.cs" />
  1197. <Compile Include="SteamVR_TestThrow.cs" />
  1198. <Compile Include="SteamVR_TrackedController.cs" />
  1199. <Compile Include="SteamVR_TrackedObject.cs" />
  1200. <Compile Include="SteamVR_UpdatePoses.cs" />
  1201. <Compile Include="SteamVR_Utils.cs" />
  1202. <Compile Include="SubProp.cs" />
  1203. <Compile Include="SubSlotEditItem.cs" />
  1204. <Compile Include="SubSlotEditManager.cs" />
  1205. <Compile Include="SubtitleDisplayManager.cs" />
  1206. <Compile Include="SubtitleMovieManager.cs" />
  1207. <Compile Include="SystemDialog.cs" />
  1208. <Compile Include="SystemInfoHUD.cs" />
  1209. <Compile Include="SystemShortcut.cs" />
  1210. <Compile Include="TaskMgr.cs" />
  1211. <Compile Include="TaskUnit.cs" />
  1212. <Compile Include="TatooAlphaWindow.cs" />
  1213. <Compile Include="TAttachPoint.cs" />
  1214. <Compile Include="TBody.cs" />
  1215. <Compile Include="TBodyHit.cs" />
  1216. <Compile Include="TBodySkin.cs" />
  1217. <Compile Include="TBoneHair_.cs" />
  1218. <Compile Include="TestColorChange.cs" />
  1219. <Compile Include="Test_OpenDialog.cs" />
  1220. <Compile Include="Test_ScriptEvent.cs" />
  1221. <Compile Include="TextureBank\TextureBank.cs" />
  1222. <Compile Include="TextureResource.cs" />
  1223. <Compile Include="TextureScale.cs" />
  1224. <Compile Include="TextureSelectSubWindow.cs" />
  1225. <Compile Include="THair1.cs" />
  1226. <Compile Include="THitSphere.cs" />
  1227. <Compile Include="THp.cs" />
  1228. <Compile Include="ThumShot.cs" />
  1229. <Compile Include="TimeDisplay.cs" />
  1230. <Compile Include="TitleCommand.cs" />
  1231. <Compile Include="TitleCtrl.cs" />
  1232. <Compile Include="TitleDownArrowCommand.cs" />
  1233. <Compile Include="TitleMgr.cs" />
  1234. <Compile Include="TitleMouseOver.cs" />
  1235. <Compile Include="TitleReturnCommand.cs" />
  1236. <Compile Include="TitleUpArrowCommand.cs" />
  1237. <Compile Include="TMorph.cs" />
  1238. <Compile Include="TouchActionParam.cs" />
  1239. <Compile Include="TouchAction_Mgr.cs" />
  1240. <Compile Include="TouchRegionExplanationWithChubLip.cs" />
  1241. <Compile Include="TouchToMouse.cs" />
  1242. <Compile Include="TrainingTaskUnit.cs" />
  1243. <Compile Include="TransformLocalizeSupport.cs" />
  1244. <Compile Include="Translations.cs" />
  1245. <Compile Include="TriLib\AiComponent.cs" />
  1246. <Compile Include="TriLib\AiPrimitiveType.cs" />
  1247. <Compile Include="TriLib\AiUVTransform.cs" />
  1248. <Compile Include="TriLib\AnimationClipCreatedHandle.cs" />
  1249. <Compile Include="TriLib\AssetAdvancedConfig.cs" />
  1250. <Compile Include="TriLib\AssetAdvancedConfigType.cs" />
  1251. <Compile Include="TriLib\AssetAdvancedPropertyClassNames.cs" />
  1252. <Compile Include="TriLib\AssetAdvancedPropertyMetadata.cs" />
  1253. <Compile Include="TriLib\AssetDownloader.cs" />
  1254. <Compile Include="TriLib\AssetLoader.cs" />
  1255. <Compile Include="TriLib\AssetLoaderOptions.cs" />
  1256. <Compile Include="TriLib\AssetUnloader.cs" />
  1257. <Compile Include="TriLib\AssimpInterop.cs" />
  1258. <Compile Include="TriLib\AssimpMetadataType.cs" />
  1259. <Compile Include="TriLib\AssimpPostProcessSteps.cs" />
  1260. <Compile Include="TriLib\AssimpProcessPreset.cs" />
  1261. <Compile Include="TriLib\CameraExtensions.cs" />
  1262. <Compile Include="TriLib\FileUtils.cs" />
  1263. <Compile Include="TriLib\MaterialCreatedHandle.cs" />
  1264. <Compile Include="TriLib\MaterialData.cs" />
  1265. <Compile Include="TriLib\MatrixExtensions.cs" />
  1266. <Compile Include="TriLib\MeshCreatedHandle.cs" />
  1267. <Compile Include="TriLib\MeshData.cs" />
  1268. <Compile Include="TriLib\MetadataProcessedHandle.cs" />
  1269. <Compile Include="TriLib\NodeData.cs" />
  1270. <Compile Include="TriLib\ObjectLoadedHandle.cs" />
  1271. <Compile Include="TriLib\Samples\AnimationText.cs" />
  1272. <Compile Include="TriLib\Samples\AssetLoaderWindow.cs" />
  1273. <Compile Include="TriLib\Samples\ErrorDialog.cs" />
  1274. <Compile Include="TriLib\Samples\FileOpenDialog.cs" />
  1275. <Compile Include="TriLib\Samples\FileOpenEventHandle.cs" />
  1276. <Compile Include="TriLib\Samples\FileText.cs" />
  1277. <Compile Include="TriLib\Samples\ItemType.cs" />
  1278. <Compile Include="TriLib\Samples\LoadSample.cs" />
  1279. <Compile Include="TriLib\Samples\SimpleRotator.cs" />
  1280. <Compile Include="TriLib\Samples\URIDialog.cs" />
  1281. <Compile Include="TriLib\StreamUtils.cs" />
  1282. <Compile Include="TriLib\StringUtils.cs" />
  1283. <Compile Include="TriLib\Texture2DUtils.cs" />
  1284. <Compile Include="TriLib\TextureCompression.cs" />
  1285. <Compile Include="TriLib\TextureLoadHandle.cs" />
  1286. <Compile Include="TriLib\TexturePreLoadHandle.cs" />
  1287. <Compile Include="TriLib\TransformExtensions.cs" />
  1288. <Compile Include="Trophy.cs" />
  1289. <Compile Include="TrophyAchieveEffect.cs" />
  1290. <Compile Include="TrophyInfo.cs" />
  1291. <Compile Include="Trophy_UI.cs" />
  1292. <Compile Include="Tutorial5.cs" />
  1293. <Compile Include="TutorialOpenObject.cs" />
  1294. <Compile Include="TutorialPanel.cs" />
  1295. <Compile Include="TweenAlpha.cs" />
  1296. <Compile Include="TweenColor.cs" />
  1297. <Compile Include="TweenFOV.cs" />
  1298. <Compile Include="TweenHeight.cs" />
  1299. <Compile Include="TweenOrthoSize.cs" />
  1300. <Compile Include="TweenPosition.cs" />
  1301. <Compile Include="TweenRotation.cs" />
  1302. <Compile Include="TweenScale.cs" />
  1303. <Compile Include="TweenTransform.cs" />
  1304. <Compile Include="TweenVolume.cs" />
  1305. <Compile Include="TweenWidth.cs" />
  1306. <Compile Include="TypewriterEffect.cs" />
  1307. <Compile Include="uGUIButtonSE.cs" />
  1308. <Compile Include="uGUICanvas.cs" />
  1309. <Compile Include="uGUICanvasFade.cs" />
  1310. <Compile Include="uGUIDraggingObject.cs" />
  1311. <Compile Include="uGUIKaraokeSelect.cs" />
  1312. <Compile Include="uGUIListViewer.cs" />
  1313. <Compile Include="UGuiRule.cs" />
  1314. <Compile Include="uGUISelectableAnimation.cs" />
  1315. <Compile Include="uGUISelectableSound.cs" />
  1316. <Compile Include="uGUITextUpdater.cs" />
  1317. <Compile Include="uGUITutorialPanel.cs" />
  1318. <Compile Include="uGUIUtility.cs" />
  1319. <Compile Include="UI2DSprite.cs" />
  1320. <Compile Include="UI2DSpriteAnimation.cs" />
  1321. <Compile Include="UIAnchor.cs" />
  1322. <Compile Include="UIAtlas.cs" />
  1323. <Compile Include="UIBasicSprite.cs" />
  1324. <Compile Include="UIButton.cs" />
  1325. <Compile Include="UIButtonActivate.cs" />
  1326. <Compile Include="UIButtonColor.cs" />
  1327. <Compile Include="UIButtonElement.cs" />
  1328. <Compile Include="UIButtonKeys.cs" />
  1329. <Compile Include="UIButtonMessage.cs" />
  1330. <Compile Include="UIButtonOffset.cs" />
  1331. <Compile Include="UIButtonRotation.cs" />
  1332. <Compile Include="UIButtonScale.cs" />
  1333. <Compile Include="UICamera.cs" />
  1334. <Compile Include="UICanvasFade.cs" />
  1335. <Compile Include="UICenterOnChild.cs" />
  1336. <Compile Include="UICenterOnClick.cs" />
  1337. <Compile Include="UICenterOnClick2.cs" />
  1338. <Compile Include="UICursor.cs" />
  1339. <Compile Include="UIDragCamera.cs" />
  1340. <Compile Include="UIDragDropContainer.cs" />
  1341. <Compile Include="UIDragDropItem.cs" />
  1342. <Compile Include="UIDragDropMaidStatus.cs" />
  1343. <Compile Include="UIDragDropRoot.cs" />
  1344. <Compile Include="UIDraggableCamera.cs" />
  1345. <Compile Include="UIDragObject.cs" />
  1346. <Compile Include="UIDragResize.cs" />
  1347. <Compile Include="UIDragScrollView.cs" />
  1348. <Compile Include="UIDragScrollViewCustom.cs" />
  1349. <Compile Include="UIDrawCall.cs" />
  1350. <Compile Include="UIEquipmentSlot.cs" />
  1351. <Compile Include="UIEventListener.cs" />
  1352. <Compile Include="UIEventTrigger.cs" />
  1353. <Compile Include="UIFont.cs" />
  1354. <Compile Include="UIForwardEvents.cs" />
  1355. <Compile Include="UIGeometry.cs" />
  1356. <Compile Include="UIGrid.cs" />
  1357. <Compile Include="UIImageButton.cs" />
  1358. <Compile Include="UIInput.cs" />
  1359. <Compile Include="UIInputOnGUI.cs" />
  1360. <Compile Include="UIItemSlot.cs" />
  1361. <Compile Include="UIItemStorage.cs" />
  1362. <Compile Include="UIKeyBinding.cs" />
  1363. <Compile Include="UIKeyNavigation.cs" />
  1364. <Compile Include="UIKeyNavigation2.cs" />
  1365. <Compile Include="UIKeyNavigation3.cs" />
  1366. <Compile Include="UIKeyNavigation4.cs" />
  1367. <Compile Include="UIKeyNavigation5.cs" />
  1368. <Compile Include="UILabel.cs" />
  1369. <Compile Include="UILocalize.cs" />
  1370. <Compile Include="UIOrthoCamera.cs" />
  1371. <Compile Include="UIPanel.cs" />
  1372. <Compile Include="UIPlayAnimation.cs" />
  1373. <Compile Include="UIPlaySound.cs" />
  1374. <Compile Include="UIPlayTween.cs" />
  1375. <Compile Include="UIPopupList.cs" />
  1376. <Compile Include="UIProgressBar.cs" />
  1377. <Compile Include="UIRect.cs" />
  1378. <Compile Include="UIRectTransformlLocalizeSupport.cs" />
  1379. <Compile Include="UIRoot.cs" />
  1380. <Compile Include="UIRuleControler.cs" />
  1381. <Compile Include="UISavedOption.cs" />
  1382. <Compile Include="UIScrollBar.cs" />
  1383. <Compile Include="UIScrollView.cs" />
  1384. <Compile Include="UISlider.cs" />
  1385. <Compile Include="UISliderColors.cs" />
  1386. <Compile Include="UISliderMoveButton.cs" />
  1387. <Compile Include="UISliderScroll.cs" />
  1388. <Compile Include="UISnapshotPoint.cs" />
  1389. <Compile Include="UISoundVolume.cs" />
  1390. <Compile Include="UISprite.cs" />
  1391. <Compile Include="UISpriteAnimation.cs" />
  1392. <Compile Include="UISpriteData.cs" />
  1393. <Compile Include="UIStates.cs" />
  1394. <Compile Include="UIStorageSlot.cs" />
  1395. <Compile Include="UIStretch.cs" />
  1396. <Compile Include="UITable.cs" />
  1397. <Compile Include="UITextList.cs" />
  1398. <Compile Include="UITexture.cs" />
  1399. <Compile Include="UIToggle.cs" />
  1400. <Compile Include="UIToggledComponents.cs" />
  1401. <Compile Include="UIToggledObjects.cs" />
  1402. <Compile Include="UITooltip.cs" />
  1403. <Compile Include="UITweener.cs" />
  1404. <Compile Include="UIViewport.cs" />
  1405. <Compile Include="UIWFConditionList.cs" />
  1406. <Compile Include="UIWFHitMasks.cs" />
  1407. <Compile Include="UIWFPositionStore.cs" />
  1408. <Compile Include="UIWFScrollBGAlphaSupport.cs" />
  1409. <Compile Include="UIWFSelectButton.cs" />
  1410. <Compile Include="UIWFSwitchPanel.cs" />
  1411. <Compile Include="UIWFTabButton.cs" />
  1412. <Compile Include="UIWFTabPanel.cs" />
  1413. <Compile Include="UIWidget.cs" />
  1414. <Compile Include="UIWidgetContainer.cs" />
  1415. <Compile Include="UIWidgetlLocalizeSupport.cs" />
  1416. <Compile Include="UIWrapContent.cs" />
  1417. <Compile Include="UI_ImageFitPos.cs" />
  1418. <Compile Include="UI_ParticleImageFit.cs" />
  1419. <Compile Include="UI_ParticleRange.cs" />
  1420. <Compile Include="UI_ParticleSize.cs" />
  1421. <Compile Include="UI_ScreenCover.cs" />
  1422. <Compile Include="UI_ScreenFitBase.cs" />
  1423. <Compile Include="UI_ScreenFitPos.cs" />
  1424. <Compile Include="UltimateOrbitCamera.cs" />
  1425. <Compile Include="UndressDance_Mgr.cs" />
  1426. <Compile Include="UndressingManager.cs" />
  1427. <Compile Include="UndressingWindow.cs" />
  1428. <Compile Include="UnityEngine\EventSystems\StandaloneInputModule2.cs" />
  1429. <Compile Include="UnityEngine\UI\HyperTextBase.cs" />
  1430. <Compile Include="UnityEngine\UI\HyphenationJP.cs" />
  1431. <Compile Include="UnityEngine\UI\RichtextAlphaAdapter.cs" />
  1432. <Compile Include="UnityEngine\UI\SetPropertyUtility.cs" />
  1433. <Compile Include="UnityEngine\UI\TagSupportText.cs" />
  1434. <Compile Include="UnityEngine\UI\uGUIInputField.cs" />
  1435. <Compile Include="UnityEngine\UI\uGUIScrollRect.cs" />
  1436. <Compile Include="UnityEngine\UI\uGUISliderMoveButton.cs" />
  1437. <Compile Include="UserEditAPI.cs" />
  1438. <Compile Include="UserEditCtrl.cs" />
  1439. <Compile Include="UserEditMgr.cs" />
  1440. <Compile Include="UTY.cs" />
  1441. <Compile Include="VelocityTracker.cs" />
  1442. <Compile Include="ViveBaseStationHide.cs" />
  1443. <Compile Include="ViveCamera.cs" />
  1444. <Compile Include="ViveController.cs" />
  1445. <Compile Include="ViveControllerBehavior.cs" />
  1446. <Compile Include="ViveControllerBehavior2.cs" />
  1447. <Compile Include="ViveControllerButtons.cs" />
  1448. <Compile Include="ViveControllerHit.cs" />
  1449. <Compile Include="ViveGripCollider.cs" />
  1450. <Compile Include="ViveHandAnimator.cs" />
  1451. <Compile Include="Vive_Mirror.cs" />
  1452. <Compile Include="Voltage_Mgr.cs" />
  1453. <Compile Include="VolumeUpdater.cs" />
  1454. <Compile Include="VRCanvasManager.cs" />
  1455. <Compile Include="VRCanvasManagerMini.cs" />
  1456. <Compile Include="VRChangeBackGroundMenu.cs" />
  1457. <Compile Include="VRChoices.cs" />
  1458. <Compile Include="VRChuBLipMenu.cs" />
  1459. <Compile Include="VRCommandMenuDrawManager.cs" />
  1460. <Compile Include="VRConfigMenu.cs" />
  1461. <Compile Include="VRControllerLaserCast.cs" />
  1462. <Compile Include="VRControllerLaserCastDummy.cs" />
  1463. <Compile Include="VRCultivationSeedInventory.cs" />
  1464. <Compile Include="vrDance\DrawTrajectory.cs" />
  1465. <Compile Include="vrDance\LoopTrajectorySet.cs" />
  1466. <Compile Include="vrDance\MakeVrNoteData.cs" />
  1467. <Compile Include="vrDance\MinRaderWindow.cs" />
  1468. <Compile Include="vrDance\NoteGenerateSet.cs" />
  1469. <Compile Include="vrDance\NoteTrajectorySet.cs" />
  1470. <Compile Include="vrDance\PredictNote.cs" />
  1471. <Compile Include="vrDance\RaderObj.cs" />
  1472. <Compile Include="vrDance\SwitchPointActivate.cs" />
  1473. <Compile Include="vrDance\VrDanceNote.cs" />
  1474. <Compile Include="vrDance\VrDanceResult.cs" />
  1475. <Compile Include="vrDance\VrDanceScore.cs" />
  1476. <Compile Include="vrDance\VrNoteBase.cs" />
  1477. <Compile Include="vrDance\VrNoteLine.cs" />
  1478. <Compile Include="vrDance\VrNoteMgr.cs" />
  1479. <Compile Include="VRDecideMiniGameHand.cs" />
  1480. <Compile Include="VRDecideUseTouch.cs" />
  1481. <Compile Include="VRDialogMenu.cs" />
  1482. <Compile Include="VRDummyControllerButtons.cs" />
  1483. <Compile Include="VREventNotifier.cs" />
  1484. <Compile Include="VREventNotifierGrab.cs" />
  1485. <Compile Include="VREventNotifierLook.cs" />
  1486. <Compile Include="VREventText.cs" />
  1487. <Compile Include="VREventTrigger.cs" />
  1488. <Compile Include="VREventTriggerGrab.cs" />
  1489. <Compile Include="VREventTriggerLook.cs" />
  1490. <Compile Include="VRExternalFileLoader.cs" />
  1491. <Compile Include="VRFaceShortcutConfig.cs" />
  1492. <Compile Include="VRGrabbable.cs" />
  1493. <Compile Include="VRGrabber.cs" />
  1494. <Compile Include="VRHandAttachment.cs" />
  1495. <Compile Include="VRHeightOffset.cs" />
  1496. <Compile Include="VRIKGeneralObjectSetter.cs" />
  1497. <Compile Include="VRLookMgr.cs" />
  1498. <Compile Include="VRMainMenu.cs" />
  1499. <Compile Include="VRManualMenu.cs" />
  1500. <Compile Include="VRMiniGameDarts.cs" />
  1501. <Compile Include="VRMiniGameGaugeeManager.cs" />
  1502. <Compile Include="VRMiniGameManager.cs" />
  1503. <Compile Include="VRMiniGameScoreBoard.cs" />
  1504. <Compile Include="VRMiniGameSetup.cs" />
  1505. <Compile Include="VRMiniGameWanage.cs" />
  1506. <Compile Include="VRNeiLetterMenu.cs" />
  1507. <Compile Include="VRPhotoMenu.cs" />
  1508. <Compile Include="VRRentalMaidMenu.cs" />
  1509. <Compile Include="VRSelectorMenu.cs" />
  1510. <Compile Include="VRTestInputModule.cs" />
  1511. <Compile Include="VRTouchButtonCtrl.cs" />
  1512. <Compile Include="VRTouchButtonMgr.cs" />
  1513. <Compile Include="VRTouchComm.cs" />
  1514. <Compile Include="VRTouchKagManager.cs" />
  1515. <Compile Include="VRTouchMgr.cs" />
  1516. <Compile Include="VRTrophyMenu.cs" />
  1517. <Compile Include="VRTutorialMenu.cs" />
  1518. <Compile Include="VRVIPMenu.cs" />
  1519. <Compile Include="VRVIPMenuElement.cs" />
  1520. <Compile Include="VRWfChangeCanvas.cs" />
  1521. <Compile Include="VRYotogiOldSelectMenu.cs" />
  1522. <Compile Include="VsDanceDataMgr.cs" />
  1523. <Compile Include="VSResult.cs" />
  1524. <Compile Include="VtxAttachPos.cs" />
  1525. <Compile Include="Webs.cs" />
  1526. <Compile Include="WFAnimationConnect.cs" />
  1527. <Compile Include="WfCameraMoveSupport.cs" />
  1528. <Compile Include="WFCheckBox.cs" />
  1529. <Compile Include="WfFadeBasic.cs" />
  1530. <Compile Include="WfFadeBehaviour.cs" />
  1531. <Compile Include="WfFadeJob.cs" />
  1532. <Compile Include="WfGrabbableObject.cs" />
  1533. <Compile Include="WFScreenAnchor.cs" />
  1534. <Compile Include="WfScreenChildren.cs" />
  1535. <Compile Include="WfScreenManager.cs" />
  1536. <Compile Include="WfScreenMoveChildren.cs" />
  1537. <Compile Include="wf\CRC32.cs" />
  1538. <Compile Include="wf\CsvCommonDatabaseIDType.cs" />
  1539. <Compile Include="wf\CsvCommonDatabaseUniqueType.cs" />
  1540. <Compile Include="wf\CsvCommonIdManager.cs" />
  1541. <Compile Include="wf\GameUtility.cs" />
  1542. <Compile Include="wf\HSVColor.cs" />
  1543. <Compile Include="wf\Math.cs" />
  1544. <Compile Include="wf\Parse.cs" />
  1545. <Compile Include="wf\ReadOnlyDictionary.cs" />
  1546. <Compile Include="wf\ReadOnlySortedDictionary.cs" />
  1547. <Compile Include="wf\StopWatch.cs" />
  1548. <Compile Include="wf\TweenHash.cs" />
  1549. <Compile Include="wf\ui\AbstractSliderWrapper.cs" />
  1550. <Compile Include="wf\ui\NGUISlider.cs" />
  1551. <Compile Include="wf\Utility.cs" />
  1552. <Compile Include="wf\Xml.cs" />
  1553. <Compile Include="WindowAutoYaw.cs" />
  1554. <Compile Include="WindowContentListParent.cs" />
  1555. <Compile Include="WindowDragTilt.cs" />
  1556. <Compile Include="WindowPartsBoneCheckBox.cs" />
  1557. <Compile Include="WindowPartsDirectionalLight.cs" />
  1558. <Compile Include="WindowPartsEffectBase.cs" />
  1559. <Compile Include="WindowPartsEffectDepthBlur.cs" />
  1560. <Compile Include="WindowPartsEffectGlobalFog.cs" />
  1561. <Compile Include="WindowPartsEffectSepia.cs" />
  1562. <Compile Include="WindowPartsEffectVignetting.cs" />
  1563. <Compile Include="WindowPartsFaceMorph.cs" />
  1564. <Compile Include="WindowPartsFingerBlend.cs" />
  1565. <Compile Include="WindowPartsFingerPreset.cs" />
  1566. <Compile Include="WindowPartsInputColorrPalette.cs" />
  1567. <Compile Include="WindowPartsInputSliderSet.cs" />
  1568. <Compile Include="WindowPartsMekureCheckBox.cs" />
  1569. <Compile Include="WindowPartsPointLight.cs" />
  1570. <Compile Include="WindowPartsPopUpList.cs" />
  1571. <Compile Include="WindowPartsSpotLight.cs" />
  1572. <Compile Include="WindowPartsTransform.cs" />
  1573. <Compile Include="WindowPartsWindowVisible.cs" />
  1574. <Compile Include="WorkTaskUnit.cs" />
  1575. <Compile Include="WorldTransformAxis.cs" />
  1576. <Compile Include="WorldTransformRotate.cs" />
  1577. <Compile Include="XOR128.cs" />
  1578. <Compile Include="XOR32.cs" />
  1579. <Compile Include="XVI\AniLipSync\LowLatencyLipSyncContext.cs" />
  1580. <Compile Include="Yotogi.cs" />
  1581. <Compile Include="YotogiAppearanceWithChubLip.cs" />
  1582. <Compile Include="YotogiChuBLipSetting.cs" />
  1583. <Compile Include="YotogiClassListManager.cs" />
  1584. <Compile Include="YotogiCommandFactory.cs" />
  1585. <Compile Include="YotogiCommandMenuOVR.cs" />
  1586. <Compile Include="YotogiCommandMenuOVRWithChubLip.cs" />
  1587. <Compile Include="YotogiCommonButtons.cs" />
  1588. <Compile Include="YotogiFreeSkillSelectManager.cs" />
  1589. <Compile Include="YotogiKagManager.cs" />
  1590. <Compile Include="YotogiManager.cs" />
  1591. <Compile Include="YotogiNullManager.cs" />
  1592. <Compile Include="YotogiOld.cs" />
  1593. <Compile Include="YotogiOldCommandFactory.cs" />
  1594. <Compile Include="YotogiOldCommandMenuOVR.cs" />
  1595. <Compile Include="YotogiOldCommandMenuOVRWithChubLip.cs" />
  1596. <Compile Include="YotogiOldFreeSkillSelectManager.cs" />
  1597. <Compile Include="YotogiOldManager.cs" />
  1598. <Compile Include="YotogiOldParamBasicBar.cs" />
  1599. <Compile Include="YotogiOldParamBasicBarPlusSlider.cs" />
  1600. <Compile Include="YotogiOldParameterViewer.cs" />
  1601. <Compile Include="YotogiOldPlay.cs" />
  1602. <Compile Include="YotogiOldPlayManager.cs" />
  1603. <Compile Include="YotogiOldPropensity.cs" />
  1604. <Compile Include="YotogiOldResultManager.cs" />
  1605. <Compile Include="YotogiOldSkillContainerViewer.cs" />
  1606. <Compile Include="YotogiOldSkillIcon.cs" />
  1607. <Compile Include="YotogiOldSkillIconDrag.cs" />
  1608. <Compile Include="YotogiOldSkillSelectManager.cs" />
  1609. <Compile Include="YotogiOldSkillSelectWaitMotion.cs" />
  1610. <Compile Include="YotogiOldSkillUnit.cs" />
  1611. <Compile Include="YotogiOldSkillUnitVR.cs" />
  1612. <Compile Include="YotogiOldStageSelectManager.cs" />
  1613. <Compile Include="YotogiOldStageUnit.cs" />
  1614. <Compile Include="YotogiOldSubCharacterSelectManager.cs" />
  1615. <Compile Include="YotogiOldVRSkillSelectManager.cs" />
  1616. <Compile Include="YotogiOldVRStageSelectManager.cs" />
  1617. <Compile Include="YotogiParamBasicBar.cs" />
  1618. <Compile Include="YotogiParamBasicBarPlusSlider.cs" />
  1619. <Compile Include="YotogiParamBasicBarWithChubLip.cs" />
  1620. <Compile Include="YotogiParameterViewer.cs" />
  1621. <Compile Include="YotogiParamScroll.cs" />
  1622. <Compile Include="YotogiPlay.cs" />
  1623. <Compile Include="YotogiPlayManager.cs" />
  1624. <Compile Include="YotogiPlayManagerWithChubLip.cs" />
  1625. <Compile Include="YotogiResultManager.cs" />
  1626. <Compile Include="YotogiSkillContainerViewer.cs" />
  1627. <Compile Include="YotogiSkillIcon.cs" />
  1628. <Compile Include="YotogiSkillIconDrag.cs" />
  1629. <Compile Include="YotogiSkillListManager.cs" />
  1630. <Compile Include="YotogiSkillLockUnit.cs" />
  1631. <Compile Include="YotogiSkillNameHoverPlate.cs" />
  1632. <Compile Include="YotogiSkillSelectManager.cs" />
  1633. <Compile Include="YotogiSkillSelectSpecialCondition.cs" />
  1634. <Compile Include="YotogiSkillSelectWaitMotion.cs" />
  1635. <Compile Include="YotogiSkillUnit.cs" />
  1636. <Compile Include="YotogiStage.cs" />
  1637. <Compile Include="YotogiStageSelectManager.cs" />
  1638. <Compile Include="YotogiStageUnit.cs" />
  1639. <Compile Include="YotogiSubCharacterSelectManager.cs" />
  1640. <Compile Include="Yotogis\Skill.cs" />
  1641. <Compile Include="Yotogis\SkillAcquisitionCondition.cs" />
  1642. <Compile Include="_TS.cs" />
  1643. </ItemGroup>
  1644. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1645. </Project>