added samples
[windows-sources.git] / sdk / samples / WPFSamples / CubeAnimation / csharp / cubeanimation_xbap.csproj
blobdbc4ba6b940f4948b788e6e266b3faad81a8be64
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <AssemblyName>CubeAnimation</AssemblyName>
7     <OutputType>winexe</OutputType>
8     <TargetType>$(OutputType)</TargetType>
9     <ProductVersion>8.0.50727</ProductVersion>
10     <SchemaVersion>2.0</SchemaVersion>
11     <ProjectGuid>{741625E1-5709-4568-A03F-EDADA6B30F45}</ProjectGuid>
12     <EnableSecurityDebugging>false</EnableSecurityDebugging>
13     <!-- Most people will use Publish dialog in Visual Studio to increment this -->
14     <MapFileExtensions>False</MapFileExtensions>
15     <HostInBrowser>True</HostInBrowser>
16     <Install>False</Install>
17     <TargetZone>Internet</TargetZone>
18     <StartAction>Program</StartAction>
19     <StartProgram>$(WINDIR)\System32\PresentationHost.exe</StartProgram>
20     <ApplicationExtension>.xbap</ApplicationExtension>
21     <StartArguments>-debug "$(MSBuildProjectDirectory)\bin\$(Configuration)\$(AssemblyName)$(ApplicationExtension)"</StartArguments>
22     <SignManifests>true</SignManifests>
23     <ManifestCertificateThumbprint>8A56AD997ABFFD66F2A4E73F30C01D5D52C20C2E</ManifestCertificateThumbprint>
24     <ManifestKeyFile>CubeAnimation_TemporaryKey.pfx</ManifestKeyFile>
25     <GenerateManifests>true</GenerateManifests>
26     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
27     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
28     <OldToolsVersion>2.0</OldToolsVersion>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <DebugSymbols>true</DebugSymbols>
32     <DebugType>full</DebugType>
33     <Optimize>false</Optimize>
34     <OutputPath>.\bin\Debug\</OutputPath>
35     <DefineConstants>DEBUG;TRACE</DefineConstants>
36     <WarningLevel>1</WarningLevel>
37   </PropertyGroup>
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39     <DebugSymbols>false</DebugSymbols>
40     <Optimize>true</Optimize>
41     <OutputPath>.\bin\Release\</OutputPath>
42     <DefineConstants>TRACE</DefineConstants>
43   </PropertyGroup>
44   <ItemGroup>
45     <Reference Include="System" />
46     <Reference Include="System.Data" />
47     <Reference Include="System.Web" />
48     <Reference Include="System.Web.Services" />
49     <Reference Include="System.Xml" />
50     <Reference Include="WindowsBase" />
51     <Reference Include="PresentationCore" />
52     <Reference Include="PresentationFramework" />
53   </ItemGroup>
54   <ItemGroup>
55     <BaseApplicationManifest Include="Properties\app.manifest" />
56   </ItemGroup>
57   <ItemGroup>
58     <None Include="CubeAnimation_TemporaryKey.pfx" />
59   </ItemGroup>
60   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
61   <ItemGroup>
62     <ApplicationDefinition Include="app.xaml">
63       <Generator>MSBuild:Compile</Generator>
64       <SubType>Designer</SubType>
65     </ApplicationDefinition>
66     <Page Include="Page1.xaml">
67       <SubType>Designer</SubType>
68       <Generator>MSBuild:Compile</Generator>
69     </Page>
70   </ItemGroup>
71   <ItemGroup>
72     <Compile Include="app.xaml.cs">
73       <DependentUpon>app.xaml</DependentUpon>
74       <SubType>Code</SubType>
75     </Compile>
76     <Compile Include="Trackball.cs" />
77     <Compile Include="Page1.xaml.cs">
78       <DependentUpon>Page1.xaml</DependentUpon>
79       <SubType>Code</SubType>
80     </Compile>
81     <Resource Include="images\roundcornersheet.png">
82       <FileStorage>loose</FileStorage>
83       <Localizable>False</Localizable>
84       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
85     </Resource>
86     <Resource Include="images\Star.png">
87       <FileStorage>loose</FileStorage>
88       <Localizable>False</Localizable>
89       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
90     </Resource>
91   </ItemGroup>
92 </Project>