mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 13:28:41 +00:00
101 lines
No EOL
4.6 KiB
XML
101 lines
No EOL
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{5A39A8DF-D99E-4112-9676-BD3EED969A9C}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Indy.IL2CPU.IL</RootNamespace>
|
|
<AssemblyName>Indy.IL2CPU.IL</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CustomImplementations\System\BooleanImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\ByteImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\CharImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\Int64Impl.cs" />
|
|
<Compile Include="CustomImplementations\System\IntPtrImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\UInt32Impl.cs" />
|
|
<Compile Include="CustomImplementations\System\Int32Impl.cs" />
|
|
<Compile Include="CustomImplementations\System\UInt16Impl.cs" />
|
|
<Compile Include="CustomImplementations\System\EnumImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\Int16Impl.cs" />
|
|
<Compile Include="CustomImplementations\System\ObjectImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\SRImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\UInt64Impl.cs" />
|
|
<Compile Include="CustomMethodImplementationOp.cs" />
|
|
<Compile Include="CustomMethodImplementationProxyOp.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="ILReader.cs" />
|
|
<Compile Include="ILReader.Utilities.cs" />
|
|
<Compile Include="InitVmtImplementationOp.cs" />
|
|
<Compile Include="MainEntryPointOp.cs" />
|
|
<Compile Include="MethodFooterOp.cs" />
|
|
<Compile Include="MethodHeaderOp.cs" />
|
|
<Compile Include="MethodInformation.cs" />
|
|
<Compile Include="Op.cs" />
|
|
<Compile Include="OpCodeAttribute.cs" />
|
|
<Compile Include="OpCodeMap.cs" />
|
|
<Compile Include="PInvokeMethodBodyOp.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="TypeInformation.cs" />
|
|
<Compile Include="Utilities.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
|
|
<Project>{8E8CAD9B-C092-4071-AD92-E7A4E7BA776F}</Project>
|
|
<Name>Indy.IL2CPU.Assembler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.Plugs\Indy.IL2CPU.Plugs.csproj">
|
|
<Project>{E9B2E8CC-E264-42F9-9113-16B0A0431198}</Project>
|
|
<Name>Indy.IL2CPU.Plugs</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Cosmos.snk" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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> |