|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
|
|
|
|
|
xmlns:cs="urn:schemas-csharp-project:template">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SilverlightApplication>true</SilverlightApplication>
|
|
|
|
|
<XapOutputs>true</XapOutputs>
|
|
|
|
|
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
|
|
|
|
|
<XapFilename>$(AssemblyName).xap</XapFilename>
|
|
|
|
|
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
|
|
|
|
|
<SilverlightAppEntry>$(RootNamespace).App</SilverlightAppEntry>
|
|
|
|
|
<TestPageFileName>TestPage.html</TestPageFileName>
|
|
|
|
|
<CreateTestPage>true</CreateTestPage>
|
|
|
|
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
|
|
|
<OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
|
|
|
|
|
<EnableOutOfBrowser>true</EnableOutOfBrowser>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System.Windows" />
|
|
|
|
|
<Reference Include="System.Windows.Browser" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="Properties\AppManifest.xml" />
|
|
|
|
|
<None Include="Properties\OutOfBrowserSettings.xml" />
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|