2016-04-06 00:01:54 -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 > {225A1AFD-0890-44E8-B779-7502665C23A5}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SabreTools.Helper</RootNamespace>
2016-06-12 21:00:05 -07:00
<AssemblyName > SabreTools.Helper</AssemblyName>
2016-04-06 00:01:54 -07:00
<TargetFrameworkVersion > v4.5.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2016-04-12 15:43:34 -07:00
<OutputPath > ..\..\Debug\</OutputPath>
2016-04-06 00:01:54 -07:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
2016-04-12 15:43:34 -07:00
<OutputPath > ..\..\Release\</OutputPath>
2016-04-06 00:01:54 -07:00
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
2016-04-29 13:19:48 -07:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > ..\..\Debug-x64\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<OutputPath > ..\..\Release-x64\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2016-04-29 13:46:51 -07:00
<PropertyGroup >
2016-05-03 02:38:58 -07:00
<RunPostBuildEvent > OnBuildSuccess</RunPostBuildEvent>
2016-04-29 13:46:51 -07:00
</PropertyGroup>
2016-04-06 00:01:54 -07:00
<ItemGroup >
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-04-12 23:14:39 -07:00
<Reference Include= "SharpCompress, Version=0.11.6.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL" >
<HintPath > ..\packages\sharpcompress.0.11.6\lib\net40\SharpCompress.dll</HintPath>
2016-04-06 00:01:54 -07:00
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.ComponentModel.DataAnnotations" />
<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-04-06 00:01:54 -07:00
<Private > True</Private>
</Reference>
2016-06-15 11:21:39 -07:00
<Reference Include= "System.IO.Compression" />
<Reference Include= "System.IO.Compression.FileSystem" />
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-04-06 00:01:54 -07:00
<Private > True</Private>
</Reference>
2016-04-18 13:59:15 -07:00
<Reference Include= "System.Web" />
2016-04-06 00:01:54 -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-05-22 13:15:13 -07:00
<Compile Include= "Data\Constants.cs" />
2016-06-17 01:22:22 -07:00
<Compile Include= "Skippers.cs" />
2016-06-13 20:57:49 -07:00
<Compile Include= "Tools\ArchiveTools.cs" />
2016-06-12 20:03:59 -07:00
<Compile Include= "Tools\CRC32.cs" />
2016-06-13 20:59:38 -07:00
<Compile Include= "Tools\DBTools.cs" />
2016-05-22 13:15:13 -07:00
<Compile Include= "Data\Enums.cs" />
2016-05-28 16:15:47 -07:00
<Compile Include= "Interfaces\IGenerate.cs" />
<Compile Include= "Interfaces\IImport.cs" />
2016-04-06 00:01:54 -07:00
<Compile Include= "Logger.cs" />
2016-06-12 20:03:59 -07:00
<Compile Include= "Tools\Output.cs" />
2016-04-06 00:01:54 -07:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-06-17 01:22:22 -07:00
<Compile Include= "Mappings.cs" />
2016-06-12 20:03:59 -07:00
<Compile Include= "Tools\DatTools.cs" />
2016-05-22 13:15:13 -07:00
<Compile Include= "Data\Structs.cs" />
2016-06-13 23:42:27 -07:00
<Compile Include= "Tools\RomTools.cs" />
2016-06-12 20:03:59 -07:00
<Compile Include= "Tools\Stats.cs" />
<Compile Include= "Tools\Style.cs" />
2016-05-28 16:04:09 -07:00
<Compile Include= "Data\Build.cs" />
2016-04-06 00:01:54 -07:00
</ItemGroup>
<ItemGroup >
2016-05-05 10:13:57 -07:00
<None Include= "dats.sqlite" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2016-04-13 00:02:51 -07:00
<None Include= "LICENSE" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
2016-04-06 00:01:54 -07:00
<None Include= "packages.config" />
</ItemGroup>
2016-04-09 00:38:28 -07:00
<ItemGroup >
2016-05-03 02:38:58 -07:00
<Content Include= "Mappings\*.xml" >
2016-04-21 12:54:39 -07:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
2016-05-03 02:38:58 -07:00
<Content Include= "Skippers\*.xml" >
2016-04-09 00:38:28 -07:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
2016-05-03 02:38:58 -07:00
<Content Include= "*.dll" >
2016-04-20 17:02:15 -07:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
2016-04-09 00:38:28 -07:00
</ItemGroup>
2016-04-06 00:01:54 -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-04-06 00:01:54 -07:00
</Target>
2016-04-29 13:43:01 -07:00
<PropertyGroup >
2016-05-03 02:38:58 -07:00
<PostBuildEvent >
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup >
<PreBuildEvent > xcopy /s /e /y "$(SolutionDir)$(ProjectName)\$(PlatformName)\*.dll" "$(SolutionDir)$(ProjectName)"</PreBuildEvent>
2016-04-29 13:43:01 -07:00
</PropertyGroup>
2016-04-06 00:01:54 -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>