Home | History | Annotate | Download | only in PhoneXamlDirect3DApp1
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <PropertyGroup>
      4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      6     <ProductVersion>10.0.20506</ProductVersion>
      7     <SchemaVersion>2.0</SchemaVersion>
      8     <ProjectGuid>{CC734B3D-D8F2-4528-B223-0E7B8A4F6CC7}</ProjectGuid>
      9     <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
     10     <OutputType>Library</OutputType>
     11     <AppDesignerFolder>Properties</AppDesignerFolder>
     12     <RootNamespace>PhoneXamlDirect3DApp1</RootNamespace>
     13     <AssemblyName>PhoneXamlDirect3DApp1</AssemblyName>
     14     <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
     15     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
     16     <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
     17     <SilverlightApplication>true</SilverlightApplication>
     18     <SupportedCultures>
     19     </SupportedCultures>
     20     <XapOutputs>true</XapOutputs>
     21     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
     22     <XapFilename>PhoneXamlDirect3DApp1_$(Configuration)_$(Platform).xap</XapFilename>
     23     <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
     24     <SilverlightAppEntry>PhoneXamlDirect3DApp1.App</SilverlightAppEntry>
     25     <ValidateXaml>true</ValidateXaml>
     26     <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
     27     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
     28   </PropertyGroup>
     29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     30     <DebugSymbols>true</DebugSymbols>
     31     <DebugType>full</DebugType>
     32     <Optimize>false</Optimize>
     33     <OutputPath>Bin\Debug</OutputPath>
     34     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
     35     <NoStdLib>true</NoStdLib>
     36     <NoConfig>true</NoConfig>
     37     <ErrorReport>prompt</ErrorReport>
     38     <WarningLevel>4</WarningLevel>
     39   </PropertyGroup>
     40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     41     <DebugType>pdbonly</DebugType>
     42     <Optimize>true</Optimize>
     43     <OutputPath>Bin\Release</OutputPath>
     44     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
     45     <NoStdLib>true</NoStdLib>
     46     <NoConfig>true</NoConfig>
     47     <ErrorReport>prompt</ErrorReport>
     48     <WarningLevel>4</WarningLevel>
     49   </PropertyGroup>
     50   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     51     <DebugSymbols>true</DebugSymbols>
     52     <DebugType>full</DebugType>
     53     <Optimize>false</Optimize>
     54     <OutputPath>Bin\x86\Debug</OutputPath>
     55     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
     56     <NoStdLib>true</NoStdLib>
     57     <NoConfig>true</NoConfig>
     58     <ErrorReport>prompt</ErrorReport>
     59     <WarningLevel>4</WarningLevel>
     60   </PropertyGroup>
     61   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     62     <DebugType>pdbonly</DebugType>
     63     <Optimize>true</Optimize>
     64     <OutputPath>Bin\x86\Release</OutputPath>
     65     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
     66     <NoStdLib>true</NoStdLib>
     67     <NoConfig>true</NoConfig>
     68     <ErrorReport>prompt</ErrorReport>
     69     <WarningLevel>4</WarningLevel>
     70   </PropertyGroup>
     71   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
     72     <DebugSymbols>true</DebugSymbols>
     73     <DebugType>full</DebugType>
     74     <Optimize>false</Optimize>
     75     <OutputPath>Bin\ARM\Debug</OutputPath>
     76     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
     77     <NoStdLib>true</NoStdLib>
     78     <NoConfig>true</NoConfig>
     79     <ErrorReport>prompt</ErrorReport>
     80     <WarningLevel>4</WarningLevel>
     81   </PropertyGroup>
     82   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
     83     <DebugType>pdbonly</DebugType>
     84     <Optimize>true</Optimize>
     85     <OutputPath>Bin\ARM\Release</OutputPath>
     86     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
     87     <NoStdLib>true</NoStdLib>
     88     <NoConfig>true</NoConfig>
     89     <ErrorReport>prompt</ErrorReport>
     90     <WarningLevel>4</WarningLevel>
     91   </PropertyGroup>
     92   <ItemGroup>
     93     <Compile Include="App.xaml.cs">
     94       <DependentUpon>App.xaml</DependentUpon>
     95     </Compile>
     96     <Compile Include="LocalizedStrings.cs" />
     97     <Compile Include="MainPage.xaml.cs">
     98       <DependentUpon>MainPage.xaml</DependentUpon>
     99     </Compile>
    100     <Compile Include="Properties\AssemblyInfo.cs" />
    101     <Compile Include="Resources\AppResources.Designer.cs">
    102       <AutoGen>True</AutoGen>
    103       <DesignTime>True</DesignTime>
    104       <DependentUpon>AppResources.resx</DependentUpon>
    105     </Compile>
    106   </ItemGroup>
    107   <ItemGroup>
    108     <ApplicationDefinition Include="App.xaml">
    109       <SubType>Designer</SubType>
    110       <Generator>MSBuild:Compile</Generator>
    111     </ApplicationDefinition>
    112     <Page Include="MainPage.xaml">
    113       <SubType>Designer</SubType>
    114       <Generator>MSBuild:Compile</Generator>
    115     </Page>
    116   </ItemGroup>
    117   <ItemGroup>
    118     <None Include="Properties\AppManifest.xml" />
    119     <None Include="Properties\WMAppManifest.xml">
    120       <SubType>Designer</SubType>
    121     </None>
    122   </ItemGroup>
    123   <ItemGroup>
    124     <Content Include="Assets\AlignmentGrid.png" />
    125     <Content Include="Assets\ApplicationIcon.png">
    126       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    127     </Content>
    128     <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
    129       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    130     </Content>
    131     <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
    132       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    133     </Content>
    134     <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
    135       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    136     </Content>
    137     <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
    138       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    139     </Content>
    140     <Content Include="Assets\Tiles\IconicTileSmall.png">
    141       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    142     </Content>
    143     <Content Include="SplashScreenImage.jpg" />
    144   </ItemGroup>
    145   <ItemGroup>
    146     <ProjectReference Include="..\PhoneXamlDirect3DApp1Comp\PhoneXamlDirect3DApp1Comp.vcxproj">
    147       <Name>PhoneXamlDirect3DApp1Comp</Name>
    148     </ProjectReference>
    149   </ItemGroup>
    150   <ItemGroup>
    151     <EmbeddedResource Include="Resources\AppResources.resx">
    152       <Generator>PublicResXFileCodeGenerator</Generator>
    153       <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
    154     </EmbeddedResource>
    155   </ItemGroup>
    156   <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
    157   <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
    158   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    159        Other similar extension points exist, see Microsoft.Common.targets.
    160   <Target Name="BeforeBuild">
    161   </Target>
    162   <Target Name="AfterBuild">
    163   </Target>
    164   -->
    165   <ProjectExtensions />
    166 </Project>