49 lines
2.1 KiB
XML
49 lines
2.1 KiB
XML
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
|
|||
|
<Import Project="..\..\..\..\Paths.targets" />
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<AssemblyName>bartok</AssemblyName>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Bartok.cs" />
|
|||
|
<Compile Include="Proxy.sg" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="..\MSIL\Bartok.Analysis.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Backend.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.CfgUtil.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Coff.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Convert.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Datatype.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.DebugInfo.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Encode.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Ir.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Lir.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Mangle.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.MSIL.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Opt.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Profile.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Regalloc.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Tables.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Utility.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Cheap.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Marshal.dll" />
|
|||
|
<Reference Include="..\MSIL\Bartok.Regreal.dll" />
|
|||
|
|
|||
|
<ProjectReference Include="..\Contracts\BartokHContracts.csproj"/>
|
|||
|
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.IO\System.IO.csproj"/>
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\FileSystem.Utils\FileSystem.Utils.csproj"/>
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj"/>
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Security\Security.csproj"/>
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
|
|||
|
|
|||
|
</Project>
|