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.6.1</TargetFrameworkVersion>
<WarningLevel > 4</WarningLevel>
<AllowUnsafeBlocks > True</AllowUnsafeBlocks>
2018-09-01 05:16:08 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
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>
<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>
</Reference>
<Reference Include= "Costura, Version=3.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > packages\Costura.Fody.3.1.0\lib\net46\Costura.dll</HintPath>
</Reference>
2018-06-17 18:21:52 +00:00
<Reference Include= "System.Windows.Forms" >
<HintPath > C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
</Reference>
<Reference Include= "System" >
<HintPath > C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
</Reference>
<Reference Include= "System.Drawing" >
<HintPath > C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
</Reference>
<Reference Include= "System.Core" >
<HintPath > C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
</Reference>
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= "Properties\AssemblyInfo.cs" />
<Compile Include= "XCI_Explorer.Helpers\BetterBinaryReader.cs" />
<Compile Include= "XCI_Explorer.Helpers\BetterTreeNode.cs" />
<Compile Include= "XCI_Explorer.Properties\Resources.cs" />
<Compile Include= "XCI_Explorer.Properties\Settings.cs" />
2018-06-18 00:02:10 +00:00
<Compile Include= "XCI_Explorer\CertForm.cs" >
<SubType > Form</SubType>
</Compile>
2018-08-16 18:54:29 +00:00
<Compile Include= "XCI_Explorer\CNMT.cs" />
2018-06-17 18:21:52 +00:00
<Compile Include= "XCI_Explorer\HFS0.cs" />
2018-06-18 00:02:10 +00:00
<Compile Include= "XCI_Explorer\MainForm.cs" >
<SubType > Form</SubType>
</Compile>
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= "packages.config" />
</ItemGroup>
2018-06-17 18:21:52 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-09-01 05:16:08 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use 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('packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.3.1.0\build\Costura.Fody.targets'))" />
2018-09-13 18:57:03 +00:00
<Error Condition= "!Exists('packages\Fody.3.2.2\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Fody.3.2.2\build\Fody.targets'))" />
2018-09-01 05:16:08 +00:00
</Target>
<Import Project= "packages\Costura.Fody.3.1.0\build\Costura.Fody.targets" Condition= "Exists('packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" />
2018-09-13 18:57:03 +00:00
<Import Project= "packages\Fody.3.2.2\build\Fody.targets" Condition= "Exists('packages\Fody.3.2.2\build\Fody.targets')" />
2018-06-17 18:21:52 +00:00
</Project>