mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
git-svn-id: svn://claunia.com/FileSystemIDandChk@23 17725271-3d32-4980-a8cb-9ff532f270ba
92 lines
3.7 KiB
XML
92 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7A4B05BE-73C9-4F34-87FE-E80CCF1F732D}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>FileSystemIDandChk</RootNamespace>
|
|
<AssemblyName>FileSystemIDandChk</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<Externalconsole>True</Externalconsole>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<Externalconsole>True</Externalconsole>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="Plugins\AppleMFS.cs" />
|
|
<Compile Include="Swapping.cs" />
|
|
<Compile Include="Plugins\Plugin.cs" />
|
|
<Compile Include="Plugins.cs" />
|
|
<Compile Include="Plugins\ISO9660.cs" />
|
|
<Compile Include="Plugins\PCEngine.cs" />
|
|
<Compile Include="Plugins\Opera.cs" />
|
|
<Compile Include="Plugins\AppleHFS.cs" />
|
|
<Compile Include="Plugins\FAT.cs" />
|
|
<Compile Include="PartPlugins\PartPlugin.cs" />
|
|
<Compile Include="PartPlugins\AppleMap.cs" />
|
|
<Compile Include="Plugins\FFS.cs" />
|
|
<Compile Include="Plugins\AppleHFSPlus.cs" />
|
|
<Compile Include="PartPlugins\MBR.cs" />
|
|
<Compile Include="PartPlugins\NeXT.cs" />
|
|
<Compile Include="Plugins\BFS.cs" />
|
|
<Compile Include="Plugins\HPFS.cs" />
|
|
<Compile Include="Plugins\NTFS.cs" />
|
|
<Compile Include="Plugins\ODS.cs" />
|
|
<Compile Include="Plugins\Symbian.cs" />
|
|
<Compile Include="Plugins\extFS.cs" />
|
|
<Compile Include="Plugins\ext2FS.cs" />
|
|
<Compile Include="DateHandlers.cs" />
|
|
<Compile Include="EndianAwareBinaryReader.cs" />
|
|
<Compile Include="StringHandlers.cs" />
|
|
<Compile Include="Plugins\MinixFS.cs" />
|
|
<Compile Include="Plugins\SolarFS.cs" />
|
|
<Compile Include="Plugins\UNIXBFS.cs" />
|
|
<Compile Include="Plugins\SysV.cs" />
|
|
<Compile Include="ImagePlugins\ImagePlugin.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="Plugins\" />
|
|
<Folder Include="PartPlugins\" />
|
|
<Folder Include="ImagePlugins\" />
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<VersionControlPolicy inheritsSet="Mono">
|
|
<CommitMessageStyle Indent=" " LastFilePostfix=":
 " IncludeDirectoryPaths="True" />
|
|
</VersionControlPolicy>
|
|
<ChangeLogPolicy UpdateMode="ProjectRoot" inheritsSet="Mono">
|
|
<MessageStyle LastFilePostfix=":
 " IncludeDirectoryPaths="True" />
|
|
</ChangeLogPolicy>
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |