36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<!--
|
|
###############################################################################
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
#
|
|
###############################################################################
|
|
-->
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Paths.targets" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<AssemblyName>Slides</AssemblyName>
|
|
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Slides.sg"/>
|
|
<BinaryResource Include="Slide*.bmp;XXXFinish.bmp">
|
|
<ClassName>Slides</ClassName>
|
|
<Namespace>Microsoft.Singularity.Applications</Namespace>
|
|
<FieldName>Content</FieldName>
|
|
<OutputAsArray>true</OutputAsArray>
|
|
<Args>/x</Args>
|
|
</BinaryResource>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
|
|
|
|
</Project>
|