From e1011ebaa53ba678f27b02001ff5a23f82487fb6 Mon Sep 17 00:00:00 2001 From: rave3d Date: Thu, 18 Sep 2008 17:20:59 +0000 Subject: [PATCH] Updating VC9 Workspace Adding Class Files for Assimp.NET git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@152 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- port/Assimp.NET/Assimp.NET.sln | 20 +++ port/Assimp.NET/Assimp.NET/Animation.cs | 52 ++++++++ port/Assimp.NET/Assimp.NET/Assimp.NET.csproj | 69 +++++++++++ port/Assimp.NET/Assimp.NET/Bone.cs | 51 ++++++++ .../Assimp.NET/CompressedTexture.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/DefaultLogger.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/IOStream.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/IOSystem.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Importer.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/LogStream.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Logger.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Mappable.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Material.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Mesh.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/NativeError.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Node.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/PostProcessStep.cs | 51 ++++++++ .../Assimp.NET/Properties/AssemblyInfo.cs | 36 ++++++ port/Assimp.NET/Assimp.NET/Scene.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/ShadingMode.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/Texture.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/TextureMapMode.cs | 51 ++++++++ port/Assimp.NET/Assimp.NET/TextureOp.cs | 51 ++++++++ .../Assimp.NET_TestApp.csproj | 77 ++++++++++++ .../Assimp.NET_TestApp/Form1.Designer.cs | 39 ++++++ port/Assimp.NET/Assimp.NET_TestApp/Form1.cs | 18 +++ port/Assimp.NET/Assimp.NET_TestApp/Program.cs | 20 +++ .../Properties/AssemblyInfo.cs | 36 ++++++ .../Properties/Resources.Designer.cs | 71 +++++++++++ .../Properties/Resources.resx | 117 ++++++++++++++++++ .../Properties/Settings.Designer.cs | 30 +++++ .../Properties/Settings.settings | 7 ++ workspaces/vc9/assimp.suo | Bin 36352 -> 36864 bytes 33 files changed, 1561 insertions(+) create mode 100644 port/Assimp.NET/Assimp.NET.sln create mode 100644 port/Assimp.NET/Assimp.NET/Animation.cs create mode 100644 port/Assimp.NET/Assimp.NET/Assimp.NET.csproj create mode 100644 port/Assimp.NET/Assimp.NET/Bone.cs create mode 100644 port/Assimp.NET/Assimp.NET/CompressedTexture.cs create mode 100644 port/Assimp.NET/Assimp.NET/DefaultLogger.cs create mode 100644 port/Assimp.NET/Assimp.NET/IOStream.cs create mode 100644 port/Assimp.NET/Assimp.NET/IOSystem.cs create mode 100644 port/Assimp.NET/Assimp.NET/Importer.cs create mode 100644 port/Assimp.NET/Assimp.NET/LogStream.cs create mode 100644 port/Assimp.NET/Assimp.NET/Logger.cs create mode 100644 port/Assimp.NET/Assimp.NET/Mappable.cs create mode 100644 port/Assimp.NET/Assimp.NET/Material.cs create mode 100644 port/Assimp.NET/Assimp.NET/Mesh.cs create mode 100644 port/Assimp.NET/Assimp.NET/NativeError.cs create mode 100644 port/Assimp.NET/Assimp.NET/Node.cs create mode 100644 port/Assimp.NET/Assimp.NET/PostProcessStep.cs create mode 100644 port/Assimp.NET/Assimp.NET/Properties/AssemblyInfo.cs create mode 100644 port/Assimp.NET/Assimp.NET/Scene.cs create mode 100644 port/Assimp.NET/Assimp.NET/ShadingMode.cs create mode 100644 port/Assimp.NET/Assimp.NET/Texture.cs create mode 100644 port/Assimp.NET/Assimp.NET/TextureMapMode.cs create mode 100644 port/Assimp.NET/Assimp.NET/TextureOp.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Assimp.NET_TestApp.csproj create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Form1.Designer.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Form1.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Program.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Properties/AssemblyInfo.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.Designer.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.resx create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.Designer.cs create mode 100644 port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.settings diff --git a/port/Assimp.NET/Assimp.NET.sln b/port/Assimp.NET/Assimp.NET.sln new file mode 100644 index 000000000..ed3b1b31d --- /dev/null +++ b/port/Assimp.NET/Assimp.NET.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assimp.NET", "Assimp.NET\Assimp.NET.csproj", "{5F1ADB22-65FD-45C5-8D11-992BC0C9C504}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5F1ADB22-65FD-45C5-8D11-992BC0C9C504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F1ADB22-65FD-45C5-8D11-992BC0C9C504}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F1ADB22-65FD-45C5-8D11-992BC0C9C504}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F1ADB22-65FD-45C5-8D11-992BC0C9C504}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/port/Assimp.NET/Assimp.NET/Animation.cs b/port/Assimp.NET/Assimp.NET/Animation.cs new file mode 100644 index 000000000..e11233f29 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Animation.cs @@ -0,0 +1,52 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + public class Animation + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Assimp.NET.csproj b/port/Assimp.NET/Assimp.NET/Assimp.NET.csproj new file mode 100644 index 000000000..b1d54e6f9 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Assimp.NET.csproj @@ -0,0 +1,69 @@ + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {5F1ADB22-65FD-45C5-8D11-992BC0C9C504} + Library + Properties + Assimp.NET + Assimp.NET + v2.0 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/port/Assimp.NET/Assimp.NET/Bone.cs b/port/Assimp.NET/Assimp.NET/Bone.cs new file mode 100644 index 000000000..01c4e9e0f --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Bone.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Bone + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/CompressedTexture.cs b/port/Assimp.NET/Assimp.NET/CompressedTexture.cs new file mode 100644 index 000000000..17520ecef --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/CompressedTexture.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class CompressedTexture + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/DefaultLogger.cs b/port/Assimp.NET/Assimp.NET/DefaultLogger.cs new file mode 100644 index 000000000..83646791f --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/DefaultLogger.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class DefaultLogger + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/IOStream.cs b/port/Assimp.NET/Assimp.NET/IOStream.cs new file mode 100644 index 000000000..1f57d67e5 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/IOStream.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class IOStream + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/IOSystem.cs b/port/Assimp.NET/Assimp.NET/IOSystem.cs new file mode 100644 index 000000000..407763e17 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/IOSystem.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class IOSystem + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Importer.cs b/port/Assimp.NET/Assimp.NET/Importer.cs new file mode 100644 index 000000000..165b349ab --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Importer.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Importer + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/LogStream.cs b/port/Assimp.NET/Assimp.NET/LogStream.cs new file mode 100644 index 000000000..eb16173d3 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/LogStream.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class LogStream + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Logger.cs b/port/Assimp.NET/Assimp.NET/Logger.cs new file mode 100644 index 000000000..c2d36fd69 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Logger.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Logger + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Mappable.cs b/port/Assimp.NET/Assimp.NET/Mappable.cs new file mode 100644 index 000000000..0ed78186d --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Mappable.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Mappable + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Material.cs b/port/Assimp.NET/Assimp.NET/Material.cs new file mode 100644 index 000000000..d98374f8c --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Material.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Material + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Mesh.cs b/port/Assimp.NET/Assimp.NET/Mesh.cs new file mode 100644 index 000000000..bdc5daf11 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Mesh.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Mesh + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/NativeError.cs b/port/Assimp.NET/Assimp.NET/NativeError.cs new file mode 100644 index 000000000..d453c242c --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/NativeError.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class NativeError + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Node.cs b/port/Assimp.NET/Assimp.NET/Node.cs new file mode 100644 index 000000000..9c8c82519 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Node.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Node + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/PostProcessStep.cs b/port/Assimp.NET/Assimp.NET/PostProcessStep.cs new file mode 100644 index 000000000..61df167a4 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/PostProcessStep.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class PostProcessStep + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Properties/AssemblyInfo.cs b/port/Assimp.NET/Assimp.NET/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..aecc1bbf2 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die mit einer Assembly verknüpft sind. +[assembly: AssemblyTitle("Assimp.NET")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Assimp.NET")] +[assembly: AssemblyCopyright("Copyright © 2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar +// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von +// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("acebcde3-8180-45c5-837b-df360bb0d6bb")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern +// übernehmen, indem Sie "*" eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/port/Assimp.NET/Assimp.NET/Scene.cs b/port/Assimp.NET/Assimp.NET/Scene.cs new file mode 100644 index 000000000..385ddcc09 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Scene.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Scene + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/ShadingMode.cs b/port/Assimp.NET/Assimp.NET/ShadingMode.cs new file mode 100644 index 000000000..3f0023395 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/ShadingMode.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class ShadingMode + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/Texture.cs b/port/Assimp.NET/Assimp.NET/Texture.cs new file mode 100644 index 000000000..a1ba55a3b --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/Texture.cs @@ -0,0 +1,51 @@ + +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class Texture + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/TextureMapMode.cs b/port/Assimp.NET/Assimp.NET/TextureMapMode.cs new file mode 100644 index 000000000..ae29f8ca5 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/TextureMapMode.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class TextureMapMode + { + } +} diff --git a/port/Assimp.NET/Assimp.NET/TextureOp.cs b/port/Assimp.NET/Assimp.NET/TextureOp.cs new file mode 100644 index 000000000..a49e43b2f --- /dev/null +++ b/port/Assimp.NET/Assimp.NET/TextureOp.cs @@ -0,0 +1,51 @@ +/* +--------------------------------------------------------------------------- +Open Asset Import Library (ASSIMP) +--------------------------------------------------------------------------- + +Copyright (c) 2006-2008, ASSIMP Development Team + +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. + +* Neither the name of the ASSIMP team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the ASSIMP Development Team. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +--------------------------------------------------------------------------- +*/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Assimp.NET +{ + class TextureOp + { + } +} diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Assimp.NET_TestApp.csproj b/port/Assimp.NET/Assimp.NET_TestApp/Assimp.NET_TestApp.csproj new file mode 100644 index 000000000..6493b5144 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Assimp.NET_TestApp.csproj @@ -0,0 +1,77 @@ + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {E8546BD9-8057-48CB-BC65-F3E5B87BFCC1} + WinExe + Properties + Assimp.NET_TestApp + Assimp.NET_TestApp + v2.0 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + Form + + + Form1.cs + + + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + \ No newline at end of file diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Form1.Designer.cs b/port/Assimp.NET/Assimp.NET_TestApp/Form1.Designer.cs new file mode 100644 index 000000000..c5ebcbfe7 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Assimp.NET_TestApp +{ + partial class Form1 + { + /// + /// Erforderliche Designervariable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Verwendete Ressourcen bereinigen. + /// + /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Vom Windows Form-Designer generierter Code + + /// + /// Erforderliche Methode für die Designerunterstützung. + /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Text = "Form1"; + } + + #endregion + } +} + diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Form1.cs b/port/Assimp.NET/Assimp.NET_TestApp/Form1.cs new file mode 100644 index 000000000..32e777755 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Form1.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; + +namespace Assimp.NET_TestApp +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Program.cs b/port/Assimp.NET/Assimp.NET_TestApp/Program.cs new file mode 100644 index 000000000..3839ca995 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace Assimp.NET_TestApp +{ + static class Program + { + /// + /// Der Haupteinstiegspunkt für die Anwendung. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Properties/AssemblyInfo.cs b/port/Assimp.NET/Assimp.NET_TestApp/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..28fd86162 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die mit einer Assembly verknüpft sind. +[assembly: AssemblyTitle("Assimp.NET_TestApp")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Assimp.NET_TestApp")] +[assembly: AssemblyCopyright("Copyright © 2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar +// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von +// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("1a12ad55-55a2-4d46-9a67-9771f4bbe482")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern +// übernehmen, indem Sie "*" eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.Designer.cs b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.Designer.cs new file mode 100644 index 000000000..dd0455193 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:2.0.50727.1434 +// +// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn +// der Code neu generiert wird. +// +//------------------------------------------------------------------------------ + +namespace Assimp.NET_TestApp.Properties +{ + + + /// + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// + // Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse + // über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Assimp.NET_TestApp.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.resx b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.resx new file mode 100644 index 000000000..ffecec851 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.Designer.cs b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.Designer.cs new file mode 100644 index 000000000..93e327817 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.1434 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Assimp.NET_TestApp.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.settings b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.settings new file mode 100644 index 000000000..abf36c5d3 --- /dev/null +++ b/port/Assimp.NET/Assimp.NET_TestApp/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/workspaces/vc9/assimp.suo b/workspaces/vc9/assimp.suo index 8c46ca1fc2586a4ec06cea4c76c7a3a22d3abb71..720cbd093ff69004a45ed6ad9a3c5cb706da622a 100644 GIT binary patch delta 4022 zcmeHKdr*{B6u_+jEQ_Ef58YKnSP6DFDMZWh{#2 zWTot}nWkxq%$k~B>en>Y6k%G^YbI)@ncis+tEo(j6wTPq+5NtC1s!PmtC=qI|0jtEuuv(apI4oe9bC zg_sW37!d}g{o0{GAW(?vMQ}j#74L=a=tX>+{A2V|L5f0J3J>tcz7K~DX7I*2H5>;8 z3~HA=5Z4tg+`*td`S$4RaS#@G#BK&tNzHeMY9-ZYn#j!asZ8Ax-% z5rYZ5`4jtc+*`{EHe5qGk^>&Awgwi?*x66fYZL0Sq|2$KEKiDHyqK8!%?J1 z1wIh-V8GzgO&LaNhLDKE)n_-sTVi2cJ~l-J7U<40%lnNk4((YEa1@toX zQe%`DH2e7E(>hzinHJI~LVjY($AaHu(*HViBEUIgpG7k^5DmT4wt{6+rldu^cIec4 zpfBH-wTdlc^{k22u`0Hn-N;t4>1-w2fPah`U`vb>_PV}=o+_i<<8kwY(+7F1GBm!bztYdY_OL%KCtHZ-t?tz)gsi;~P;FqQ$%*5zO|``}=M0p4j%gs$pwbs9!1 zWIxbRvsAVtYN~)c9SBqkjCd-g%XiUn1dDMQ)rD|dH9k`32CwWGb9=ni4`E zH4oRa7XLPZso7(lT@sqaHik*qh)F7Fl5)ATxI+SKMJ8;hj0M;15?EHA=eKwvais`1 zTYUUkIBRJLdPj!p9pIhol4jy!GgT(;T5KH;eWKh^en^B0YX$UPQw3IANa`pibAe>-FCd2Oz9ci_&!_g~*v9c1MW8|OS5I;*aOZ#^|oY0~3f zrUSRvfoG8(%IC#G&%D?9Ryv?;^^Dbnx^O%+$8DsO8s4&q!<#63?29<`)%a4sPnrDT zbGf;-FMM}w%hVO?D5}sGDr-|yF12d7s@4S0);3EN=3Nl)sO5*?YR6oW+OWrwmqL~O zXoBQHMZ$ZI!jQ&!N6T#L`2>4DReC>H!(4SG_!P;|kl@kt&m>U<~ z1KacGszH!?abzo}j-jv=0tK2Y#u^4tmVc*WG6#Gsd_m`C(9tj#`Zl}c>t`I@fvX87 z9|pTT_!aAYAljStyW?ijk%oF0^e_K%ZR)oscVto$6p>QcE8xd4)K&X1_u#Pz$6IqBOy^RQK z2mad>LEeIO3WRort3yc%lniZABnn0=qfECAL49QKUc@xSE(CFehY`7m9t5@X5Zjgd zV<=3IO|aN0yz|W396=&_`nvEtavlpNgdXU3&XkO$_)>3 zJb{t-(6B2a7~LHsqr3O$qdVyv>H8zg3~Uf*Mv(VVeSsqDQ7%MK`2|6Jw4bC)^%IJu z{WKxSO^FN8n}9)1QgZBts}-8^H)8yXd=@-XHW^M9i!g9aIUKT1gb#I#!+Y{C(?g8E z4U?W|)_jcXpvPESJ-w%dFBqI|o3G&oNY79+mgX~TwV~3gdZ`Gjv(ygVSJ+yOpaLH_ zo$(jtFg16Tjx~3M45|OEBi;$)L*_>$BziBH{^@%mB2iNMPJ?F(7Uzt*Qh7?@EIzs# zJm7utw)}v*U<}jC#}|!dm9k~YQod@`Z>Gl;;i6*Ulq}6N zLyxrN&?9Yg#7l5pQFx4TZ4pkjf}1bjf0;StS2ykCT&Fsm?7iu3F_W#p%)SOa@;bbn zhrNjZ_qqRq&yDWrU|DhuUbY*ctl6C%{FUL3@U7*>3%<3?7^y3--_gzel7Y{`pKv+Q zH?COo9r~$BfOBFVFAI`ZZ*knWNcuw#4FPR7H-&n}i4tXPt?F>nNo?H(XT{09B&5+6 wgSyJ^;<#hjyC-Bt4(#LtOarN7aIacT~dkH}*m1VgLXD literal 36352 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 QzxJQ@jJqrq|97?j26&PtR{#J2