1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
saviour-backup-system/Saviour Backup System/Saviour Backup System.csproj

319 lines
13 KiB
XML

<?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>{2E5567C0-50C8-4F1F-9352-E27529B777FC}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Saviour_Backup_System</RootNamespace>
<AssemblyName>Saviour Backup System</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<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>false</MapFileExtensions>
<ProductName>Saviour Backup System</ProductName>
<PublisherName>Saviour Backup System</PublisherName>
<TrustUrlParameters>true</TrustUrlParameters>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>0.1.0.1</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunCodeAnalysis>true</RunCodeAnalysis>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Cd-black-red.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Saviour_Backup_System.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<PropertyGroup />
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<RunCodeAnalysis>true</RunCodeAnalysis>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="CopyFiles">
<HintPath>.\CopyFiles.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2, Version=10.0.0.3, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Programs\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
<Reference Include="DevComponents.Instrumentation, Version=10.0.0.3, Culture=neutral, PublicKeyToken=f90dc37c26666a67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Programs\DotNetBar for Windows Forms\DevComponents.Instrumentation.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v4.0\Desktop\System.Data.SqlServerCe.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="7-Zip SDK\CommandLineParser.cs" />
<Compile Include="7-Zip SDK\CRC.cs" />
<Compile Include="7-Zip SDK\ICoder.cs" />
<Compile Include="7-Zip SDK\IMatchFinder.cs" />
<Compile Include="7-Zip SDK\InBuffer.cs" />
<Compile Include="7-Zip SDK\LzBinTree.cs" />
<Compile Include="7-Zip SDK\LzInWindow.cs" />
<Compile Include="7-Zip SDK\LzmaBase.cs" />
<Compile Include="7-Zip SDK\LzmaDecoder.cs" />
<Compile Include="7-Zip SDK\LzmaEncoder.cs" />
<Compile Include="7-Zip SDK\LzOutWindow.cs" />
<Compile Include="7-Zip SDK\OutBuffer.cs" />
<Compile Include="7-Zip SDK\RangeCoder.cs" />
<Compile Include="7-Zip SDK\RangeCoderBit.cs" />
<Compile Include="7-Zip SDK\RangeCoderBitTree.cs" />
<Compile Include="addBackupWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="addBackupWizard.Designer.cs">
<DependentUpon>addBackupWizard.cs</DependentUpon>
</Compile>
<Compile Include="backupViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="backupViewer.Designer.cs">
<DependentUpon>backupViewer.cs</DependentUpon>
</Compile>
<Compile Include="compression.cs" />
<Compile Include="currentTransfers.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="currentTransfers.Designer.cs">
<DependentUpon>currentTransfers.cs</DependentUpon>
</Compile>
<Compile Include="notificationIcon.cs" />
<Compile Include="OSInfo.cs" />
<Compile Include="Settings.cs" />
<Compile Include="setup.cs" />
<Compile Include="databaseTools.cs" />
<Compile Include="ejectDrive.cs" />
<Compile Include="splashScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="splashScreen.Designer.cs">
<DependentUpon>splashScreen.cs</DependentUpon>
</Compile>
<Compile Include="tools.cs" />
<Compile Include="transferWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="transferWindow.Designer.cs">
<DependentUpon>transferWindow.cs</DependentUpon>
</Compile>
<Compile Include="USBTools.cs" />
<Compile Include="mainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="mainWindow.Designer.cs">
<DependentUpon>mainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="addBackupWizard.resx">
<DependentUpon>addBackupWizard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="backupViewer.resx">
<DependentUpon>backupViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="currentTransfers.resx">
<DependentUpon>currentTransfers.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="mainWindow.resx">
<DependentUpon>mainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="splashScreen.resx">
<DependentUpon>splashScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="transferWindow.resx">
<DependentUpon>transferWindow.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Cd-black-red.ico" />
<None Include="Resources\editIcon.png" />
<None Include="Resources\deleteIcon.jpg" />
<None Include="Resources\saviour.sdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Resources\Cd-black-red.ico" />
<None Include="Resources\56229__pera__3beeps.wav" />
<None Include="Resources\Time Drive_256.png" />
<None Include="Resources\Logo.png" />
<None Include="Resources\hdd_down.png" />
<None Include="Resources\Cd-black-red-256.png" />
<None Include="Resources\Settings-flat-circle-256.png" />
<None Include="Resources\info_black-128.png" />
<None Include="Resources\exit.png" />
<None Include="Resources\237034-file_document_add_plus-512.png" />
<None Include="Resources\USB Drive_256.png" />
<None Include="Resources\External Drive_256.png" />
<None Include="Resources\error-image.png" />
<None Include="Resources\CD Yellow_256.png" />
<None Include="Resources\cdIcon.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,KB2468871">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29 and Update for .NET Framework 4 %28KB2468871%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %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.SqlServer.SQLSysClrTypes.11.0.x86">
<Visible>False</Visible>
<ProductName>Microsoft® System CLR Types for SQL Server® 2012 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PublishFile Include="DevComponents.DotNetBar2">
<Visible>False</Visible>
<PublishState>Include</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<FileType>Assembly</FileType>
</PublishFile>
<PublishFile Include="DevComponents.Instrumentation">
<Visible>False</Visible>
<PublishState>Include</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<FileType>Assembly</FileType>
</PublishFile>
<PublishFile Include="System.Data.SqlServerCe">
<Visible>False</Visible>
<PublishState>Include</PublishState>
<IncludeHash>True</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<FileType>Assembly</FileType>
</PublishFile>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.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>
-->
</Project>