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>
2016-10-28 21:01:52 -07:00
<OutputPath > ..\..\Debug-x64</OutputPath>
2016-04-29 13:19:48 -07:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2016-10-28 21:01:52 -07:00
<OutputPath > ..\..\Release-x64</OutputPath>
2016-04-29 13:19:48 -07:00
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
2016-10-28 21:47:11 -07:00
<DebugType >
</DebugType>
2016-10-28 21:01:52 -07:00
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Mono|AnyCPU'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > ..\..\Debug-mono</OutputPath>
2016-10-28 21:55:07 -07:00
<DefineConstants > TRACE;DEBUG;MONO</DefineConstants>
2016-10-28 21:01:52 -07:00
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Mono|x64'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > ..\..\Debug-mono-x64</OutputPath>
2016-10-28 21:49:29 -07:00
<DefineConstants > TRACE;DEBUG;MONO</DefineConstants>
2016-10-28 21:01:52 -07:00
<DebugType > full</DebugType>
2016-04-29 13:19:48 -07:00
<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-06 00:01:54 -07:00
<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" />
2017-02-13 13:53:06 -08:00
<Reference Include= "AlphaFS" >
<HintPath > ..\packages\AlphaFS.2.1.2\lib\net452\AlphaFS.dll</HintPath>
</Reference>
<Reference Include= "SharpCompress" >
<HintPath > ..\packages\SharpCompress.0.15.1\lib\net45\SharpCompress.dll</HintPath>
</Reference>
2016-04-06 00:01:54 -07:00
</ItemGroup>
<ItemGroup >
2016-05-22 13:15:13 -07:00
<Compile Include= "Data\Constants.cs" />
2016-09-09 14:28:00 -07:00
<Compile Include= "Data\Flags.cs" />
2016-11-04 11:57:32 -07:00
<Compile Include= "Dats\Partials\DatFile.Bucketing.cs" />
<Compile Include= "Dats\Partials\DatFile.ConvertUpdate.cs" />
<Compile Include= "Dats\Partials\DatFile.DFD.cs" />
<Compile Include= "Dats\Partials\DatFile.Parsers.cs" />
2016-10-26 21:02:01 -07:00
<Compile Include= "Dats\Filter.cs" />
2016-11-04 11:57:32 -07:00
<Compile Include= "Dats\Partials\DatFile.Rebuild.cs" />
<Compile Include= "Dats\Partials\DatFile.Splitters.cs" />
<Compile Include= "Dats\Partials\DatFile.Statistics.cs" />
<Compile Include= "Dats\Partials\DatFile.Writers.cs" />
2016-11-07 21:31:52 -08:00
<Compile Include= "External\CoreRarArchive.cs" />
2016-09-26 12:11:33 -07:00
<Compile Include= "External\NaturalSort\NaturalComparer.cs" />
<Compile Include= "External\NaturalSort\NaturalReversedComparer.cs" />
2016-09-01 21:17:51 -07:00
<Compile Include= "External\OptimizedCRC.cs" />
2016-09-15 12:16:33 -07:00
<Compile Include= "External\Zlib\CRC32.cs" />
<Compile Include= "External\Zlib\Deflate.cs" />
<Compile Include= "External\Zlib\DeflateStream.cs" />
<Compile Include= "External\Zlib\GZipStream.cs" />
<Compile Include= "External\Zlib\Inflate.cs" />
<Compile Include= "External\Zlib\InfTree.cs" />
<Compile Include= "External\Zlib\ParallelDeflateOutputStream.cs" />
<Compile Include= "External\Zlib\Tree.cs" />
<Compile Include= "External\Zlib\Zlib.cs" />
<Compile Include= "External\Zlib\ZlibBaseStream.cs" />
<Compile Include= "External\Zlib\ZlibCodec.cs" />
<Compile Include= "External\Zlib\ZlibConstants.cs" />
<Compile Include= "External\Zlib\ZlibStream.cs" />
2016-10-24 13:43:55 -07:00
<Compile Include= "Dats\Archive.cs" />
<Compile Include= "Dats\BiosSet.cs" />
<Compile Include= "Dats\DatFile.cs" />
<Compile Include= "Dats\DatItem.cs" />
<Compile Include= "Dats\Disk.cs" />
<Compile Include= "Dats\Machine.cs" />
<Compile Include= "Dats\Release.cs" />
<Compile Include= "Dats\Sample.cs" />
<Compile Include= "Dats\Rom.cs" />
2016-10-24 12:58:57 -07:00
<Compile Include= "External\SupportedFiles\ZipFileEntry.cs" />
<Compile Include= "External\SupportedFiles\ZipFile.cs" />
2017-02-02 13:22:06 -08:00
<Compile Include= "Help\Feature.cs" />
<Compile Include= "Help\Help.cs" />
2016-10-24 13:43:55 -07:00
<Compile Include= "Skippers\Skipper.cs" />
<Compile Include= "Skippers\SkipperRule.cs" />
2016-08-27 21:57:30 -07:00
<Compile Include= "Resources\Resources.de-DE.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.de-DE.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\Resources.es-ES.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.es-ES.resx</DependentUpon>
</Compile>
<Compile Include= "Resources\Resources.fr-FR.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.fr-FR.resx</DependentUpon>
</Compile>
2016-09-22 21:00:18 -07:00
<Compile Include= "Tools\ArchiveTools.cs" />
2016-08-29 16:52:55 -07:00
<Compile Include= "Tools\FileTools.cs" />
2016-09-22 21:04:41 -07:00
<Compile Include= "Tools\DatabaseTools.cs" />
2016-05-22 13:15:13 -07:00
<Compile Include= "Data\Enums.cs" />
2016-10-24 13:43:55 -07:00
<Compile Include= "Logger.cs" />
2016-04-06 00:01:54 -07:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-06-12 20:03:59 -07:00
<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-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" />
2016-09-12 11:21:48 -07:00
<None Include= "README.1ST" >
2016-09-12 11:59:25 -07:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
2016-09-12 11:21:48 -07:00
</None>
2017-01-05 13:19:22 -08:00
<None Include= "README.DEPRECIATED" />
2016-04-06 00:01:54 -07:00
</ItemGroup>
2016-04-09 00:38:28 -07:00
<ItemGroup >
2016-09-15 12:16:33 -07:00
<Content Include= "LICENSE.jzlib.txt" />
<Content Include= "License.zlib.txt" />
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-08-27 21:57:30 -07:00
<ItemGroup >
<EmbeddedResource Include= "Resources\Resources.de-DE.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.de-DE.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\Resources.es-ES.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.es-ES.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\Resources.fr-FR.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.fr-FR.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Resources\Resources.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
2016-09-01 23:41:19 -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 >
2017-02-13 13:53:06 -08:00
<PreBuildEvent > robocopy "$(SolutionDir)$(ProjectName)\$(PlatformName)" "$(SolutionDir)$(ProjectName)" "*.dll"</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>