2016-01-07 23:06:08 +08: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 > {2935BE57-C4E0-43E7-86DE-C1848C820B19}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > GARbro.GUI</RootNamespace>
<AssemblyName > GARbro.GUI</AssemblyName>
2018-01-02 10:56:32 +08:00
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
2016-01-07 23:06:08 +08:00
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
<IsWebBootstrapper > false</IsWebBootstrapper>
<TargetFrameworkProfile />
<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>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.1.%2a</ApplicationVersion>
<UseApplicationTrust > false</UseApplicationTrust>
<PublishWizardCompleted > true</PublishWizardCompleted>
<BootstrapperEnabled > true</BootstrapperEnabled>
2017-05-04 08:22:22 +08:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
2018-01-02 10:56:32 +08:00
<RestorePackages > true</RestorePackages>
2016-01-07 23:06:08 +08:00
</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>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > ..\bin\Release\</OutputPath>
<DefineConstants >
</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup >
<ApplicationIcon > Images\sample.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup >
<ManifestCertificateThumbprint > 751F4A9FD4F4CC3D99D70509FF1F9D9CC9E49516</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup >
<ManifestKeyFile > GARbro.GUI_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup >
<GenerateManifests > false</GenerateManifests>
</PropertyGroup>
<PropertyGroup >
<TargetZone > LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup >
<SignManifests > true</SignManifests>
</PropertyGroup>
<PropertyGroup >
<ApplicationManifest > Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
2016-07-26 11:08:07 +08:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'" >
2016-07-29 01:22:41 +08:00
<OutputPath > ..\bin\Prerelease\</OutputPath>
2016-07-26 11:08:07 +08:00
<Optimize > true</Optimize>
<PlatformTarget > AnyCPU</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2016-01-07 23:06:08 +08:00
<ItemGroup >
<Reference Include= "Microsoft.VisualBasic" />
2018-01-02 10:56:32 +08:00
<Reference Include= "Microsoft.WindowsAPICodePack" >
2017-01-05 18:20:02 +08:00
<HintPath > ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Private > True</Private>
2016-01-07 23:06:08 +08:00
</Reference>
2016-02-07 13:58:51 +08:00
<Reference Include= "Microsoft.WindowsAPICodePack.Shell" >
<HintPath > ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
2018-01-02 10:56:32 +08:00
<Private > True</Private>
2016-01-07 23:06:08 +08:00
</Reference>
2018-01-02 10:56:32 +08:00
<Reference Include= "NAudio" >
<HintPath > ..\packages\NAudio.1.8.4\lib\net35\NAudio.dll</HintPath>
2016-01-07 23:06:08 +08:00
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
2016-02-07 13:58:51 +08:00
<Reference Include= "System.Windows.Controls.Input.Toolkit" >
<HintPath > ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll</HintPath>
2018-01-02 10:56:32 +08:00
<Private > True</Private>
</Reference>
2016-01-07 23:06:08 +08:00
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Xaml" >
<RequiredTargetFramework > 4.0</RequiredTargetFramework>
</Reference>
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
2016-02-07 13:58:51 +08:00
<Reference Include= "WPFToolkit" >
<HintPath > ..\packages\WPFToolkit.3.5.50211.1\lib\WPFToolkit.dll</HintPath>
2018-01-02 10:56:32 +08:00
<Private > True</Private>
2016-01-07 23:06:08 +08:00
</Reference>
</ItemGroup>
<ItemGroup >
<ApplicationDefinition Include= "App.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</ApplicationDefinition>
<Compile Include= "AboutBox.xaml.cs" >
<DependentUpon > AboutBox.xaml</DependentUpon>
</Compile>
<Compile Include= "ArcParameters.xaml.cs" >
<DependentUpon > ArcParameters.xaml</DependentUpon>
</Compile>
<Compile Include= "AutoComplete.cs" />
<Compile Include= "ConvertMedia.xaml.cs" >
<DependentUpon > ConvertMedia.xaml</DependentUpon>
</Compile>
<Compile Include= "CreateArchive.xaml.cs" >
<DependentUpon > CreateArchive.xaml</DependentUpon>
</Compile>
<Compile Include= "DragScroll.cs" />
<Compile Include= "EnterMaskDialog.xaml.cs" >
<DependentUpon > EnterMaskDialog.xaml</DependentUpon>
</Compile>
<Compile Include= "ExtractArchive.xaml.cs" >
<DependentUpon > ExtractArchive.xaml</DependentUpon>
</Compile>
<Compile Include= "ExtractDialog.cs" />
<Compile Include= "ExtractFile.xaml.cs" >
<DependentUpon > ExtractFile.xaml</DependentUpon>
</Compile>
2017-02-01 20:47:48 +08:00
<Compile Include= "FileErrorDialog.xaml.cs" >
<DependentUpon > FileErrorDialog.xaml</DependentUpon>
</Compile>
2017-02-03 22:04:35 +08:00
<Compile Include= "FileExistsDialog.xaml.cs" >
<DependentUpon > FileExistsDialog.xaml</DependentUpon>
</Compile>
2016-01-07 23:06:08 +08:00
<Compile Include= "GarConvert.cs" />
<Compile Include= "GarCreate.cs" />
<Compile Include= "GarExtract.cs" />
2017-02-04 01:56:04 +08:00
<Compile Include= "GarOperation.cs" />
2018-01-02 10:56:32 +08:00
<Compile Include= "GarUpdate.cs" >
<SubType > Component</SubType>
</Compile>
2016-01-07 23:06:08 +08:00
<Compile Include= "HistoryStack.cs" />
<Compile Include= "ImagePreview.cs" />
<Compile Include= "ListViewEx.cs" />
<Compile Include= "ModalWindow.cs" />
<Compile Include= "NAudio.cs" />
2017-02-03 00:27:13 +08:00
<Compile Include= "ProgressDialog\IProgressDialog.cs" />
<Compile Include= "ProgressDialog\ProgressDialog.cs" >
<SubType > Component</SubType>
</Compile>
2016-01-07 23:06:08 +08:00
<Compile Include= "Settings.cs" />
2018-01-10 06:44:21 +08:00
<Compile Include= "SettingsWindow.xaml.cs" >
<DependentUpon > SettingsWindow.xaml</DependentUpon>
</Compile>
2016-01-07 23:06:08 +08:00
<Compile Include= "Shell.cs" />
<Compile Include= "Strings\guiStrings.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > guiStrings.resx</DependentUpon>
</Compile>
<Compile Include= "TextViewer.xaml.cs" >
<DependentUpon > TextViewer.xaml</DependentUpon>
</Compile>
2018-01-16 16:03:23 +08:00
<Compile Include= "TroubleShootingDialog.xaml.cs" >
<DependentUpon > TroubleShootingDialog.xaml</DependentUpon>
</Compile>
2017-02-14 11:22:48 +08:00
<Compile Include= "UpdateDialog.xaml.cs" >
<DependentUpon > UpdateDialog.xaml</DependentUpon>
</Compile>
2016-01-07 23:06:08 +08:00
<Compile Include= "Utility.cs" />
<Compile Include= "ViewModel.cs" />
<Page Include= "AboutBox.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "ArcParameters.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "ConvertMedia.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "CreateArchive.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "EnterMaskDialog.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "ExtractArchive.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "ExtractFile.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-02-01 20:47:48 +08:00
<Page Include= "FileErrorDialog.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-02-03 22:04:35 +08:00
<Page Include= "FileExistsDialog.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2016-01-07 23:06:08 +08:00
<Page Include= "MainWindow.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
<Compile Include= "MainWindow.xaml.cs" >
<DependentUpon > MainWindow.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
2018-01-10 06:44:21 +08:00
<Page Include= "SettingsWindow.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2016-01-07 23:06:08 +08:00
<Page Include= "TextViewer.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2018-01-16 16:03:23 +08:00
<Page Include= "TroubleShootingDialog.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2017-02-14 11:22:48 +08:00
<Page Include= "UpdateDialog.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2016-01-07 23:06:08 +08:00
</ItemGroup>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
2018-01-30 01:56:37 +08:00
<EmbeddedResource Include= "Strings\guiStrings.ja-JP.resx" />
2016-01-07 23:06:08 +08:00
<EmbeddedResource Include= "Strings\guiStrings.ko-KR.resx" />
<EmbeddedResource Include= "Strings\guiStrings.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > guiStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include= "Strings\guiStrings.ru-RU.resx" />
<EmbeddedResource Include= "..\LICENSE" />
2016-04-14 05:06:33 +08:00
<EmbeddedResource Include= "Strings\guiStrings.zh-Hans.resx" />
2016-01-07 23:06:08 +08:00
<None Include= "packages.config" />
<None Include= "Properties\app.manifest" />
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include= "Properties\" />
</ItemGroup>
<ItemGroup >
<None Include= "App.config" >
<SubType > Designer</SubType>
</None>
</ItemGroup>
<ItemGroup >
<Resource Include= "Images\32x32\back button.png" />
<Resource Include= "Images\32x32\forward button.png" />
<Resource Include= "Images\32x32\help.png" />
<Resource Include= "Images\64x64\info.png" />
<Resource Include= "Images\sample.ico" />
</ItemGroup>
<ItemGroup >
<Resource Include= "Images\48x48\refresh.png" />
<SplashScreen Include= "Images\splashscreen.png" />
<Resource Include= "Images\search4files.ico" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\GameRes\GameRes.csproj" >
<Project > {453c087f-e416-4ae9-8c03-d8760da0574b}</Project>
<Name > GameRes</Name>
<EmbedInteropTypes > False</EmbedInteropTypes>
</ProjectReference>
</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>
2016-06-03 22:16:40 +08:00
<ItemGroup >
<Resource Include= "Images\Cursors\grab.cur" />
</ItemGroup>
<ItemGroup >
<Resource Include= "Images\Cursors\grabbing.cur" />
</ItemGroup>
2017-02-04 01:56:04 +08:00
<ItemGroup >
<Resource Include= "Images\64x64\actions.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "Images\64x64\alert.png" />
</ItemGroup>
2016-01-07 23:06:08 +08:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
2016-02-07 13:58:51 +08:00
<PreBuildEvent > perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) "$(SolutionDir)\"
2016-01-07 23:06:08 +08:00
exit 0</PreBuildEvent>
</PropertyGroup>
<PropertyGroup >
2016-09-17 23:50:23 +08:00
<PostBuildEvent >
</PostBuildEvent>
2016-01-07 23:06:08 +08:00
</PropertyGroup>
2018-01-02 10:56:32 +08:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2016-01-07 23:06:08 +08: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>
-->
2016-02-07 13:58:51 +08:00
</Project>