1
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

138 lines
6.1 KiB
XML
Raw Normal View History

2014-06-25 11:47:28 +01:00
<?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>
</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>
</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>
2014-06-25 15:49:40 +01:00
<PropertyGroup>
<ApplicationIcon>Cd-black-red.ico</ApplicationIcon>
</PropertyGroup>
2014-07-17 21:39:27 +01:00
<PropertyGroup>
<StartupObject>Saviour_Backup_System.Program</StartupObject>
</PropertyGroup>
2014-06-25 11:47:28 +01:00
<ItemGroup>
<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" />
2014-06-25 11:47:28 +01:00
<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>
2014-06-25 11:47:28 +01:00
<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>
2014-08-02 10:43:54 +01:00
<Compile Include="notificationIcon.cs" />
2014-11-07 00:38:59 +00:00
<Compile Include="OSInfo.cs" />
<Compile Include="setup.cs" />
<Compile Include="databaseTools.cs" />
2014-07-21 12:40:52 +01:00
<Compile Include="ejectDrive.cs" />
2014-07-17 21:39:27 +01:00
<Compile Include="splashScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="splashScreen.Designer.cs">
<DependentUpon>splashScreen.cs</DependentUpon>
</Compile>
<Compile Include="tools.cs" />
<Compile Include="USBTools.cs" />
2014-07-17 21:39:27 +01:00
<Compile Include="mainWindow.cs">
2014-06-25 11:47:28 +01:00
<SubType>Form</SubType>
</Compile>
2014-07-17 21:39:27 +01:00
<Compile Include="mainWindow.Designer.cs">
<DependentUpon>mainWindow.cs</DependentUpon>
2014-06-25 11:47:28 +01:00
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2014-07-17 21:39:27 +01:00
<EmbeddedResource Include="mainWindow.resx">
<DependentUpon>mainWindow.cs</DependentUpon>
</EmbeddedResource>
2014-06-25 11:47:28 +01:00
<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>
2014-07-30 22:28:46 +01:00
<DesignTime>True</DesignTime>
2014-06-25 11:47:28 +01:00
</Compile>
2014-07-17 21:39:27 +01:00
<EmbeddedResource Include="splashScreen.resx">
<DependentUpon>splashScreen.cs</DependentUpon>
</EmbeddedResource>
2014-06-25 11:47:28 +01:00
<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>
2014-06-25 15:49:40 +01:00
<ItemGroup>
<Content Include="Cd-black-red.ico" />
2014-11-09 18:10:47 +00:00
<None Include="Resources\saviour.sdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2014-08-02 10:43:54 +01:00
<None Include="Resources\Cd-black-red.ico" />
2014-07-31 15:29:38 +01:00
<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" />
2014-07-30 22:28:46 +01:00
<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" />
2014-06-25 15:49:40 +01:00
</ItemGroup>
2014-06-25 11:47:28 +01:00
<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>