|
|
@@ -0,0 +1,176 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProductVersion>10.0.20506</ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
+ <RootNamespace>Mono.CSharp</RootNamespace>
|
|
|
+ <AssemblyName>mcs</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>.\</OutputPath>
|
|
|
+ <DefineConstants>TRACE;DEBUG;NET_4_0;STATIC</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <UseVSHostingProcess>true</UseVSHostingProcess>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <DefineConstants>TRACE;NET_4_0;STATIC</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <OutputPath>.\</OutputPath>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="..\build\common\Consts.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">
|
|
|
+ <Link>CryptoConvert.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">
|
|
|
+ <Link>MonoSymbolFile.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">
|
|
|
+ <Link>MonoSymbolTable.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">
|
|
|
+ <Link>MonoSymbolWriter.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="argument.cs" />
|
|
|
+ <Compile Include="assembly.cs" />
|
|
|
+ <Compile Include="AssemblyInfo.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="anonymous.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="assign.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="attribute.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="cfold.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="class.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="codegen.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="complete.cs" />
|
|
|
+ <Compile Include="const.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="constant.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="convert.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="context.cs" />
|
|
|
+ <Compile Include="dynamic.cs" />
|
|
|
+ <Compile Include="eval.cs" />
|
|
|
+ <Compile Include="ikvm.cs" />
|
|
|
+ <Compile Include="import.cs" />
|
|
|
+ <Compile Include="lambda.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="cs-parser.cs" />
|
|
|
+ <Compile Include="cs-tokenizer.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="decl.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="delegate.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="doc.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="driver.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="ecore.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="enum.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="expression.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="flowanalysis.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="generic.cs" />
|
|
|
+ <Compile Include="iterators.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="literal.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="location.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="membercache.cs" />
|
|
|
+ <Compile Include="method.cs" />
|
|
|
+ <Compile Include="modifiers.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="namespace.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="nullable.cs" />
|
|
|
+ <Compile Include="..\tools\monop\outline.cs">
|
|
|
+ <Link>outline.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="parameter.cs" />
|
|
|
+ <Compile Include="pending.cs" />
|
|
|
+ <Compile Include="property.cs" />
|
|
|
+ <Compile Include="reflection.cs" />
|
|
|
+ <Compile Include="report.cs" />
|
|
|
+ <Compile Include="rootcontext.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="roottypes.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="statement.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="support.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="symbolwriter.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="typemanager.cs">
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="linq.cs" />
|
|
|
+ <Compile Include="field.cs" />
|
|
|
+ <Compile Include="typespec.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup Label="IKVM.Reflection">
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\*.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Emit\*.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Metadata\*.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Reader\*.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Writer\*.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Impl\CryptoHack.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Impl\ITypeOwner.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\class\IKVM.Reflection\Impl\SymbolSupport.cs">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <!-- 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>
|