<?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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>BackupEssentials</RootNamespace> <AssemblyName>BackupEssentials</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <ExpressionBlendVersion>12.0.51020.0</ExpressionBlendVersion> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>none</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <UseVSHostingProcess>false</UseVSHostingProcess> <AllowedReferenceRelatedFileExtensions>-</AllowedReferenceRelatedFileExtensions> </PropertyGroup> <PropertyGroup> <StartupObject /> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Runcompat|AnyCPU'"> <OutputPath>bin\Runcompat\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Runshell|AnyCPU'"> <OutputPath>bin\Runshell\</OutputPath> <PlatformTarget>AnyCPU</PlatformTarget> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup> <ApplicationIcon>Resources\Icon.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.Expression.Drawing" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="PresentationFramework.Aero" /> <Reference Include="System" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xaml" /> <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="App.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> <Compile Include="AppPageManager.cs" /> <Compile Include="BackupReportWindow.xaml.cs"> <DependentUpon>BackupReportWindow.xaml</DependentUpon> </Compile> <Compile Include="BackupWindow.xaml.cs"> <DependentUpon>BackupWindow.xaml</DependentUpon> </Compile> <Compile Include="Backup\BackupLocation.cs" /> <Compile Include="Backup\BackupReport.cs" /> <Compile Include="Backup\BackupRunInfo.cs" /> <Compile Include="Backup\BackupRunner.cs" /> <Compile Include="Backup\History\HistoryEntry.cs" /> <Compile Include="Backup\History\HistoryGenerator.cs" /> <Compile Include="Backup\History\HistoryUtils.cs" /> <Compile Include="Data\DataStorage.cs" /> <Compile Include="Data\ExplorerIntegration.cs" /> <Compile Include="Backup\IO\IOAction.cs" /> <Compile Include="Backup\IO\IOType.cs" /> <Compile Include="Data\Language.cs" /> <Compile Include="Pages\About.xaml.cs"> <DependentUpon>About.xaml</DependentUpon> </Compile> <Compile Include="Controls\ButtonMainMenu.cs" /> <Compile Include="Pages\Backup.xaml.cs"> <DependentUpon>Backup.xaml</DependentUpon> </Compile> <Compile Include="Pages\BackupDrop.xaml.cs"> <DependentUpon>BackupDrop.xaml</DependentUpon> </Compile> <Compile Include="Pages\BackupEdit.xaml.cs"> <DependentUpon>BackupEdit.xaml</DependentUpon> </Compile> <Compile Include="Pages\History.xaml.cs"> <DependentUpon>History.xaml</DependentUpon> </Compile> <Compile Include="Pages\HomeSub\BackupGuide.xaml.cs"> <DependentUpon>BackupGuide.xaml</DependentUpon> </Compile> <Compile Include="Pages\HomeSub\DriveBackup.xaml.cs"> <DependentUpon>DriveBackup.xaml</DependentUpon> </Compile> <Compile Include="Pages\IPageResetUI.cs" /> <Compile Include="Pages\IPageShowData.cs" /> <Compile Include="Pages\Home.xaml.cs"> <DependentUpon>Home.xaml</DependentUpon> </Compile> <Compile Include="Pages\IPageSwitchHandler.cs" /> <Compile Include="Pages\Settings.xaml.cs"> <DependentUpon>Settings.xaml</DependentUpon> </Compile> <Compile Include="Sys\Settings.cs" /> <Compile Include="Sys\SettingsData.cs" /> <Compile Include="Sys\UI\DisplaySetting.cs" /> <Compile Include="TestingWindow.xaml.cs"> <DependentUpon>TestingWindow.xaml</DependentUpon> </Compile> <Compile Include="Sys\UI\DateFormat.cs" /> <Compile Include="Utils\FileUtils.cs" /> <Compile Include="Utils\KeyEqualityComparer.cs" /> <Compile Include="Utils\NativeMethods.cs" /> <Compile Include="Utils\NumberSerialization.cs" /> <Compile Include="Utils\ObservableDictionary.cs" /> <Compile Include="Utils\SafeDictionary.cs" /> <Compile Include="Utils\StringDictionarySerializer.cs" /> <Compile Include="Utils\ProgramArgsParser.cs" /> <Compile Include="Utils\ScheduledUpdate.cs" /> <Compile Include="Utils\WindowsFileUtils.cs" /> <Compile Include="Utils\WindowsVersion.cs" /> <Compile Include="Utils\WpfExtensions.cs" /> <Page Include="BackupReportWindow.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="BackupWindow.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\About.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="MainWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Compile Include="App.xaml.cs"> <DependentUpon>App.xaml</DependentUpon> <SubType>Code</SubType> </Compile> <Compile Include="Controls\ButtonTitleBar.cs" /> <Compile Include="MainWindow.xaml.cs"> <DependentUpon>MainWindow.xaml</DependentUpon> <SubType>Code</SubType> </Compile> <Page Include="Pages\Backup.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\BackupDrop.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\BackupEdit.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\History.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\Home.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Pages\HomeSub\BackupGuide.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\HomeSub\DriveBackup.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Pages\Settings.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Resource Include="Resources\Icon.ico" /> <Content Include="Resources\Lang\en"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Resources\Lang\cs"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Page Include="TestingWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> </ItemGroup> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <AppDesigner Include="Properties\" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.0"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> <Visible>False</Visible> <ProductName>Windows Installer 4.5</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Resource Include="Resources\SplashScreen.png" /> <Content Include="Resources\Guide1.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Resources\Guide2.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.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> --> </Project>