mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 09:25:42 -04:00
167 lines
7.2 KiB
XML
167 lines
7.2 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)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{39DBD12F-F7E3-4E9A-97A2-0722A4BA2A26}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>LibEveryFileExplorer</RootNamespace>
|
|
<AssemblyName>LibEveryFileExplorer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<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' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.XML" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="3D\Polygon.cs" />
|
|
<Compile Include="3D\Triangle.cs" />
|
|
<Compile Include="Collections\Matrix33.cs" />
|
|
<Compile Include="Collections\Matrix43.cs" />
|
|
<Compile Include="Collections\Vector4.cs" />
|
|
<Compile Include="Collections\Matrix34.cs" />
|
|
<Compile Include="Collections\Matrix44.cs" />
|
|
<Compile Include="Collections\Vector2.cs" />
|
|
<Compile Include="ComponentModel\HexReversedAttribute.cs" />
|
|
<Compile Include="ComponentModel\HexTypeConverter.cs" />
|
|
<Compile Include="ComponentModel\PrettyArrayConverter.cs" />
|
|
<Compile Include="EFEPlugin.cs" />
|
|
<Compile Include="Files\EFEDiskFile.cs" />
|
|
<Compile Include="Files\IChildReactive.cs" />
|
|
<Compile Include="GFX\BitmapFont.cs" />
|
|
<Compile Include="GFX\ColorFormat.cs" />
|
|
<Compile Include="GFX\ETC1.cs" />
|
|
<Compile Include="GFX\PaletteUtil.cs" />
|
|
<Compile Include="Collections\Vector3.cs" />
|
|
<Compile Include="Compression\CompressionFormat.cs" />
|
|
<Compile Include="Compression\ICompressable.cs" />
|
|
<Compile Include="EveryFileExplorerUtil.cs" />
|
|
<Compile Include="Files\EFEFile.cs" />
|
|
<Compile Include="Files\FileFormat.cs" />
|
|
<Compile Include="Files\IConvertable.cs" />
|
|
<Compile Include="Files\IEmptyCreatable.cs" />
|
|
<Compile Include="Files\IFileCreatable.cs" />
|
|
<Compile Include="Files\IUseOtherFiles.cs" />
|
|
<Compile Include="Files\IViewable.cs" />
|
|
<Compile Include="Files\IWriteable.cs" />
|
|
<Compile Include="IO\Serialization\BinaryBOMAttribute.cs" />
|
|
<Compile Include="IO\SignatureNotCorrectException.cs" />
|
|
<Compile Include="Files\SimpleFileSystem\EFESFSFile.cs" />
|
|
<Compile Include="Files\SimpleFileSystem\SFSDirectory.cs" />
|
|
<Compile Include="Files\SimpleFileSystem\SFSFile.cs" />
|
|
<Compile Include="Files\ViewableFile.cs" />
|
|
<Compile Include="GameData\GameDataSection.cs" />
|
|
<Compile Include="GFX\GFXUtil.cs" />
|
|
<Compile Include="HexUtil.cs" />
|
|
<Compile Include="IO\EndianBinaryReader.cs" />
|
|
<Compile Include="IO\EndianBinaryReaderEx.cs" />
|
|
<Compile Include="IO\EndianBinaryWriter.cs" />
|
|
<Compile Include="IO\EndianBinaryWriterEx.cs" />
|
|
<Compile Include="IO\IOUtil.cs" />
|
|
<Compile Include="IO\Serialization\BinaryAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryIgnoreAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryStringSignatureAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryFixedSizeAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryByteArraySignatureAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryStringEncodingAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryFixedPointAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryStringNTAttribute.cs" />
|
|
<Compile Include="IO\Serialization\BinaryBooleanSizeAttribute.cs" />
|
|
<Compile Include="Math\MathUtil.cs" />
|
|
<Compile Include="Projects\Project.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resource.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resource.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Script\EFEScript.cs" />
|
|
<Compile Include="SND\DSPADPCM.cs" />
|
|
<Compile Include="SND\SNDUtil.cs" />
|
|
<Compile Include="StaticDynamic.cs" />
|
|
<Compile Include="UI\FileBrowser.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FileBrowser.Designer.cs">
|
|
<DependentUpon>FileBrowser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\GameDataSectionViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ListViewNF.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\MainMenu.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\GameDataSectionViewerBase.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\GameDataSectionViewerBase.Designer.cs">
|
|
<DependentUpon>GameDataSectionViewerBase.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ComponentModel\ValueTypeTypeConverter.cs" />
|
|
<Compile Include="Win32Util.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Tools\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resource.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\FileBrowser.resx">
|
|
<DependentUpon>FileBrowser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\GameDataSectionViewer.resx">
|
|
<DependentUpon>GameDataSectionViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\GameDataSectionViewerBase.resx">
|
|
<DependentUpon>GameDataSectionViewerBase.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\folder.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\folder-open.png" />
|
|
</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> |