Cosmos/Users/Matthijs/Testing/IRs/EcmaCil/EcmaCil.csproj
2017-11-21 14:08:25 +00:00

111 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AE684C98-F100-47AE-9C8C-E71BF8C9F8AA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>EcmaCil</RootNamespace>
<AssemblyName>EcmaCil</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<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|x86' ">
<PlatformTarget>x86</PlatformTarget>
<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.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ArrayTypeMeta.cs" />
<Compile Include="BaseMemberMeta.cs" />
<Compile Include="BaseMeta.cs" />
<Compile Include="BaseMetaComparer.cs" />
<Compile Include="DataIds.cs" />
<Compile Include="MetaSorter.cs" />
<Compile Include="PointerTypeMeta.cs" />
<Compile Include="TypeMeta.cs" />
<Compile Include="Dump.cs" />
<Compile Include="Enums.cs" />
<Compile Include="ExceptionHandlingClauseMeta.cs" />
<Compile Include="FieldMeta.cs" />
<Compile Include="IL\BaseInstruction.cs" />
<Compile Include="IL\Enums.cs" />
<Compile Include="IL\InstructionArgument.cs" />
<Compile Include="IL\InstructionBranch.cs" />
<Compile Include="IL\InstructionDouble.cs" />
<Compile Include="IL\InstructionField.cs" />
<Compile Include="IL\InstructionInt32.cs" />
<Compile Include="IL\InstructionInt64.cs" />
<Compile Include="IL\InstructionLocal.cs" />
<Compile Include="IL\InstructionMethod.cs" />
<Compile Include="IL\InstructionNone.cs" />
<Compile Include="IL\InstructionSingle.cs" />
<Compile Include="IL\InstructionString.cs" />
<Compile Include="IL\InstructionSwitch.cs" />
<Compile Include="IL\InstructionToken.cs" />
<Compile Include="IL\InstructionType.cs" />
<Compile Include="LocalVariableMeta.cs" />
<Compile Include="MethodBodyMeta.cs" />
<Compile Include="MethodMeta.cs" />
<Compile Include="MethodParameterMeta.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\UtilityClasses\UtilityClasses.csproj">
<Project>{54795C40-B3E8-4DBB-A3DE-FACBADD20ADB}</Project>
<Name>UtilityClasses</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="ClassDiagram1.cd" />
</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>