| <?xml version="1.0" encoding="utf-8"?> |
| <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| <PropertyGroup> |
| <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <ProjectGuid>{9749E0FB-CDCF-4D80-8953-AAB577B44234}</ProjectGuid> |
| <OutputType>winmdobj</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>BatteryStatus</RootNamespace> |
| <AssemblyName>BatteryStatus</AssemblyName> |
| <DefaultLanguage>en-US</DefaultLanguage> |
| <FileAlignment>512</FileAlignment> |
| <ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier> |
| <TargetPlatformVersion>8.1</TargetPlatformVersion> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <DebugSymbols>true</DebugSymbols> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <OutputPath>bin\Debug\</OutputPath> |
| <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants> |
| <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;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| </PropertyGroup> |
| <ItemGroup> |
| <!-- A reference to the entire .NET Framework is automatically included --> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="BatteryStatus.cs" /> |
| <Compile Include="Properties\AssemblyInfo.cs" /> |
| </ItemGroup> |
| <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
| <PropertyGroup> |
| <PostBuildEvent>xcopy /Y /Q "$(TargetPath)" "$(SolutionDir).."</PostBuildEvent> |
| </PropertyGroup> |
| <!-- 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> |
| --> |
| </Project> |