GDROMExplorer/Explorer/Explorer.csproj

220 lines
9.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: C:\Games\gdrom\GD-ROM Explorer.exe-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{47780501-F392-43CA-A50C-9479421B4B55}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AssemblyName>GD-ROM Explorer</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>GDRomExplorer</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<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.6.3.0</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\icons\gdromexplorer.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>packages\log4net.2.0.12\lib\net35\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppStatus.cs" />
<Compile Include="AssemblyGitBuildSHA1.cs" />
<Compile Include="AssemblyGitBuildBranch.cs" />
<Compile Include="Logger.cs" />
<Compile Include="Program.cs" />
<Compile Include="DiscView\ExplorerListItemFactory.cs" />
<Compile Include="DiscView\DiscSelectionHandlerFactory.cs" />
<Compile Include="DiscView\DiscSelectionHandlerFactory`1.cs" />
<Compile Include="DiscView\DiscTreeViewSelectionHandlerFactory.cs" />
<Compile Include="DiscView\DiscListViewSelectionHandlerFactory.cs" />
<Compile Include="DiscView\ExplorerToolTipFactory.cs" />
<Compile Include="DiscView\ExplorerTreeNodeFactory.cs" />
<Compile Include="DiscView\UserActions.cs" />
<Compile Include="DiscView\ContextMenuManager.cs" />
<Compile Include="DiscView\IDiscViewSelection.cs" />
<Compile Include="DiscView\DiscViewSelection`1.cs" />
<Compile Include="DiscView\MenuItemFactory.cs" />
<Compile Include="Events\IEventArgs`1.cs" />
<Compile Include="Events\EventArgs`1.cs" />
<Compile Include="Events\CancelEventArgs`1.cs" />
<Compile Include="Events\ChangingData`1.cs" />
<Compile Include="Forms\FormAudioConversionSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormAbout.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormGDEmuExportSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormSortFileOptions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormGetDESKey.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormProcess.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormGdda.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormLoading.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormInitialProgram.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormPrimaryVolumeDescriptor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\GDRomExplorerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Others\UserProcessEventArgsConverter.cs" />
<Compile Include="Others\ListViewColumnSorter.cs" />
<Compile Include="Properties\Resources.cs" />
<Compile Include="Properties\Settings.cs" />
<Compile Include="ShellDataTransfert\FileDescriptor.cs" />
<Compile Include="ShellDataTransfert\FileDescriptorFactory.cs" />
<Compile Include="ShellDataTransfert\DataObjectEx.cs" />
<Compile Include="ShellDataTransfert\NativeMethods.cs" />
<Compile Include="ShellDataTransfert\StreamWrapper.cs" />
<Compile Include="ShellDataTransfert\STGTY.cs" />
<Compile Include="ShellDataTransfert\LOCKTYPE.cs" />
<Compile Include="UserControls\GDDAConverterTool.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UserControls\GDEmuExportSettings.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UserControls\InitialProgramOpener.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UserControls\DiscViewExplorer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UserControls\DiscViewOpener.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UserControls\NaomiEncryptDecryptTool.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UserControls\PrimaryVolumeDescriptorViewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Resources\Strings.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\FormAbout.resx" />
<EmbeddedResource Include="Forms\FormAudioConversionSettings.resx" />
<EmbeddedResource Include="Forms\FormGdda.resx" />
<EmbeddedResource Include="Forms\FormGDEmuExportSettings.resx" />
<EmbeddedResource Include="Forms\FormGetDESKey.resx" />
<EmbeddedResource Include="Forms\FormInitialProgram.resx" />
<EmbeddedResource Include="Forms\FormLoading.resx" />
<EmbeddedResource Include="Forms\FormPrimaryVolumeDescriptor.resx" />
<EmbeddedResource Include="Forms\FormProcess.resx" />
<EmbeddedResource Include="Forms\FormSettings.resx" />
<EmbeddedResource Include="Forms\FormSortFileOptions.resx" />
<EmbeddedResource Include="Forms\GDRomExplorerForm.resx" />
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Strings.resx" />
<EmbeddedResource Include="UserControls\DiscViewExplorer.resx" />
<EmbeddedResource Include="UserControls\DiscViewOpener.resx" />
<EmbeddedResource Include="UserControls\GDDAConverterTool.resx" />
<EmbeddedResource Include="UserControls\GDEmuExportSettings.resx" />
<EmbeddedResource Include="UserControls\InitialProgramOpener.resx" />
<EmbeddedResource Include="UserControls\NaomiEncryptDecryptTool.resx" />
<EmbeddedResource Include="UserControls\PrimaryVolumeDescriptorViewer.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageReader\ImageReader.csproj">
<Project>{2185f55e-a4da-486f-acc8-3ee955205ce4}</Project>
<Name>ImageReader</Name>
</ProjectReference>
<ProjectReference Include="..\SEGATools\SEGATools.csproj">
<Project>{4d3ab913-88d2-4dd1-a403-ea46d14c98e6}</Project>
<Name>SEGATools</Name>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="log4net.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\file.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons\gdromexplorer.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons\gdromexplorer2.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>