added samples
[windows-sources.git] / sdk / samples / WPFSamples / GetReferrerSample / csharp / getreferrersample.csproj
blob757dcd641abc1c130e4671b440eb2d8fb3339b9f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{6FF350C1-BE8E-443D-A5DB-7EC2AE7B3FD2}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <RootNamespace>GetReferrerSample</RootNamespace>
8     <AssemblyName>GetReferrerSample</AssemblyName>
9     <WarningLevel>4</WarningLevel>
10     <OutputType>winexe</OutputType>
11     <EnableSecurityDebugging>false</EnableSecurityDebugging>
12     <ApplicationVersion>1.0.0.*</ApplicationVersion>
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     <BootstrapperEnabled>false</BootstrapperEnabled>
24     <ManifestKeyFile>GetReferrerSample_TemporaryKey.pfx</ManifestKeyFile>
25     <ManifestCertificateThumbprint>3FFF4EE0AC01ACE0A7E0A835AE9E6F244F468AEF</ManifestCertificateThumbprint>
26     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
27     <FileUpgradeFlags>
28     </FileUpgradeFlags>
29     <UpgradeBackupLocation>
30     </UpgradeBackupLocation>
31     <OldToolsVersion>2.0</OldToolsVersion>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34     <DebugSymbols>true</DebugSymbols>
35     <DebugType>full</DebugType>
36     <Optimize>false</Optimize>
37     <OutputPath>.\bin\Debug\</OutputPath>
38     <DefineConstants>DEBUG;TRACE</DefineConstants>
39   </PropertyGroup>
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41     <DebugSymbols>false</DebugSymbols>
42     <Optimize>true</Optimize>
43     <OutputPath>.\bin\Release\</OutputPath>
44     <DefineConstants>TRACE</DefineConstants>
45   </PropertyGroup>
46   <ItemGroup>
47     <Reference Include="mscorlib" />
48     <Reference Include="System" />
49     <Reference Include="WindowsBase" />
50     <Reference Include="PresentationCore" />
51     <Reference Include="PresentationFramework" />
52   </ItemGroup>
53   <ItemGroup>
54     <ApplicationDefinition Include="App.xaml">
55       <Generator>MSBuild:Compile</Generator>
56       <SubType>Designer</SubType>
57     </ApplicationDefinition>
58     <Page Include="ReferringPage.xaml">
59       <Generator>MSBuild:Compile</Generator>
60       <SubType>Designer</SubType>
61     </Page>
62     <Page Include="ReferredPage.xaml">
63       <Generator>MSBuild:Compile</Generator>
64       <SubType>Designer</SubType>
65     </Page>
66     <Compile Include="ReferringPage.xaml.cs">
67       <DependentUpon>ReferringPage.xaml</DependentUpon>
68       <SubType>Code</SubType>
69     </Compile>
70   </ItemGroup>
71   <ItemGroup>
72     <Compile Include="App.xaml.cs">
73       <DependentUpon>App.xaml</DependentUpon>
74     </Compile>
75     <Compile Include="ReferredPage.xaml.cs">
76       <SubType>Code</SubType>
77       <DependentUpon>ReferredPage.xaml</DependentUpon>
78     </Compile>
79     <None Include="GetReferrerSample_TemporaryKey.pfx" />
80     <None Include="Properties\app.manifest" />
81     <AppDesigner Include="Properties\" />
82   </ItemGroup>
83   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
84 </Project>