| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?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>{F8F9C07F-E9E0-4187-92DE-D0F4E4F85B3F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System</RootNamespace>
- <AssemblyName>fire</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </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>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>false</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Container\Container.cs" />
- <Compile Include="Container\ContainerFile.cs" />
- <Compile Include="Container\ContainerKey.cs" />
- <Compile Include="Container\ContainerKeyList.cs" />
- <Compile Include="Container\ContainerList.cs" />
- <Compile Include="Container\ContainerProperties.cs" />
- <Compile Include="Container\ContainerStack.cs" />
- <Compile Include="Container\FileDetails.cs" />
- <Compile Include="Container\Partial\ContainerList_Chunk.cs" />
- <Compile Include="Container\Partial\ContainerList_Export.cs" />
- <Compile Include="Container\Partial\ContainerList_FileInfoX.cs" />
- <Compile Include="Container\Partial\ContainerList_GetImage.cs" />
- <Compile Include="Container\Partial\ContainerList_GetObject.cs" />
- <Compile Include="Container\Partial\ContainerList_GetStream.cs" />
- <Compile Include="Container\Partial\ContainerList_Import.cs" />
- <Compile Include="Container\Partial\ContainerList_Info.cs" />
- <Compile Include="Container\Partial\ContainerList_Properties.cs" />
- <Compile Include="Container\Partial\ContainerList_ReadBytes.cs" />
- <Compile Include="Container\Partial\ContainerList_Stack.cs" />
- <Compile Include="Container\version\Version_0101.cs" />
- <Compile Include="csv\Annotations\SerializeIgnore.cs" />
- <Compile Include="csv\Serializer.cs" />
- <Compile Include="FilePack\Exception\Exception_ArchiveExists.cs" />
- <Compile Include="FilePack\Exception\Exception_Chunk_Size.cs" />
- <Compile Include="FilePack\Exception\Exception_DirectoryEmpty.cs" />
- <Compile Include="FilePack\Exception\Exception_ExportLocked.cs" />
- <Compile Include="FilePack\Exception\Exception_FilePackBase.cs" />
- <Compile Include="FilePack\Exception\Exception_Filesize.cs" />
- <Compile Include="FilePack\Exception\Exception_MaxCommentImageSize.cs" />
- <Compile Include="FilePack\Exception\Exception_MaxCommentLength.cs" />
- <Compile Include="FilePack\Exception\Exception_MaxComments.cs" />
- <Compile Include="FilePack\Exception\Exception_MaxFilecount.cs" />
- <Compile Include="FilePack\Exception\Exception_PassCheckSum.cs" />
- <Compile Include="FilePack\Exception\Exception_Signature.cs" />
- <Compile Include="FilePack\Exception\Exception_UnsportVersion.cs" />
- <Compile Include="FilePack\FileExtension.cs" />
- <Compile Include="FilePack\FilePack.cs" />
- <Compile Include="FilePack\FPCommentType.cs" />
- <Compile Include="FilePack\FPEnums.cs" />
- <Compile Include="FilePack\FPKeyWords.cs" />
- <Compile Include="Generic\Calculations.cs" />
- <Compile Include="Generic\Mime.cs" />
- <Compile Include="ini\iniCategorie.cs" />
- <Compile Include="ini\iniHandle.cs" />
- <Compile Include="ini\iniValue.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Serializer\Annotiations\SerializeArray.cs" />
- <Compile Include="Serializer\Annotiations\SerializeHeaderInfo.cs" />
- <Compile Include="Serializer\Annotiations\SerializeIgnore.cs" />
- <Compile Include="Serializer\Annotiations\SerializeRequiredVersion.cs" />
- <Compile Include="Serializer\Exception\Exception_BadMagic.cs" />
- <Compile Include="Serializer\Exception\Exception_Filesize.cs" />
- <Compile Include="Serializer\Properties\ArraySize.cs" />
- <Compile Include="Serializer\Properties\ByteOrder.cs" />
- <Compile Include="Serializer\Annotiations\SerializeString.cs" />
- <Compile Include="Serializer\Serializer.cs" />
- <Compile Include="Serializer\Properties\StringEncoding.cs" />
- <Compile Include="Serializer\objects\FileAttachment.cs" />
- <Compile Include="yaml\ymlHandle.cs" />
- <Compile Include="yaml\ymlValue.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="FPAddItemInfo\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Readme.txt" />
- </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>
|