ShadowEditor/ShadowEditor.Web/ShadowEditor.Web.csproj
2018-10-06 21:59:49 +08:00

702 lines
41 KiB
XML

<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{151B5A3E-777B-42B0-9DCD-F1144DB00CAB}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ShadowEditor.Client</RootNamespace>
<AssemblyName>ShadowEditor.Client</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ChnCharInfo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=18f031bd02e5e291, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.International.Converters.PinYinConverter.1.0.0\lib\ChnCharInfo.dll</HintPath>
</Reference>
<Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
<HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MongoDB.Bson, Version=2.6.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Bson.2.6.1\lib\net45\MongoDB.Bson.dll</HintPath>
</Reference>
<Reference Include="MongoDB.Driver, Version=2.6.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Driver.2.6.1\lib\net45\MongoDB.Driver.dll</HintPath>
</Reference>
<Reference Include="MongoDB.Driver.Core, Version=2.6.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Driver.Core.2.6.1\lib\net45\MongoDB.Driver.Core.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.6\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Http, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.6\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.WebHost, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.6\lib\net45\System.Web.Http.WebHost.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="assets\css\addon\dialog.css" />
<Content Include="assets\css\addon\show-hint.css" />
<Content Include="assets\css\addon\tern.css" />
<Content Include="assets\css\codemirror.css" />
<Content Include="assets\css\dark.css" />
<Content Include="assets\css\icon\iconfont.css" />
<Content Include="assets\css\icon\iconfont.js" />
<Content Include="assets\css\icon\iconfont.svg" />
<Content Include="assets\css\light.css" />
<Content Include="assets\css\main.css" />
<Content Include="assets\css\theme\monokai.css" />
<Content Include="assets\js\acorn\acorn.js" />
<Content Include="assets\js\acorn\acorn_loose.js" />
<Content Include="assets\js\acorn\walk.js" />
<Content Include="assets\js\addon\dialog.js" />
<Content Include="assets\js\addon\show-hint.js" />
<Content Include="assets\js\addon\tern.js" />
<Content Include="assets\js\ammo.js" />
<Content Include="assets\js\animation\CCDIKSolver.js" />
<Content Include="assets\js\animation\MMDPhysics.js" />
<Content Include="assets\js\codemirror.js" />
<Content Include="assets\js\controls\EditorControls.js" />
<Content Include="assets\js\controls\TransformControls.js" />
<Content Include="assets\js\ctm.js" />
<Content Include="assets\js\esprima.js" />
<Content Include="assets\js\exporters\GLTFExporter.js" />
<Content Include="assets\js\exporters\OBJExporter.js" />
<Content Include="assets\js\exporters\PLYExporter.js" />
<Content Include="assets\js\exporters\STLBinaryExporter.js" />
<Content Include="assets\js\exporters\STLExporter.js" />
<Content Include="assets\js\geometries\TeapotBufferGeometry.js" />
<Content Include="assets\js\gl-matrix-min.js" />
<Content Include="assets\js\gl-matrix.js" />
<Content Include="assets\js\glslprep.min.js" />
<Content Include="assets\js\jsonlint.js" />
<Content Include="assets\js\jszip.min.js" />
<Content Include="assets\js\loaders\AMFLoader.js" />
<Content Include="assets\js\loaders\AWDLoader.js" />
<Content Include="assets\js\loaders\BabylonLoader.js" />
<Content Include="assets\js\loaders\BinaryLoader.js" />
<Content Include="assets\js\loaders\ColladaLoader2.js" />
<Content Include="assets\js\loaders\ctm\ctm.js" />
<Content Include="assets\js\loaders\ctm\CTMLoader.js" />
<Content Include="assets\js\loaders\ctm\CTMWorker.js" />
<Content Include="assets\js\loaders\ctm\license\js-lzma.txt" />
<Content Include="assets\js\loaders\ctm\license\js-openctm.txt" />
<Content Include="assets\js\loaders\ctm\license\OpenCTM.txt" />
<Content Include="assets\js\loaders\ctm\lzma.js" />
<Content Include="assets\js\loaders\FBXLoader.js" />
<Content Include="assets\js\loaders\GLTFLoader.js" />
<Content Include="assets\js\loaders\KMZLoader.js" />
<Content Include="assets\js\loaders\MD2Loader.js" />
<Content Include="assets\js\loaders\MMDLoader.js" />
<Content Include="assets\js\loaders\OBJLoader.js" />
<Content Include="assets\js\loaders\PLYLoader.js" />
<Content Include="assets\js\loaders\STLLoader.js" />
<Content Include="assets\js\loaders\TGALoader.js" />
<Content Include="assets\js\loaders\VTKLoader.js" />
<Content Include="assets\js\lzma.js" />
<Content Include="assets\js\mmdparser.min.js" />
<Content Include="assets\js\mode\glsl.js" />
<Content Include="assets\js\mode\javascript.js" />
<Content Include="assets\js\objects\Reflector.js" />
<Content Include="assets\js\pako.js" />
<Content Include="assets\js\pako.min.js" />
<Content Include="assets\js\SPE.js" />
<Content Include="assets\js\SPE.min.js" />
<Content Include="assets\js\stats.min.js" />
<Content Include="assets\js\tern-threejs\threejs.js" />
<Content Include="assets\js\ternjs\comment.js" />
<Content Include="assets\js\ternjs\def.js" />
<Content Include="assets\js\ternjs\doc_comment.js" />
<Content Include="assets\js\ternjs\infer.js" />
<Content Include="assets\js\ternjs\polyfill.js" />
<Content Include="assets\js\ternjs\signal.js" />
<Content Include="assets\js\ternjs\tern.js" />
<Content Include="assets\js\three.bas.js" />
<Content Include="assets\js\three.bas.min.js" />
<Content Include="assets\js\VolumetricFire.js" />
<Content Include="assets\textures\air.jpg" />
<Content Include="assets\textures\earth.jpg" />
<Content Include="assets\textures\grass.jpg" />
<Content Include="assets\textures\grid.png" />
<Content Include="assets\textures\metal.jpg" />
<Content Include="assets\textures\SPE\smokeparticle.png" />
<Content Include="assets\textures\VolumetricFire\firetex.png" />
<Content Include="assets\textures\VolumetricFire\nzw.png" />
<Content Include="assets\textures\VolumetricFire\smoke.png" />
<Content Include="assets\textures\wood.jpg" />
<Content Include="dist\ShadowEditor.js" />
<Content Include="Global.asax" />
<Content Include="index.html" />
<Content Include="rollup.config.js" />
<Content Include="test\image\girl.jpg" />
<Content Include="test\ui\01 ControlTest.html" />
<Content Include="test\ui\02 XTypeTest.html" />
<Content Include="test\ui\03 HtmlTest.html" />
<Content Include="test\ui\04 ContainerTest.html" />
<Content Include="test\ui\05 DivTest.html" />
<Content Include="test\ui\06 BreakTest.html" />
<Content Include="test\ui\07 ButtonTest.html" />
<Content Include="test\ui\08 BooleanTest.html" />
<Content Include="test\ui\09 CheckboxTest.html" />
<Content Include="test\ui\10 CloseButtonTest.html" />
<Content Include="test\ui\11 ColorTest.html" />
<Content Include="test\ui\12 HorizontalRuleTest.html" />
<Content Include="test\ui\13 InputTest.html" />
<Content Include="test\ui\14 IntegerTest.html" />
<Content Include="test\ui\15 NumberTest.html" />
<Content Include="test\ui\16 RowTest.html" />
<Content Include="test\ui\17 SelectTest.html" />
<Content Include="test\ui\18 SpanTest.html" />
<Content Include="test\ui\19 TextTest.html" />
<Content Include="test\ui\20 TextAreaTest.html" />
<Content Include="test\ui\21 TextureTest.html" />
<Content Include="test\ui\22 ModalTest.html" />
<Content Include="test\ui\23 WindowTest.html" />
<Content Include="test\ui\24 ImageTest.html" />
<Content Include="test\ui\25 ImageListTest.html" />
<Content Include="test\ui\26 TableTest.html" />
<Content Include="test\ui\27 ConfirmTest.html" />
<Content Include="test\ui\28 AlertTest.html" />
<Content Include="test\ui\29 PromptTest.html" />
<Content Include="test\ui\30 SearchFieldTest.html" />
<Content Include="third_party\acorn\acorn.js" />
<Content Include="third_party\acorn\acorn_loose.js" />
<Content Include="third_party\acorn\walk.js" />
<Content Include="third_party\ammo.js" />
<Content Include="third_party\AnimationClipCreator.js" />
<Content Include="third_party\animation\CCDIKSolver.js" />
<Content Include="third_party\animation\MMDAnimationHelper.js" />
<Content Include="third_party\animation\MMDPhysics.js" />
<Content Include="third_party\app.js" />
<Content Include="third_party\app\index.html" />
<Content Include="third_party\BlendCharacter.js" />
<Content Include="third_party\BlendCharacterGui.js" />
<Content Include="third_party\BufferGeometryUtils.js" />
<Content Include="third_party\cameras\CinematicCamera.js" />
<Content Include="third_party\cameras\CombinedCamera.js" />
<Content Include="third_party\Car.js" />
<Content Include="third_party\Cloth.js" />
<Content Include="third_party\codemirror\addon\dialog.css" />
<Content Include="third_party\codemirror\addon\dialog.js" />
<Content Include="third_party\codemirror\addon\show-hint.css" />
<Content Include="third_party\codemirror\addon\show-hint.js" />
<Content Include="third_party\codemirror\addon\tern.css" />
<Content Include="third_party\codemirror\addon\tern.js" />
<Content Include="third_party\codemirror\codemirror.css" />
<Content Include="third_party\codemirror\codemirror.js" />
<Content Include="third_party\codemirror\mode\glsl.js" />
<Content Include="third_party\codemirror\mode\javascript.js" />
<Content Include="third_party\codemirror\theme\monokai.css" />
<Content Include="third_party\controls\DeviceOrientationControls.js" />
<Content Include="third_party\controls\DragControls.js" />
<Content Include="third_party\controls\EditorControls.js" />
<Content Include="third_party\controls\FirstPersonControls.js" />
<Content Include="third_party\controls\FlyControls.js" />
<Content Include="third_party\controls\OrbitControls.js" />
<Content Include="third_party\controls\OrthographicTrackballControls.js" />
<Content Include="third_party\controls\PointerLockControls.js" />
<Content Include="third_party\controls\TrackballControls.js" />
<Content Include="third_party\controls\TransformControls.js" />
<Content Include="third_party\controls\VRControls.js" />
<Content Include="third_party\ConvexObjectBreaker.js" />
<Content Include="third_party\crossfade\gui.js" />
<Content Include="third_party\crossfade\scenes.js" />
<Content Include="third_party\crossfade\transition.js" />
<Content Include="third_party\CurveExtras.js" />
<Content Include="third_party\curves\NURBSCurve.js" />
<Content Include="third_party\curves\NURBSSurface.js" />
<Content Include="third_party\curves\NURBSUtils.js" />
<Content Include="third_party\dat.gui.min.js" />
<Content Include="third_party\Detector.js" />
<Content Include="third_party\draco\draco_decoder.js" />
<Content Include="third_party\draco\draco_wasm_wrapper.js" />
<Content Include="third_party\draco\gltf\draco_decoder.js" />
<Content Include="third_party\draco\gltf\draco_encoder.js" />
<Content Include="third_party\draco\gltf\draco_wasm_wrapper.js" />
<Content Include="third_party\earcut.js" />
<Content Include="third_party\effects\AnaglyphEffect.js" />
<Content Include="third_party\effects\AsciiEffect.js" />
<Content Include="third_party\effects\OutlineEffect.js" />
<Content Include="third_party\effects\ParallaxBarrierEffect.js" />
<Content Include="third_party\effects\PeppersGhostEffect.js" />
<Content Include="third_party\effects\StereoEffect.js" />
<Content Include="third_party\effects\VREffect.js" />
<Content Include="third_party\esprima.js" />
<Content Include="third_party\exporters\GLTFExporter.js" />
<Content Include="third_party\exporters\MMDExporter.js" />
<Content Include="third_party\exporters\OBJExporter.js" />
<Content Include="third_party\exporters\PLYExporter.js" />
<Content Include="third_party\exporters\STLBinaryExporter.js" />
<Content Include="third_party\exporters\STLExporter.js" />
<Content Include="third_party\exporters\TypedGeometryExporter.js" />
<Content Include="third_party\geometries\ConvexGeometry.js" />
<Content Include="third_party\geometries\DecalGeometry.js" />
<Content Include="third_party\geometries\hilbert2D.js" />
<Content Include="third_party\geometries\hilbert3D.js" />
<Content Include="third_party\geometries\TeapotBufferGeometry.js" />
<Content Include="third_party\glslprep.min.js" />
<Content Include="third_party\GPUComputationRenderer.js" />
<Content Include="third_party\GPUParticleSystem.js" />
<Content Include="third_party\gunzip.min.js" />
<Content Include="third_party\Gyroscope.js" />
<Content Include="third_party\html2canvas.js" />
<Content Include="third_party\ImprovedNoise.js" />
<Content Include="third_party\inflate.min.js" />
<Content Include="third_party\jsonlint.js" />
<Content Include="third_party\jszip.js" />
<Content Include="third_party\jszip.min.js" />
<Content Include="third_party\lights\RectAreaLightUniformsLib.js" />
<Content Include="third_party\lines\Line2.js" />
<Content Include="third_party\lines\LineGeometry.js" />
<Content Include="third_party\lines\LineMaterial.js" />
<Content Include="third_party\lines\LineSegments2.js" />
<Content Include="third_party\lines\LineSegmentsGeometry.js" />
<Content Include="third_party\lines\Wireframe.js" />
<Content Include="third_party\lines\WireframeGeometry2.js" />
<Content Include="third_party\loaders\3MFLoader.js" />
<Content Include="third_party\loaders\AMFLoader.js" />
<Content Include="third_party\loaders\AssimpJSONLoader.js" />
<Content Include="third_party\loaders\AssimpLoader.js" />
<Content Include="third_party\loaders\AWDLoader.js" />
<Content Include="third_party\loaders\BabylonLoader.js" />
<Content Include="third_party\loaders\BinaryLoader.js" />
<Content Include="third_party\loaders\BVHLoader.js" />
<Content Include="third_party\loaders\ColladaLoader.js" />
<Content Include="third_party\loaders\ColladaLoader2.js" />
<Content Include="third_party\loaders\collada\Animation.js" />
<Content Include="third_party\loaders\collada\AnimationHandler.js" />
<Content Include="third_party\loaders\collada\KeyFrameAnimation.js" />
<Content Include="third_party\loaders\ctm\ctm.js" />
<Content Include="third_party\loaders\ctm\CTMLoader.js" />
<Content Include="third_party\loaders\ctm\CTMWorker.js" />
<Content Include="third_party\loaders\ctm\license\js-lzma.txt" />
<Content Include="third_party\loaders\ctm\license\js-openctm.txt" />
<Content Include="third_party\loaders\ctm\license\OpenCTM.txt" />
<Content Include="third_party\loaders\ctm\lzma.js" />
<Content Include="third_party\loaders\DDSLoader.js" />
<Content Include="third_party\loaders\deprecated\LegacyGLTFLoader.js" />
<Content Include="third_party\loaders\deprecated\SceneLoader.js" />
<Content Include="third_party\loaders\DRACOLoader.js" />
<Content Include="third_party\loaders\EquiangularToCubeGenerator.js" />
<Content Include="third_party\loaders\EXRLoader.js" />
<Content Include="third_party\loaders\FBXLoader.js" />
<Content Include="third_party\loaders\FBXLoader2.js" />
<Content Include="third_party\loaders\GCodeLoader.js" />
<Content Include="third_party\loaders\GLTFLoader.js" />
<Content Include="third_party\loaders\HDRCubeTextureLoader.js" />
<Content Include="third_party\loaders\KMZLoader.js" />
<Content Include="third_party\loaders\KTXLoader.js" />
<Content Include="third_party\loaders\LoaderSupport.js" />
<Content Include="third_party\loaders\MD2Loader.js" />
<Content Include="third_party\loaders\MMDLoader.js" />
<Content Include="third_party\loaders\MTLLoader.js" />
<Content Include="third_party\loaders\NodeMaterialLoader.js" />
<Content Include="third_party\loaders\NRRDLoader.js" />
<Content Include="third_party\loaders\OBJLoader.js" />
<Content Include="third_party\loaders\OBJLoader2.js" />
<Content Include="third_party\loaders\PCDLoader.js" />
<Content Include="third_party\loaders\PDBLoader.js" />
<Content Include="third_party\loaders\PlayCanvasLoader.js" />
<Content Include="third_party\loaders\PLYLoader.js" />
<Content Include="third_party\loaders\PRWMLoader.js" />
<Content Include="third_party\loaders\PVRLoader.js" />
<Content Include="third_party\loaders\RGBELoader.js" />
<Content Include="third_party\loaders\sea3d\o3dgc\SEA3DGC.js" />
<Content Include="third_party\loaders\sea3d\physics\SEA3DAmmo.js" />
<Content Include="third_party\loaders\sea3d\physics\SEA3DAmmoLoader.js" />
<Content Include="third_party\loaders\sea3d\physics\SEA3DRigidBody.js" />
<Content Include="third_party\loaders\sea3d\SEA3D.js" />
<Content Include="third_party\loaders\sea3d\SEA3DDeflate.js" />
<Content Include="third_party\loaders\sea3d\SEA3DLegacy.js" />
<Content Include="third_party\loaders\sea3d\SEA3DLoader.js" />
<Content Include="third_party\loaders\sea3d\SEA3DLZMA.js" />
<Content Include="third_party\loaders\STLLoader.js" />
<Content Include="third_party\loaders\SVGLoader.js" />
<Content Include="third_party\loaders\TDSLoader.js" />
<Content Include="third_party\loaders\TGALoader.js" />
<Content Include="third_party\loaders\TTFLoader.js" />
<Content Include="third_party\loaders\UTF8Loader.js" />
<Content Include="third_party\loaders\VRMLLoader.js" />
<Content Include="third_party\loaders\VRMLoader.js" />
<Content Include="third_party\loaders\VTKLoader.js" />
<Content Include="third_party\loaders\XLoader.js" />
<Content Include="third_party\MarchingCubes.js" />
<Content Include="third_party\math\ColorConverter.js" />
<Content Include="third_party\math\Lut.js" />
<Content Include="third_party\MD2Character.js" />
<Content Include="third_party\MD2CharacterComplex.js" />
<Content Include="third_party\Mirror.js" />
<Content Include="third_party\mmdparser.min.js" />
<Content Include="third_party\modifiers\BufferSubdivisionModifier.js" />
<Content Include="third_party\modifiers\ExplodeModifier.js" />
<Content Include="third_party\modifiers\SimplifyModifier.js" />
<Content Include="third_party\modifiers\SubdivisionModifier.js" />
<Content Include="third_party\modifiers\TessellateModifier.js" />
<Content Include="third_party\MorphAnimation.js" />
<Content Include="third_party\MorphAnimMesh.js" />
<Content Include="third_party\MorphBlendMesh.js" />
<Content Include="third_party\msgpack-js.js" />
<Content Include="third_party\nodes\accessors\CameraNode.js" />
<Content Include="third_party\nodes\accessors\ColorsNode.js" />
<Content Include="third_party\nodes\accessors\LightNode.js" />
<Content Include="third_party\nodes\accessors\NormalNode.js" />
<Content Include="third_party\nodes\accessors\PositionNode.js" />
<Content Include="third_party\nodes\accessors\ReflectNode.js" />
<Content Include="third_party\nodes\accessors\ScreenUVNode.js" />
<Content Include="third_party\nodes\accessors\UVNode.js" />
<Content Include="third_party\nodes\AttributeNode.js" />
<Content Include="third_party\nodes\ConstNode.js" />
<Content Include="third_party\nodes\FunctionCallNode.js" />
<Content Include="third_party\nodes\FunctionNode.js" />
<Content Include="third_party\nodes\GLNode.js" />
<Content Include="third_party\nodes\InputNode.js" />
<Content Include="third_party\nodes\inputs\ColorNode.js" />
<Content Include="third_party\nodes\inputs\CubeTextureNode.js" />
<Content Include="third_party\nodes\inputs\FloatNode.js" />
<Content Include="third_party\nodes\inputs\IntNode.js" />
<Content Include="third_party\nodes\inputs\Matrix3Node.js" />
<Content Include="third_party\nodes\inputs\Matrix4Node.js" />
<Content Include="third_party\nodes\inputs\MirrorNode.js" />
<Content Include="third_party\nodes\inputs\ReflectorNode.js" />
<Content Include="third_party\nodes\inputs\ScreenNode.js" />
<Content Include="third_party\nodes\inputs\TextureNode.js" />
<Content Include="third_party\nodes\inputs\Vector2Node.js" />
<Content Include="third_party\nodes\inputs\Vector3Node.js" />
<Content Include="third_party\nodes\inputs\Vector4Node.js" />
<Content Include="third_party\nodes\materials\PhongNode.js" />
<Content Include="third_party\nodes\materials\PhongNodeMaterial.js" />
<Content Include="third_party\nodes\materials\SpriteNode.js" />
<Content Include="third_party\nodes\materials\SpriteNodeMaterial.js" />
<Content Include="third_party\nodes\materials\StandardNode.js" />
<Content Include="third_party\nodes\materials\StandardNodeMaterial.js" />
<Content Include="third_party\nodes\math\Math1Node.js" />
<Content Include="third_party\nodes\math\Math2Node.js" />
<Content Include="third_party\nodes\math\Math3Node.js" />
<Content Include="third_party\nodes\math\OperatorNode.js" />
<Content Include="third_party\nodes\NodeBuilder.js" />
<Content Include="third_party\nodes\NodeFrame.js" />
<Content Include="third_party\nodes\NodeLib.js" />
<Content Include="third_party\nodes\NodeMaterial.js" />
<Content Include="third_party\nodes\NodeUniform.js" />
<Content Include="third_party\nodes\postprocessing\NodePass.js" />
<Content Include="third_party\nodes\RawNode.js" />
<Content Include="third_party\nodes\TempNode.js" />
<Content Include="third_party\nodes\utils\BlurNode.js" />
<Content Include="third_party\nodes\utils\BumpNode.js" />
<Content Include="third_party\nodes\utils\ColorAdjustmentNode.js" />
<Content Include="third_party\nodes\utils\JoinNode.js" />
<Content Include="third_party\nodes\utils\LuminanceNode.js" />
<Content Include="third_party\nodes\utils\NoiseNode.js" />
<Content Include="third_party\nodes\utils\NormalMapNode.js" />
<Content Include="third_party\nodes\utils\ResolutionNode.js" />
<Content Include="third_party\nodes\utils\RoughnessToBlinnExponentNode.js" />
<Content Include="third_party\nodes\utils\SwitchNode.js" />
<Content Include="third_party\nodes\utils\TimerNode.js" />
<Content Include="third_party\nodes\utils\UVTransformNode.js" />
<Content Include="third_party\nodes\utils\VelocityNode.js" />
<Content Include="third_party\nodes\VarNode.js" />
<Content Include="third_party\o3dgc.js" />
<Content Include="third_party\objects\Lensflare.js" />
<Content Include="third_party\objects\Reflector.js" />
<Content Include="third_party\objects\ReflectorRTT.js" />
<Content Include="third_party\objects\Refractor.js" />
<Content Include="third_party\objects\ShadowMesh.js" />
<Content Include="third_party\objects\Sky.js" />
<Content Include="third_party\objects\Water.js" />
<Content Include="third_party\objects\Water2.js" />
<Content Include="third_party\Ocean.js" />
<Content Include="third_party\Octree.js" />
<Content Include="third_party\opentype.min.js" />
<Content Include="third_party\ParametricGeometries.js" />
<Content Include="third_party\particles\VolumetricFire.js" />
<Content Include="third_party\pmrem\PMREMCubeUVPacker.js" />
<Content Include="third_party\pmrem\PMREMGenerator.js" />
<Content Include="third_party\pnltri.min.js" />
<Content Include="third_party\postprocessing\AdaptiveToneMappingPass.js" />
<Content Include="third_party\postprocessing\BloomPass.js" />
<Content Include="third_party\postprocessing\BokehPass.js" />
<Content Include="third_party\postprocessing\ClearPass.js" />
<Content Include="third_party\postprocessing\CubeTexturePass.js" />
<Content Include="third_party\postprocessing\DotScreenPass.js" />
<Content Include="third_party\postprocessing\EffectComposer.js" />
<Content Include="third_party\postprocessing\FilmPass.js" />
<Content Include="third_party\postprocessing\GlitchPass.js" />
<Content Include="third_party\postprocessing\HalftonePass.js" />
<Content Include="third_party\postprocessing\MaskPass.js" />
<Content Include="third_party\postprocessing\OutlinePass.js" />
<Content Include="third_party\postprocessing\RenderPass.js" />
<Content Include="third_party\postprocessing\SAOPass.js" />
<Content Include="third_party\postprocessing\SavePass.js" />
<Content Include="third_party\postprocessing\ShaderPass.js" />
<Content Include="third_party\postprocessing\SMAAPass.js" />
<Content Include="third_party\postprocessing\SSAARenderPass.js" />
<Content Include="third_party\postprocessing\SSAOPass.js" />
<Content Include="third_party\postprocessing\TAARenderPass.js" />
<Content Include="third_party\postprocessing\TexturePass.js" />
<Content Include="third_party\postprocessing\UnrealBloomPass.js" />
<Content Include="third_party\PRNG.js" />
<Content Include="third_party\QuickHull.js" />
<Content Include="third_party\renderers\CanvasRenderer.js" />
<Content Include="third_party\renderers\CSS2DRenderer.js" />
<Content Include="third_party\renderers\CSS3DRenderer.js" />
<Content Include="third_party\renderers\Projector.js" />
<Content Include="third_party\renderers\RaytracingRenderer.js" />
<Content Include="third_party\renderers\RaytracingWorker.js" />
<Content Include="third_party\renderers\SoftwareRenderer.js" />
<Content Include="third_party\renderers\SVGRenderer.js" />
<Content Include="third_party\renderers\WebGLDeferredRenderer.js" />
<Content Include="third_party\RollerCoaster.js" />
<Content Include="third_party\ShaderGodRays.js" />
<Content Include="third_party\ShaderSkin.js" />
<Content Include="third_party\shaders\BasicShader.js" />
<Content Include="third_party\shaders\BleachBypassShader.js" />
<Content Include="third_party\shaders\BlendShader.js" />
<Content Include="third_party\shaders\BokehShader.js" />
<Content Include="third_party\shaders\BokehShader2.js" />
<Content Include="third_party\shaders\BrightnessContrastShader.js" />
<Content Include="third_party\shaders\ColorCorrectionShader.js" />
<Content Include="third_party\shaders\ColorifyShader.js" />
<Content Include="third_party\shaders\ConvolutionShader.js" />
<Content Include="third_party\shaders\CopyShader.js" />
<Content Include="third_party\shaders\DepthLimitedBlurShader.js" />
<Content Include="third_party\shaders\DigitalGlitch.js" />
<Content Include="third_party\shaders\DOFMipMapShader.js" />
<Content Include="third_party\shaders\DotScreenShader.js" />
<Content Include="third_party\shaders\EdgeShader.js" />
<Content Include="third_party\shaders\EdgeShader2.js" />
<Content Include="third_party\shaders\FilmShader.js" />
<Content Include="third_party\shaders\FocusShader.js" />
<Content Include="third_party\shaders\FreiChenShader.js" />
<Content Include="third_party\shaders\FresnelShader.js" />
<Content Include="third_party\shaders\FXAAShader.js" />
<Content Include="third_party\shaders\GammaCorrectionShader.js" />
<Content Include="third_party\shaders\HalftoneShader.js" />
<Content Include="third_party\shaders\HorizontalBlurShader.js" />
<Content Include="third_party\shaders\HorizontalTiltShiftShader.js" />
<Content Include="third_party\shaders\HueSaturationShader.js" />
<Content Include="third_party\shaders\KaleidoShader.js" />
<Content Include="third_party\shaders\LuminosityHighPassShader.js" />
<Content Include="third_party\shaders\LuminosityShader.js" />
<Content Include="third_party\shaders\MirrorShader.js" />
<Content Include="third_party\shaders\NormalMapShader.js" />
<Content Include="third_party\shaders\OceanShaders.js" />
<Content Include="third_party\shaders\ParallaxShader.js" />
<Content Include="third_party\shaders\PixelShader.js" />
<Content Include="third_party\shaders\RGBShiftShader.js" />
<Content Include="third_party\shaders\SAOShader.js" />
<Content Include="third_party\shaders\SepiaShader.js" />
<Content Include="third_party\shaders\SMAAShader.js" />
<Content Include="third_party\shaders\SobelOperatorShader.js" />
<Content Include="third_party\shaders\SSAOShader.js" />
<Content Include="third_party\shaders\TechnicolorShader.js" />
<Content Include="third_party\shaders\ToneMapShader.js" />
<Content Include="third_party\shaders\TriangleBlurShader.js" />
<Content Include="third_party\shaders\UnpackDepthRGBAShader.js" />
<Content Include="third_party\shaders\VerticalBlurShader.js" />
<Content Include="third_party\shaders\VerticalTiltShiftShader.js" />
<Content Include="third_party\shaders\VignetteShader.js" />
<Content Include="third_party\shaders\WaterRefractionShader.js" />
<Content Include="third_party\ShaderTerrain.js" />
<Content Include="third_party\ShaderToon.js" />
<Content Include="third_party\ShaderTranslucent.js" />
<Content Include="third_party\signals.min.js" />
<Content Include="third_party\SimplexNoise.js" />
<Content Include="third_party\SkyShader.js" />
<Content Include="third_party\stats.min.js" />
<Content Include="third_party\System.js" />
<Content Include="third_party\system.min.js" />
<Content Include="third_party\tern-threejs\threejs.js" />
<Content Include="third_party\ternjs\comment.js" />
<Content Include="third_party\ternjs\def.js" />
<Content Include="third_party\ternjs\doc_comment.js" />
<Content Include="third_party\ternjs\infer.js" />
<Content Include="third_party\ternjs\polyfill.js" />
<Content Include="third_party\ternjs\signal.js" />
<Content Include="third_party\ternjs\tern.js" />
<Content Include="third_party\three.html.js" />
<Content Include="third_party\three.js" />
<Content Include="third_party\three.min.js" />
<Content Include="third_party\three.module.js" />
<Content Include="third_party\TimelinerController.js" />
<Content Include="third_party\timeliner_gui.min.js" />
<Content Include="third_party\tween.min.js" />
<Content Include="third_party\TypedArrayUtils.js" />
<Content Include="third_party\UCSCharacter.js" />
<Content Include="third_party\ui.js" />
<Content Include="third_party\ui.three.js" />
<Content Include="third_party\utils\GeometryUtils.js" />
<Content Include="third_party\utils\ImageUtils.js" />
<Content Include="third_party\utils\MathUtils.js" />
<Content Include="third_party\utils\SceneUtils.js" />
<Content Include="third_party\utils\ShadowMapViewer.js" />
<Content Include="third_party\utils\UVsDebug.js" />
<Content Include="third_party\Volume.js" />
<Content Include="third_party\VolumeSlice.js" />
<Content Include="third_party\vr\DaydreamController.js" />
<Content Include="third_party\vr\GearVRController.js" />
<Content Include="third_party\vr\PaintViveController.js" />
<Content Include="third_party\vr\ViveController.js" />
<Content Include="third_party\vr\WebVR.js" />
<Content Include="third_party\WaterShader.js" />
<Content Include="third_party\workers\OffscreenCanvas.js" />
<Content Include="third_party\zlib_and_gzip.min.js" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include=".babelrc" />
<Content Include="assets\css\icon\iconfont.eot" />
<Content Include="assets\css\icon\iconfont.ttf" />
<Content Include="assets\css\icon\iconfont.woff" />
<Content Include="package-lock.json" />
<Content Include="package.json" />
<None Include="packages.config" />
<Content Include="third_party\draco\draco_decoder.wasm" />
<Content Include="third_party\draco\gltf\draco_decoder.wasm" />
<Content Include="third_party\draco\README.md" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShadowEditor.Server\ShadowEditor.Server.csproj">
<Project>{c36ba9ac-b45a-49f4-b84f-e588c0baf86c}</Project>
<Name>ShadowEditor.Server</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="test\three\" />
<Folder Include="Upload\Audio\" />
<Folder Include="Upload\File\" />
<Folder Include="Upload\Model\" />
<Folder Include="Upload\Texture\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>40540</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:40540/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>