Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

32
external/ikvm/ikvmstub/AssemblyInfo.cs vendored Normal file
View File

@@ -0,0 +1,32 @@
/*
Copyright (C) 2002, 2003, 2004, 2005, 2006 Jeroen Frijters
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jeroen Frijters
jeroen@frijters.net
*/
using System.Reflection;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("IKVM.NET Stub Generator")]
[assembly: AssemblyDescription("")]

121
external/ikvm/ikvmstub/ikvmstub.8.csproj vendored Normal file
View File

@@ -0,0 +1,121 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D2A9434D-59E4-43E9-8D9C-332AA138CEAD}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>ikvmstub</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Exe</OutputType>
<RootNamespace>
</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG;IKVM_REF_EMIT;STUB_GENERATOR</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonAssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\stubgen\ClassFileWriter.cs" />
<Compile Include="ikvmstub.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\ikvmc\AssemblyResolver.cs" />
<Compile Include="..\runtime\AssemblyClassLoader.cs" />
<Compile Include="..\runtime\attributes.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\ClassLoaderWrapper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\CoreClasses.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\DotNetTypeWrapper.cs" />
<Compile Include="..\runtime\JavaException.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\MemberWrapper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\profiler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\ReflectUtil.cs" />
<Compile Include="..\runtime\tracer.cs" />
<Compile Include="..\runtime\Types.cs" />
<Compile Include="..\runtime\TypeWrapper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\vm.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="..\runtime\stubgen\SerialVersionUID.cs" />
<Compile Include="..\runtime\stubgen\StubGenerator.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\reflect\IKVM.Reflection.csproj">
<Project>{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}</Project>
<Name>IKVM.Reflection</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

41
external/ikvm/ikvmstub/ikvmstub.build vendored Normal file
View File

@@ -0,0 +1,41 @@
<?xml version="1.0"?>
<project name="ikvmstub" default="ikvmstub">
<include buildfile="../ikvm.include" />
<target name="ikvmstub">
<property name="defs" value="STUB_GENERATOR;TRACE" />
<if test="${property::exists('signed')}">
<property name="defs" value="${defs};${signed}" />
</if>
<csc target="exe" output="../bin/ikvmstub.exe" define="${defs}" noconfig="true" nostdlib="true">
<sources>
<include name="../CommonAssemblyInfo.cs" />
<include name="../ikvmc/AssemblyResolver.cs" />
<include name="../runtime/AssemblyClassLoader.cs" />
<include name="../runtime/attributes.cs" />
<include name="../runtime/ClassLoaderWrapper.cs" />
<include name="../runtime/CoreClasses.cs" />
<include name="../runtime/DotNetTypeWrapper.cs" />
<include name="../runtime/JavaException.cs" />
<include name="../runtime/MemberWrapper.cs" />
<include name="../runtime/profiler.cs" />
<include name="../runtime/ReflectUtil.cs" />
<include name="../runtime/tracer.cs" />
<include name="../runtime/Types.cs" />
<include name="../runtime/TypeWrapper.cs" />
<include name="../runtime/vm.cs" />
<include name="../runtime/stubgen/ClassFileWriter.cs" />
<include name="../runtime/stubgen/SerialVersionUID.cs" />
<include name="../runtime/stubgen/StubGenerator.cs" />
<include name="AssemblyInfo.cs" />
<include name="ikvmstub.cs" />
</sources>
<references>
<include name="../bin/ICSharpCode.SharpZipLib.dll" asis="true" />
<include name="../bin/IKVM.Reflection.dll" asis="true" />
<include name="${ReferencePath}/mscorlib.dll" />
<include name="${ReferencePath}/System.dll" />
</references>
</csc>
</target>
</project>

633
external/ikvm/ikvmstub/ikvmstub.cs vendored Normal file

File diff suppressed because it is too large Load Diff