251 lines
No EOL
10 KiB
XML
251 lines
No EOL
10 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>true</MapFileExtensions>
|
|
<ProductName>Saviour Backup System</ProductName>
|
|
<PublisherName>Saviour Backup System</PublisherName>
|
|
<TrustUrlParameters>true</TrustUrlParameters>
|
|
<ApplicationRevision>1</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.1</ApplicationVersion>
|
|
<UseApplicationTrust>true</UseApplicationTrust>
|
|
<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>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="CopyFiles">
|
|
<HintPath>.\CopyFiles.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevComponents.DotNetBar2, Version=10.0.0.3, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
|
|
<Reference Include="DevComponents.Instrumentation, Version=10.0.0.3, Culture=neutral, PublicKeyToken=bc4a9d761ea44ef0, processorArchitecture=MSIL" />
|
|
<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.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="addBackupWizard.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="addBackupWizard.Designer.cs">
|
|
<DependentUpon>addBackupWizard.cs</DependentUpon>
|
|
</Compile>
|
|
<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="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\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.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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PublishFile Include="DevComponents.DotNetBar2">
|
|
<Visible>False</Visible>
|
|
<Group>
|
|
</Group>
|
|
<TargetPath>
|
|
</TargetPath>
|
|
<PublishState>Include</PublishState>
|
|
<IncludeHash>True</IncludeHash>
|
|
<FileType>Assembly</FileType>
|
|
</PublishFile>
|
|
<PublishFile Include="DevComponents.Instrumentation">
|
|
<Visible>False</Visible>
|
|
<Group>
|
|
</Group>
|
|
<TargetPath>
|
|
</TargetPath>
|
|
<PublishState>Include</PublishState>
|
|
<IncludeHash>True</IncludeHash>
|
|
<FileType>Assembly</FileType>
|
|
</PublishFile>
|
|
<PublishFile Include="System.Data.SqlServerCe">
|
|
<Visible>False</Visible>
|
|
<Group>
|
|
</Group>
|
|
<TargetPath>
|
|
</TargetPath>
|
|
<PublishState>Include</PublishState>
|
|
<IncludeHash>True</IncludeHash>
|
|
<FileType>Assembly</FileType>
|
|
</PublishFile>
|
|
</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> |