XCI-Explorer/XCI Explorer.csproj

95 lines
3.9 KiB
XML
Raw Normal View History

2018-06-18 00:02:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-06-17 18:21:52 +00:00
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{89DBE891-22C7-40FF-A3D3-36F26224E09D}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
2018-06-23 15:58:42 +00:00
<AssemblyName>XCI-Explorer</AssemblyName>
2018-06-17 18:21:52 +00:00
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
2018-06-17 18:21:52 +00:00
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2018-09-01 05:16:08 +00:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
2018-06-17 18:21:52 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>XCI_Explorer</RootNamespace>
</PropertyGroup>
2018-06-17 18:21:52 +00:00
<ItemGroup>
2018-09-01 05:16:08 +00:00
<Reference Include="Be.Windows.Forms.HexBox, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Be.Windows.Forms.HexBox.1.6.1\lib\net40\Be.Windows.Forms.HexBox.dll</HintPath>
<Private>False</Private>
2018-09-01 05:16:08 +00:00
</Reference>
<Reference Include="System.Data" />
2019-04-14 23:11:10 +00:00
<Reference Include="System.Windows.Forms" />
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Core" />
2018-07-26 19:10:14 +00:00
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
2018-06-17 18:21:52 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="XCI_Explorer\CertForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="XCI_Explorer\CertForm.Designer.cs">
<DependentUpon>CertForm.cs</DependentUpon>
</Compile>
2018-06-17 18:21:52 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="XCI_Explorer.Helpers\BetterBinaryReader.cs" />
<Compile Include="XCI_Explorer.Helpers\BetterTreeNode.cs" />
<Compile Include="XCI_Explorer\CNMT.cs" />
2018-06-18 00:02:10 +00:00
<Compile Include="XCI_Explorer\MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="XCI_Explorer\MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="XCI_Explorer\HFS0.cs" />
2018-06-17 18:21:52 +00:00
<Compile Include="XCI_Explorer\NACP.cs" />
<Compile Include="XCI_Explorer\NCA.cs" />
<Compile Include="XCI_Explorer\PFS0.cs" />
<Compile Include="XCI_Explorer\Program.cs" />
<Compile Include="XCI_Explorer\TreeViewFileSystem.cs" />
<Compile Include="XCI_Explorer\Util.cs" />
<Compile Include="XCI_Explorer\XCI.cs" />
<Compile Include="XTSSharp\RandomAccessSectorStream.cs" />
<Compile Include="XTSSharp\SectorStream.cs" />
<Compile Include="XTSSharp\Xts.cs" />
<Compile Include="XTSSharp\XtsAes128.cs" />
<Compile Include="XTSSharp\XtsAes256.cs" />
<Compile Include="XTSSharp\XtsCryptoTransform.cs" />
<Compile Include="XTSSharp\XtsSectorStream.cs" />
<Compile Include="XTSSharp\XtsStream.cs" />
</ItemGroup>
2018-06-26 02:40:25 +00:00
<ItemGroup>
<EmbeddedResource Include="XCI_Explorer\MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
2018-09-01 05:16:08 +00:00
<ItemGroup>
<None Include="app.config" />
2018-09-01 05:16:08 +00:00
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Be.Windows.Forms.HexBox.dll" />
</ItemGroup>
2018-06-17 18:21:52 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>