2008-11-17 18:29:00 -05:00
|
|
|
<!--
|
2008-03-05 09:52:00 -05:00
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
Microsoft Research Singularity
|
|
|
|
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
-->
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2008-11-17 18:29:00 -05:00
|
|
|
<Import Project="..\..\Paths.targets"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
<AssemblyName>TestExport</AssemblyName>
|
2008-03-05 09:52:00 -05:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2008-11-17 18:29:00 -05:00
|
|
|
<Compile Include="TestExport.cs"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
<Reference Include="System"/>
|
|
|
|
<Reference Include="System.Xml"/>
|
2008-11-17 18:29:00 -05:00
|
|
|
<Reference Include="System.Data"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<COMReference Include="ProductStudio">
|
|
|
|
<Guid>{F66AF47A-03D8-4CEA-A78C-F1AE2F84DD7D}</Guid>
|
|
|
|
<VersionMajor>2</VersionMajor>
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
</COMReference>
|
2008-03-05 09:52:00 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Windows.targets" />
|
|
|
|
|
|
|
|
</Project>
|