2008-03-05 09:52:00 -05:00
|
|
|
|
<!--
|
|
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
|
|
Microsoft Research Singularity
|
|
|
|
|
|
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
|
|
|
|
|
Note:
|
|
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
|
-->
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Prototype|ApicMP' ">
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="..\..\Paths.targets" />
|
2008-03-05 09:52:00 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyName>DistroBuilder</AssemblyName>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<ProjectGuid>{FDF5273A-BB01-41A2-AA37-93E0B346F2BE}</ProjectGuid>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<Compile Include="DistroBuilder.cs" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2008-03-05 09:52:00 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
|
2008-11-17 18:29:00 -05:00
|
|
|
|
</Project>
|