2016-03-28 01:01:56 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.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 > {66339C8A-F331-467C-B311-08A8F7284671}</ProjectGuid>
<OutputType > Exe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
2016-03-30 02:36:23 -07:00
<RootNamespace > Headerer</RootNamespace>
<AssemblyName > Headerer</AssemblyName>
2016-03-28 01:01:56 -07:00
<TargetFrameworkVersion > v4.5.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
2016-03-30 02:36:23 -07:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-03-28 01:01:56 -07:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2016-04-12 15:43:34 -07:00
<OutputPath > ..\..\Debug\</OutputPath>
2016-03-28 01:01:56 -07:00
<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>
2016-04-12 15:43:34 -07:00
<OutputPath > ..\..\Release\</OutputPath>
2016-03-28 01:01:56 -07:00
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2016-03-30 02:36:23 -07:00
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private > True</Private>
</Reference>
2016-04-20 17:02:15 -07:00
<Reference Include= "Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
<Private > True</Private>
</Reference>
2016-03-28 01:01:56 -07:00
<Reference Include= "System" />
2016-03-30 02:36:23 -07:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2016-03-28 01:01:56 -07:00
<Reference Include= "System.Core" />
2016-04-20 17:02:15 -07:00
<Reference Include= "System.Data.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Data.Portable.dll</HintPath>
2016-03-30 02:36:23 -07:00
<Private > True</Private>
</Reference>
2016-04-20 17:02:15 -07:00
<Reference Include= "System.Transactions" />
<Reference Include= "System.Transactions.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Transactions.Portable.dll</HintPath>
2016-03-30 02:36:23 -07:00
<Private > True</Private>
</Reference>
2016-03-28 01:01:56 -07:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2016-03-30 01:31:07 -07:00
<Compile Include= "Headerer.cs" />
2016-03-28 01:01:56 -07:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
2016-03-30 02:36:23 -07:00
<None Include= "packages.config" />
2016-03-28 01:01:56 -07:00
</ItemGroup>
2016-04-06 00:01:54 -07:00
<ItemGroup >
<ProjectReference Include= "..\SabreHelper\SabreHelper.csproj" >
<Project > {225a1afd-0890-44e8-b779-7502665c23a5}</Project>
<Name > SabreHelper</Name>
</ProjectReference>
</ItemGroup>
2016-04-08 23:29:03 -07:00
<ItemGroup />
2016-03-28 01:01:56 -07:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2016-04-20 17:02:15 -07:00
<Import Project= "..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition= "Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" />
<Target Name= "EnsureMonoDataSqlitePortableImported" BeforeTargets= "BeforeBuild" Condition= "'$(MonoDataSqlitePortableImported)' == ''" >
<Error Condition= "!Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." />
<Error Condition= "Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build." />
2016-03-30 02:36:23 -07:00
</Target>
2016-03-28 01:01:56 -07:00
<!-- 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>