2008-03-05 09:52:00 -05:00
|
|
|
|
<!--
|
|
|
|
|
###############################################################################
|
|
|
|
|
#
|
|
|
|
|
# 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>DiagnosticsWebApp</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Diagnostics.sg" />
|
|
|
|
|
|
|
|
|
|
<BinaryResource Include="diagram.png">
|
|
|
|
|
<ClassName>DiagnosticImage</ClassName>
|
|
|
|
|
<Namespace>Microsoft.Singularity.WebApps</Namespace>
|
|
|
|
|
<FieldName>ImageData</FieldName>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<OutputAsArray>true</OutputAsArray>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
</BinaryResource>
|
|
|
|
|
|
|
|
|
|
<BinaryResource Include="MasterPage.htm">
|
|
|
|
|
<ClassName>MasterPage</ClassName>
|
|
|
|
|
<Namespace>Microsoft.Singularity.WebApps</Namespace>
|
|
|
|
|
<FieldName>HTMLData</FieldName>
|
2008-11-17 18:29:00 -05:00
|
|
|
|
<OutputAsArray>true</OutputAsArray>
|
2008-03-05 09:52:00 -05:00
|
|
|
|
</BinaryResource>
|
|
|
|
|
|
|
|
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\WebApps.Contracts\WebApps.Contracts.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Driver\WebAppDriver.csproj" />
|
|
|
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\WebApps\WebAppsLib.csproj" />
|
|
|
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Diagnostics.Contracts\Diagnostics.Contracts.csproj" />
|
|
|
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\PingPong.Contracts\PingPong.Contracts.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\ConsoleCategory.targets" />
|
|
|
|
|
|
|
|
|
|
</Project>
|