fire.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F8F9C07F-E9E0-4187-92DE-D0F4E4F85B3F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System</RootNamespace>
  12. <AssemblyName>fire</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x64\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x64</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  51. <OutputPath>bin\x64\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x64</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignAssembly>false</SignAssembly>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Container\Container.cs" />
  75. <Compile Include="Container\ContainerFile.cs" />
  76. <Compile Include="Container\ContainerKey.cs" />
  77. <Compile Include="Container\ContainerKeyList.cs" />
  78. <Compile Include="Container\ContainerList.cs" />
  79. <Compile Include="Container\ContainerProperties.cs" />
  80. <Compile Include="Container\ContainerStack.cs" />
  81. <Compile Include="Container\FileDetails.cs" />
  82. <Compile Include="Container\Partial\ContainerList_Chunk.cs" />
  83. <Compile Include="Container\Partial\ContainerList_Export.cs" />
  84. <Compile Include="Container\Partial\ContainerList_FileInfoX.cs" />
  85. <Compile Include="Container\Partial\ContainerList_GetImage.cs" />
  86. <Compile Include="Container\Partial\ContainerList_GetObject.cs" />
  87. <Compile Include="Container\Partial\ContainerList_GetStream.cs" />
  88. <Compile Include="Container\Partial\ContainerList_Import.cs" />
  89. <Compile Include="Container\Partial\ContainerList_Info.cs" />
  90. <Compile Include="Container\Partial\ContainerList_Properties.cs" />
  91. <Compile Include="Container\Partial\ContainerList_ReadBytes.cs" />
  92. <Compile Include="Container\Partial\ContainerList_Stack.cs" />
  93. <Compile Include="Container\version\Version_0101.cs" />
  94. <Compile Include="csv\Annotations\SerializeIgnore.cs" />
  95. <Compile Include="csv\Serializer.cs" />
  96. <Compile Include="FilePack\Exception\Exception_ArchiveExists.cs" />
  97. <Compile Include="FilePack\Exception\Exception_Chunk_Size.cs" />
  98. <Compile Include="FilePack\Exception\Exception_DirectoryEmpty.cs" />
  99. <Compile Include="FilePack\Exception\Exception_ExportLocked.cs" />
  100. <Compile Include="FilePack\Exception\Exception_FilePackBase.cs" />
  101. <Compile Include="FilePack\Exception\Exception_Filesize.cs" />
  102. <Compile Include="FilePack\Exception\Exception_MaxCommentImageSize.cs" />
  103. <Compile Include="FilePack\Exception\Exception_MaxCommentLength.cs" />
  104. <Compile Include="FilePack\Exception\Exception_MaxComments.cs" />
  105. <Compile Include="FilePack\Exception\Exception_MaxFilecount.cs" />
  106. <Compile Include="FilePack\Exception\Exception_PassCheckSum.cs" />
  107. <Compile Include="FilePack\Exception\Exception_Signature.cs" />
  108. <Compile Include="FilePack\Exception\Exception_UnsportVersion.cs" />
  109. <Compile Include="FilePack\FileExtension.cs" />
  110. <Compile Include="FilePack\FilePack.cs" />
  111. <Compile Include="FilePack\FPCommentType.cs" />
  112. <Compile Include="FilePack\FPEnums.cs" />
  113. <Compile Include="FilePack\FPKeyWords.cs" />
  114. <Compile Include="Generic\Calculations.cs" />
  115. <Compile Include="Generic\Mime.cs" />
  116. <Compile Include="ini\iniCategorie.cs" />
  117. <Compile Include="ini\iniHandle.cs" />
  118. <Compile Include="ini\iniValue.cs" />
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="Serializer\Annotiations\SerializeArray.cs" />
  121. <Compile Include="Serializer\Annotiations\SerializeHeaderInfo.cs" />
  122. <Compile Include="Serializer\Annotiations\SerializeIgnore.cs" />
  123. <Compile Include="Serializer\Annotiations\SerializeRequiredVersion.cs" />
  124. <Compile Include="Serializer\Exception\Exception_BadMagic.cs" />
  125. <Compile Include="Serializer\Exception\Exception_Filesize.cs" />
  126. <Compile Include="Serializer\Properties\ArraySize.cs" />
  127. <Compile Include="Serializer\Properties\ByteOrder.cs" />
  128. <Compile Include="Serializer\Annotiations\SerializeString.cs" />
  129. <Compile Include="Serializer\Serializer.cs" />
  130. <Compile Include="Serializer\Properties\StringEncoding.cs" />
  131. <Compile Include="Serializer\objects\FileAttachment.cs" />
  132. <Compile Include="yaml\ymlHandle.cs" />
  133. <Compile Include="yaml\ymlValue.cs" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Folder Include="FPAddItemInfo\" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Content Include="Readme.txt" />
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  143. Other similar extension points exist, see Microsoft.Common.targets.
  144. <Target Name="BeforeBuild">
  145. </Target>
  146. <Target Name="AfterBuild">
  147. </Target>
  148. -->
  149. </Project>