2014-08-13 10:39:27 +01:00
|
|
|
|
<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>{4CA3F3DF-D2B7-4FA2-874C-BFC4B04286A2}</ProjectGuid>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ApplicationIcon>
|
|
|
|
|
</ApplicationIcon>
|
|
|
|
|
<AssemblyKeyContainerName>
|
|
|
|
|
</AssemblyKeyContainerName>
|
|
|
|
|
<AssemblyName>ikvmc</AssemblyName>
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
|
<DelaySign>false</DelaySign>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>ikvmc</RootNamespace>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
<StartupObject>
|
|
|
|
|
</StartupObject>
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<OutputPath>ikvmc\bin\Debug\</OutputPath>
|
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
</ConfigurationOverrideFile>
|
2014-10-04 11:27:48 +01:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;STATIC_COMPILER;EMITTERS</DefineConstants>
|
2014-08-13 10:39:27 +01:00
|
|
|
|
<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">
|
|
|
|
|
<Name>ICSharpCode.SharpZipLib</Name>
|
|
|
|
|
<HintPath>bin\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System">
|
|
|
|
|
<Name>System</Name>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Xml">
|
|
|
|
|
<Name>System.XML</Name>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="ikvmc\AotTypeWrapper.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ikvmc\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ikvmc\AssemblyResolver.cs" />
|
|
|
|
|
<Compile Include="ikvmc\Compiler.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ikvmc\CompilerClassLoader.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ikvmc\FakeTypes.cs" />
|
|
|
|
|
<Compile Include="ikvmc\Proxy.cs" />
|
|
|
|
|
<Compile Include="ikvmc\remapper.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\AssemblyClassLoader.cs" />
|
|
|
|
|
<Compile Include="runtime\atomic.cs" />
|
|
|
|
|
<Compile Include="runtime\attributes.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\BigEndianBinaryReader.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2014-10-04 11:27:48 +01:00
|
|
|
|
<Compile Include="runtime\Boxer.cs" />
|
2014-08-13 10:39:27 +01:00
|
|
|
|
<Compile Include="runtime\ByteCode.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\ClassFile.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\ClassLoaderWrapper.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\CodeEmitter.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\compiler.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\CoreClasses.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\DotNetTypeWrapper.cs" />
|
|
|
|
|
<Compile Include="runtime\DynamicClassLoader.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\DynamicTypeWrapper.cs" />
|
|
|
|
|
<Compile Include="runtime\intrinsics.cs" />
|
|
|
|
|
<Compile Include="runtime\JavaException.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\JsrInliner.cs" />
|
2014-10-04 11:27:48 +01:00
|
|
|
|
<Compile Include="runtime\LambdaMetafactory.cs" />
|
2014-08-13 10:39:27 +01:00
|
|
|
|
<Compile Include="runtime\LocalVars.cs" />
|
|
|
|
|
<Compile Include="runtime\MemberWrapper.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2014-10-04 11:27:48 +01:00
|
|
|
|
<Compile Include="runtime\MethodHandleUtil.cs" />
|
2014-08-13 10:39:27 +01:00
|
|
|
|
<Compile Include="runtime\profiler.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\ReflectUtil.cs" />
|
|
|
|
|
<Compile Include="runtime\RuntimeHelperTypes.cs" />
|
|
|
|
|
<Compile Include="runtime\Serialization.cs" />
|
|
|
|
|
<Compile Include="runtime\tracer.cs" />
|
|
|
|
|
<Compile Include="runtime\Types.cs" />
|
|
|
|
|
<Compile Include="runtime\TypeWrapper.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\verifier.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="runtime\vm.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CommonAssemblyInfo.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>
|