2014-07-22 03:26:28 +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>
|
2014-08-02 00:14:08 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2014-07-22 03:26:28 +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>
|
2014-09-08 11:37:15 +08:00
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.1.%2a</ApplicationVersion>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</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>
|
2014-08-01 23:49:00 +08:00
|
|
|
|
<DebugType>none</DebugType>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<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>
|
2014-07-31 14:51:05 +08:00
|
|
|
|
<PropertyGroup />
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<PropertyGroup>
|
2014-07-31 14:51:05 +08:00
|
|
|
|
<SignManifests>true</SignManifests>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2014-07-31 14:51:05 +08:00
|
|
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.VisualBasic" />
|
2015-02-15 23:47:28 +08:00
|
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
</Reference>
|
2015-02-15 23:47:28 +08:00
|
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
</Reference>
|
2015-06-01 16:58:32 +08:00
|
|
|
|
<Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2014-11-07 06:45:48 +08:00
|
|
|
|
</Reference>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Reference Include="Ookii.Dialogs.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>packages\Ookii.Dialogs.1.0\lib\net35\Ookii.Dialogs.Wpf.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Windows.Controls.Input.Toolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>D:\Program Files\WPF Toolkit\v3.5.50211.1\System.Windows.Controls.Input.Toolkit.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<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" />
|
|
|
|
|
<Reference Include="WPFToolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>D:\Program Files\WPF Toolkit\v3.5.50211.1\WPFToolkit.dll</HintPath>
|
|
|
|
|
</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>
|
2015-08-05 01:02:16 +08:00
|
|
|
|
<Compile Include="AutoComplete.cs" />
|
2015-06-14 13:05:09 +08:00
|
|
|
|
<Compile Include="ConvertMedia.xaml.cs">
|
|
|
|
|
<DependentUpon>ConvertMedia.xaml</DependentUpon>
|
2014-08-22 14:16:11 +08:00
|
|
|
|
</Compile>
|
2014-07-24 09:43:20 +08:00
|
|
|
|
<Compile Include="CreateArchive.xaml.cs">
|
|
|
|
|
<DependentUpon>CreateArchive.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Compile Include="DragScroll.cs" />
|
2015-08-04 02:45:59 +08:00
|
|
|
|
<Compile Include="EnterMaskDialog.xaml.cs">
|
|
|
|
|
<DependentUpon>EnterMaskDialog.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Compile Include="ExtractArchive.xaml.cs">
|
|
|
|
|
<DependentUpon>ExtractArchive.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ExtractDialog.cs" />
|
|
|
|
|
<Compile Include="ExtractFile.xaml.cs">
|
|
|
|
|
<DependentUpon>ExtractFile.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-08-22 14:16:11 +08:00
|
|
|
|
<Compile Include="GarConvert.cs" />
|
2014-07-25 11:05:55 +08:00
|
|
|
|
<Compile Include="GarCreate.cs" />
|
|
|
|
|
<Compile Include="GarExtract.cs" />
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Compile Include="HistoryStack.cs" />
|
|
|
|
|
<Compile Include="ImagePreview.cs" />
|
2014-07-25 11:05:55 +08:00
|
|
|
|
<Compile Include="ListViewEx.cs" />
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Compile Include="ModalWindow.cs" />
|
2014-11-07 06:45:48 +08:00
|
|
|
|
<Compile Include="NAudio.cs" />
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Compile Include="Settings.cs" />
|
2014-07-25 11:05:55 +08:00
|
|
|
|
<Compile Include="Shell.cs" />
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Compile Include="Strings\guiStrings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>guiStrings.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-05-12 17:31:27 +08:00
|
|
|
|
<Compile Include="TextViewer.xaml.cs">
|
|
|
|
|
<DependentUpon>TextViewer.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-22 03:26:28 +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>
|
2015-06-14 13:05:09 +08:00
|
|
|
|
<Page Include="ConvertMedia.xaml">
|
2014-08-22 14:16:11 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-07-24 09:43:20 +08:00
|
|
|
|
<Page Include="CreateArchive.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-08-04 02:45:59 +08:00
|
|
|
|
<Page Include="EnterMaskDialog.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Page Include="ExtractArchive.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ExtractFile.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<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>
|
2015-05-12 17:31:27 +08:00
|
|
|
|
<Page Include="TextViewer.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-07-22 03:26:28 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Strings\guiStrings.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>guiStrings.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Strings\guiStrings.ru-RU.resx" />
|
2015-05-14 23:48:30 +08:00
|
|
|
|
<EmbeddedResource Include="LICENSE" />
|
2014-07-22 03:26:28 +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>
|
2014-08-01 20:39:51 +08:00
|
|
|
|
<Resource Include="Images\48x48\refresh.png" />
|
2015-05-12 00:40:59 +08:00
|
|
|
|
<SplashScreen Include="Images\splashscreen.png" />
|
2014-07-22 03:26:28 +08:00
|
|
|
|
<Resource Include="Images\search4files.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="ArcFormats\ArcFormats.csproj">
|
|
|
|
|
<Project>{a8865685-27cc-427b-ac38-e48d2ad05df4}</Project>
|
|
|
|
|
<Name>ArcFormats</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<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>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2014-10-31 22:47:02 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2014-07-22 03:26:28 +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>
|
|
|
|
|
-->
|
2014-07-24 09:43:20 +08:00
|
|
|
|
</Project>
|