2014-03-29 06:44:15 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>10.0.20506</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{83CC88FE-7E79-4E1E-A129-742987130B5C}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>PhoneDirect3DXamlAppInterop</RootNamespace>
|
|
|
|
|
<AssemblyName>PhoneDirect3DXamlAppInterop</AssemblyName>
|
|
|
|
|
<TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
|
|
|
|
|
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
|
|
|
|
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
|
|
|
<SilverlightApplication>true</SilverlightApplication>
|
|
|
|
|
<SupportedCultures>
|
|
|
|
|
</SupportedCultures>
|
|
|
|
|
<XapOutputs>true</XapOutputs>
|
|
|
|
|
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
|
|
|
|
|
<XapFilename>PhoneDirect3DXamlAppInterop_$(Configuration)_$(Platform).xap</XapFilename>
|
|
|
|
|
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
|
|
|
|
|
<SilverlightAppEntry>PhoneDirect3DXamlAppInterop.App</SilverlightAppEntry>
|
|
|
|
|
<ValidateXaml>true</ValidateXaml>
|
|
|
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
|
|
|
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>Bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>Bin\Release</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>Bin\x86\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>Bin\x86\Release</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>Bin\ARM\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>Bin\ARM\Release</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="App.xaml.cs" />
|
|
|
|
|
<Compile Include="EditBox.xaml.cs" />
|
|
|
|
|
<Compile Include="LocalizedStrings.cs" />
|
|
|
|
|
<Compile Include="MainPage.xaml.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Resources\AppResources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>AppResources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-09-15 11:04:07 +08:00
|
|
|
|
<None Include="..\..\Resources\fonts\Marker Felt.ttf">
|
2014-09-05 11:21:08 +08:00
|
|
|
|
<Link>Assets\Resources\fonts\Marker Felt.ttf</Link>
|
|
|
|
|
</None>
|
2014-03-29 06:44:15 +08:00
|
|
|
|
<None Include="Properties\AppManifest.xml" />
|
|
|
|
|
<None Include="Properties\WMAppManifest.xml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-09-15 11:04:07 +08:00
|
|
|
|
<Content Include="..\..\Resources\CloseNormal.png">
|
2014-09-05 11:21:08 +08:00
|
|
|
|
<Link>Assets\Resources\CloseNormal.png</Link>
|
|
|
|
|
</Content>
|
2014-09-15 11:04:07 +08:00
|
|
|
|
<Content Include="..\..\Resources\CloseSelected.png">
|
2014-09-05 11:21:08 +08:00
|
|
|
|
<Link>Assets\Resources\CloseSelected.png</Link>
|
|
|
|
|
</Content>
|
2014-09-15 11:04:07 +08:00
|
|
|
|
<Content Include="..\..\Resources\HelloWorld.png">
|
2014-09-05 11:21:08 +08:00
|
|
|
|
<Link>Assets\Resources\HelloWorld.png</Link>
|
|
|
|
|
</Content>
|
2014-03-29 06:44:15 +08:00
|
|
|
|
<Content Include="Assets\AlignmentGrid.png" />
|
|
|
|
|
<Content Include="Assets\ApplicationIcon.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Assets\Tiles\FlipCycleTileLarge.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Assets\Tiles\FlipCycleTileMedium.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Assets\Tiles\FlipCycleTileSmall.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Assets\Tiles\IconicTileMediumLarge.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Assets\Tiles\IconicTileSmall.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="SplashScreenImage.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-06-09 16:17:19 +08:00
|
|
|
|
<ProjectReference Include="..\AppComponent\HelloCppComponent.vcxproj">
|
2014-03-29 06:44:15 +08:00
|
|
|
|
<Name>HelloCppComponent</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\AppResources.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="EditBox.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="MainPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
2014-09-05 11:21:08 +08:00
|
|
|
|
<ItemGroup />
|
2014-03-29 06:44:15 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
2014-09-05 11:21:08 +08:00
|
|
|
|
<ProjectExtensions />
|
2014-03-29 06:44:15 +08:00
|
|
|
|
</Project>
|