Advertisement
milasch

Untitled

Oct 29th, 2013
1,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4.   <PropertyGroup>
  5.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7.     <ProjectGuid>{760AE060-FBD6-4FBA-8805-898E3FB7AA84}</ProjectGuid>
  8.     <OutputType>AppContainerExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>App2</RootNamespace>
  11.     <AssemblyName>App2</AssemblyName>
  12.     <DefaultLanguage>en-US</DefaultLanguage>
  13.     <TargetPlatformVersion>8.1</TargetPlatformVersion>
  14.     <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  15.     <FileAlignment>512</FileAlignment>
  16.     <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17.     <PackageCertificateKeyFile>App2_TemporaryKey.pfx</PackageCertificateKeyFile>
  18.   </PropertyGroup>
  19.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20.     <PlatformTarget>AnyCPU</PlatformTarget>
  21.     <DebugSymbols>true</DebugSymbols>
  22.     <DebugType>full</DebugType>
  23.     <Optimize>false</Optimize>
  24.     <OutputPath>bin\Debug\</OutputPath>
  25.     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  26.     <ErrorReport>prompt</ErrorReport>
  27.     <WarningLevel>4</WarningLevel>
  28.   </PropertyGroup>
  29.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30.     <PlatformTarget>AnyCPU</PlatformTarget>
  31.     <DebugType>pdbonly</DebugType>
  32.     <Optimize>true</Optimize>
  33.     <OutputPath>bin\Release\</OutputPath>
  34.     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  35.     <ErrorReport>prompt</ErrorReport>
  36.     <WarningLevel>4</WarningLevel>
  37.   </PropertyGroup>
  38.   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  39.     <DebugSymbols>true</DebugSymbols>
  40.     <OutputPath>bin\ARM\Debug\</OutputPath>
  41.     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  42.     <NoWarn>;2008</NoWarn>
  43.     <DebugType>full</DebugType>
  44.     <PlatformTarget>ARM</PlatformTarget>
  45.     <UseVSHostingProcess>false</UseVSHostingProcess>
  46.     <ErrorReport>prompt</ErrorReport>
  47.     <Prefer32Bit>true</Prefer32Bit>
  48.   </PropertyGroup>
  49.   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  50.     <OutputPath>bin\ARM\Release\</OutputPath>
  51.     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  52.     <Optimize>true</Optimize>
  53.     <NoWarn>;2008</NoWarn>
  54.     <DebugType>pdbonly</DebugType>
  55.     <PlatformTarget>ARM</PlatformTarget>
  56.     <UseVSHostingProcess>false</UseVSHostingProcess>
  57.     <ErrorReport>prompt</ErrorReport>
  58.     <Prefer32Bit>true</Prefer32Bit>
  59.   </PropertyGroup>
  60.   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  61.     <DebugSymbols>true</DebugSymbols>
  62.     <OutputPath>bin\x64\Debug\</OutputPath>
  63.     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  64.     <NoWarn>;2008</NoWarn>
  65.     <DebugType>full</DebugType>
  66.     <PlatformTarget>x64</PlatformTarget>
  67.     <UseVSHostingProcess>false</UseVSHostingProcess>
  68.     <ErrorReport>prompt</ErrorReport>
  69.     <Prefer32Bit>true</Prefer32Bit>
  70.   </PropertyGroup>
  71.   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  72.     <OutputPath>bin\x64\Release\</OutputPath>
  73.     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  74.     <Optimize>true</Optimize>
  75.     <NoWarn>;2008</NoWarn>
  76.     <DebugType>pdbonly</DebugType>
  77.     <PlatformTarget>x64</PlatformTarget>
  78.     <UseVSHostingProcess>false</UseVSHostingProcess>
  79.     <ErrorReport>prompt</ErrorReport>
  80.     <Prefer32Bit>true</Prefer32Bit>
  81.   </PropertyGroup>
  82.   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  83.     <DebugSymbols>true</DebugSymbols>
  84.     <OutputPath>bin\x86\Debug\</OutputPath>
  85.     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  86.     <NoWarn>;2008</NoWarn>
  87.     <DebugType>full</DebugType>
  88.     <PlatformTarget>x86</PlatformTarget>
  89.     <UseVSHostingProcess>false</UseVSHostingProcess>
  90.     <ErrorReport>prompt</ErrorReport>
  91.     <Prefer32Bit>true</Prefer32Bit>
  92.   </PropertyGroup>
  93.   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  94.     <OutputPath>bin\x86\Release\</OutputPath>
  95.     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  96.     <Optimize>true</Optimize>
  97.     <NoWarn>;2008</NoWarn>
  98.     <DebugType>pdbonly</DebugType>
  99.     <PlatformTarget>x86</PlatformTarget>
  100.     <UseVSHostingProcess>false</UseVSHostingProcess>
  101.     <ErrorReport>prompt</ErrorReport>
  102.     <Prefer32Bit>true</Prefer32Bit>
  103.   </PropertyGroup>
  104.   <ItemGroup>
  105.     <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  106.     <SDKReference Include="Microsoft.VCLibs, version=12.0">
  107.       <Name>Microsoft Visual C++ 2013 Runtime Package for Windows</Name>
  108.     </SDKReference>
  109.     <SDKReference Include="SQLite.WinRT81, Version=3.8.0.2">
  110.       <Name>SQLite for Windows Runtime %28Windows 8.1%29</Name>
  111.     </SDKReference>
  112.   </ItemGroup>
  113.   <ItemGroup>
  114.     <Compile Include="App.xaml.cs">
  115.       <DependentUpon>App.xaml</DependentUpon>
  116.     </Compile>
  117.     <Compile Include="MainPage.xaml.cs">
  118.       <DependentUpon>MainPage.xaml</DependentUpon>
  119.     </Compile>
  120.     <Compile Include="Properties\AssemblyInfo.cs" />
  121.   </ItemGroup>
  122.   <ItemGroup>
  123.     <AppxManifest Include="Package.appxmanifest">
  124.       <SubType>Designer</SubType>
  125.     </AppxManifest>
  126.     <None Include="App2_TemporaryKey.pfx" />
  127.   </ItemGroup>
  128.   <ItemGroup>
  129.     <Content Include="Assets\Logo.scale-100.png" />
  130.     <Content Include="Assets\SmallLogo.scale-100.png" />
  131.     <Content Include="Assets\SplashScreen.scale-100.png" />
  132.     <Content Include="Assets\StoreLogo.scale-100.png" />
  133.   </ItemGroup>
  134.   <ItemGroup>
  135.     <ApplicationDefinition Include="App.xaml">
  136.       <Generator>MSBuild:Compile</Generator>
  137.       <SubType>Designer</SubType>
  138.     </ApplicationDefinition>
  139.     <Page Include="MainPage.xaml">
  140.       <Generator>MSBuild:Compile</Generator>
  141.       <SubType>Designer</SubType>
  142.     </Page>
  143.   </ItemGroup>
  144.   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  145.     <VisualStudioVersion>12.0</VisualStudioVersion>
  146.   </PropertyGroup>
  147.   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  148.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149.       Other similar extension points exist, see Microsoft.Common.targets.
  150.  <Target Name="BeforeBuild">
  151.  </Target>
  152.  <Target Name="AfterBuild">
  153.  </Target>
  154.  -->
  155. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement