mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-09 17:36:25 +00:00
306 lines
No EOL
14 KiB
XML
306 lines
No EOL
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{8A458245-8176-4599-95CD-3CA39F2435CE}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>NBTExplorer</RootNamespace>
|
|
<AssemblyName>NBTExplorer</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</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|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>dead_bush.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisLogFile>bin\Debug\NBTExplorer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Optimize>False</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;WINDOWS</DefineConstants>
|
|
<Optimize>True</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisLogFile>bin\Release\NBTExplorer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Substrate, Version=1.3.8.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>References\Substrate.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controllers\ExplorerBarController.cs" />
|
|
<Compile Include="Controllers\NodeTreeController.cs" />
|
|
<Compile Include="FormRegistry.cs" />
|
|
<Compile Include="Controllers\RuleTreeController.cs" />
|
|
<Compile Include="Model\Search\SearchRule.cs" />
|
|
<Compile Include="NbtClipboardController.cs" />
|
|
<Compile Include="Vendor\MultiSelectTreeView\MultiSelectTreeview.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\CancelSearchForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\CancelSearchForm.Designer.cs">
|
|
<DependentUpon>CancelSearchForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\FindReplace.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\FindReplace.Designer.cs">
|
|
<DependentUpon>FindReplace.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\IconRegistry.cs" />
|
|
<Compile Include="Windows\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\About.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\About.Designer.cs">
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\EditName.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\EditName.Designer.cs">
|
|
<DependentUpon>EditName.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\EditString.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\EditString.Designer.cs">
|
|
<DependentUpon>EditString.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\CreateNode.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\CreateNode.Designer.cs">
|
|
<DependentUpon>CreateNode.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\EditValue.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\EditValue.Designer.cs">
|
|
<DependentUpon>EditValue.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\Find.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\Find.Designer.cs">
|
|
<DependentUpon>Find.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\EditHex.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\EditHex.Designer.cs">
|
|
<DependentUpon>EditHex.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\CompoundTagContainer.cs" />
|
|
<Compile Include="Model\CubicRegionDataNode.cs" />
|
|
<Compile Include="Model\CubicRegionFile.cs" />
|
|
<Compile Include="Model\DataNode.cs" />
|
|
<Compile Include="Model\DataNodeCollection.cs" />
|
|
<Compile Include="Model\DirectoryDataNode.cs" />
|
|
<Compile Include="Model\FileTypeRegistry.cs" />
|
|
<Compile Include="Model\ListTagContainer.cs" />
|
|
<Compile Include="Model\NbtFileDataNode.cs" />
|
|
<Compile Include="Model\NodeCapabilities.cs" />
|
|
<Compile Include="Model\RegionChunkDataNode.cs" />
|
|
<Compile Include="Model\RegionFileDataNode.cs" />
|
|
<Compile Include="Model\TagByteArrayDataNode.cs" />
|
|
<Compile Include="Model\TagByteDataNode.cs" />
|
|
<Compile Include="Model\TagCompoundDataNode.cs" />
|
|
<Compile Include="Model\TagContainerInterface.cs" />
|
|
<Compile Include="Model\TagDataNode.cs" />
|
|
<Compile Include="Model\TagDoubleDataNode.cs" />
|
|
<Compile Include="Model\TagFloatDataNode.cs" />
|
|
<Compile Include="Model\TagIntArrayDataNode.cs" />
|
|
<Compile Include="Model\TagIntDataNode.cs" />
|
|
<Compile Include="Model\TagListDataNode.cs" />
|
|
<Compile Include="Model\TagLongDataNode.cs" />
|
|
<Compile Include="Model\TagShortDataNode.cs" />
|
|
<Compile Include="Model\TagStringDataNode.cs" />
|
|
<Compile Include="NbtClipboardData.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchWorker.cs" />
|
|
<Compile Include="Model\TagKey.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\BuiltInContextMenu.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\ByteCharConverters.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\ByteCollection.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\BytePositionInfo.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\DataBlock.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\DataMap.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\DynamicByteProvider.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\DynamicFileByteProvider.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\FileByteProvider.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\FileDataBlock.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\HexBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\HexCasing.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\IByteProvider.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\MemoryDataBlock.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\NativeMethods.cs" />
|
|
<Compile Include="Vendor\Be.Windows.Forms.HexBox\Util.cs" />
|
|
<Compile Include="Windows\FormHandlers.cs" />
|
|
<Compile Include="Windows\NbtClipboardControllerWin.cs" />
|
|
<Compile Include="Windows\SearchStateWin.cs" />
|
|
<Compile Include="Windows\Search\WildcardRuleForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\Search\WildcardRuleForm.Designer.cs">
|
|
<DependentUpon>WildcardRuleForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\Search\StringRuleForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\Search\StringRuleForm.Designer.cs">
|
|
<DependentUpon>StringRuleForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\Search\ValueRuleForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\Search\ValueRuleForm.Designer.cs">
|
|
<DependentUpon>ValueRuleForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\ToolStripExplorerRenderer.cs" />
|
|
<EmbeddedResource Include="Windows\CancelSearchForm.resx">
|
|
<DependentUpon>CancelSearchForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\FindReplace.resx">
|
|
<DependentUpon>FindReplace.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\About.resx">
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\EditName.resx">
|
|
<DependentUpon>EditName.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\EditString.resx">
|
|
<DependentUpon>EditString.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\CreateNode.resx">
|
|
<DependentUpon>CreateNode.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\EditValue.resx">
|
|
<DependentUpon>EditValue.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\Find.resx">
|
|
<DependentUpon>Find.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\EditHex.resx">
|
|
<DependentUpon>EditHex.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="Vendor\Be.Windows.Forms.HexBox\HexBox.resx">
|
|
<DependentUpon>HexBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\Search\WildcardRuleForm.resx">
|
|
<DependentUpon>WildcardRuleForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\Search\StringRuleForm.resx">
|
|
<DependentUpon>StringRuleForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Windows\Search\ValueRuleForm.resx">
|
|
<DependentUpon>ValueRuleForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="dead_bush.ico" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Resources\arrow-090.png" />
|
|
<None Include="Resources\arrow-270.png" />
|
|
<Content Include="Vendor\Be.Windows.Forms.HexBox\HexBox.bmp" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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>
|
|
-->
|
|
</Project> |