Advertisement
Guest User

Untitled

a guest
Jul 7th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DC15F71A-2117-4DEF-8C10-AA355B5E5979}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>KeePassLibSD</RootNamespace>
  12. <AssemblyName>KeePassLibSD</AssemblyName>
  13. <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <PlatformFamilyName>PocketPC</PlatformFamilyName>
  15. <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
  16. <OSVersion>4.20</OSVersion>
  17. <DeployDirSuffix>KeePassLibSD</DeployDirSuffix>
  18. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  19. <FormFactorID>
  20. </FormFactorID>
  21. <SignAssembly>true</SignAssembly>
  22. <AssemblyOriginatorKeyFile>KeePassLibSD.pfx</AssemblyOriginatorKeyFile>
  23. <FileUpgradeFlags>0</FileUpgradeFlags>
  24. <OldToolsVersion>4.0</OldToolsVersion>
  25. <NativePlatformName>Pocket PC 2003</NativePlatformName>
  26. <UpgradeBackupLocation>---</UpgradeBackupLocation>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>..\Build\KeePassLibSD\Debug\</OutputPath>
  33. <DefineConstants>TRACE;DEBUG;COMPACT_FRAMEWORK_V20;KeePassLibSD;NETCF_2_0</DefineConstants>
  34. <NoStdLib>true</NoStdLib>
  35. <NoConfig>true</NoConfig>
  36. <ErrorReport>prompt</ErrorReport>
  37. <FileAlignment>512</FileAlignment>
  38. <WarningLevel>4</WarningLevel>
  39. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>..\Build\KeePassLibSD\Release\</OutputPath>
  45. <DefineConstants>TRACE;COMPACT_FRAMEWORK_V20;KeePassLibSD;NETCF_2_0</DefineConstants>
  46. <NoStdLib>true</NoStdLib>
  47. <NoConfig>true</NoConfig>
  48. <ErrorReport>prompt</ErrorReport>
  49. <FileAlignment>512</FileAlignment>
  50. <WarningLevel>4</WarningLevel>
  51. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="mscorlib" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\KeePassLib\Collections\AutoTypeConfig.cs">
  62. <Link>Collections\AutoTypeConfig.cs</Link>
  63. </Compile>
  64. <Compile Include="..\KeePassLib\Collections\ProtectedBinaryDictionary.cs">
  65. <Link>Collections\ProtectedBinaryDictionary.cs</Link>
  66. </Compile>
  67. <Compile Include="..\KeePassLib\Collections\ProtectedStringDictionary.cs">
  68. <Link>Collections\ProtectedStringDictionary.cs</Link>
  69. </Compile>
  70. <Compile Include="..\KeePassLib\Collections\PwObjectList.cs">
  71. <Link>Collections\PwObjectList.cs</Link>
  72. </Compile>
  73. <Compile Include="..\KeePassLib\Collections\PwObjectPool.cs">
  74. <Link>Collections\PwObjectPool.cs</Link>
  75. </Compile>
  76. <Compile Include="..\KeePassLib\Collections\StringDictionaryEx.cs">
  77. <Link>Collections\StringDictionaryEx.cs</Link>
  78. </Compile>
  79. <Compile Include="..\KeePassLib\Cryptography\Cipher\CipherPool.cs">
  80. <Link>Cryptography\Cipher\CipherPool.cs</Link>
  81. </Compile>
  82. <Compile Include="..\KeePassLib\Cryptography\Cipher\ICipherEngine.cs">
  83. <Link>Cryptography\Cipher\ICipherEngine.cs</Link>
  84. </Compile>
  85. <Compile Include="..\KeePassLib\Cryptography\Cipher\Salsa20Cipher.cs">
  86. <Link>Cryptography\Cipher\Salsa20Cipher.cs</Link>
  87. </Compile>
  88. <Compile Include="..\KeePassLib\Cryptography\Cipher\StandardAesEngine.cs">
  89. <Link>Cryptography\Cipher\StandardAesEngine.cs</Link>
  90. </Compile>
  91. <Compile Include="..\KeePassLib\Cryptography\CryptoRandom.cs">
  92. <Link>Cryptography\CryptoRandom.cs</Link>
  93. </Compile>
  94. <Compile Include="..\KeePassLib\Cryptography\CryptoRandomStream.cs">
  95. <Link>Cryptography\CryptoRandomStream.cs</Link>
  96. </Compile>
  97. <Compile Include="..\KeePassLib\Cryptography\HashingStreamEx.cs">
  98. <Link>Cryptography\HashingStreamEx.cs</Link>
  99. </Compile>
  100. <Compile Include="..\KeePassLib\Cryptography\HmacOtp.cs">
  101. <Link>Cryptography\HmacOtp.cs</Link>
  102. </Compile>
  103. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\CharSetBasedGenerator.cs">
  104. <Link>Cryptography\PasswordGenerator\CharSetBasedGenerator.cs</Link>
  105. </Compile>
  106. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\CustomPwGenerator.cs">
  107. <Link>Cryptography\PasswordGenerator\CustomPwGenerator.cs</Link>
  108. </Compile>
  109. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\CustomPwGeneratorPool.cs">
  110. <Link>Cryptography\PasswordGenerator\CustomPwGeneratorPool.cs</Link>
  111. </Compile>
  112. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\PatternBasedGenerator.cs">
  113. <Link>Cryptography\PasswordGenerator\PatternBasedGenerator.cs</Link>
  114. </Compile>
  115. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\PwCharSet.cs">
  116. <Link>Cryptography\PasswordGenerator\PwCharSet.cs</Link>
  117. </Compile>
  118. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\PwGenerator.cs">
  119. <Link>Cryptography\PasswordGenerator\PwGenerator.cs</Link>
  120. </Compile>
  121. <Compile Include="..\KeePassLib\Cryptography\PasswordGenerator\PwProfile.cs">
  122. <Link>Cryptography\PasswordGenerator\PwProfile.cs</Link>
  123. </Compile>
  124. <Compile Include="..\KeePassLib\Cryptography\PopularPasswords.cs">
  125. <Link>Cryptography\PopularPasswords.cs</Link>
  126. </Compile>
  127. <Compile Include="..\KeePassLib\Cryptography\QualityEstimation.cs">
  128. <Link>Cryptography\QualityEstimation.cs</Link>
  129. </Compile>
  130. <Compile Include="..\KeePassLib\Cryptography\SelfTest.cs">
  131. <Link>Cryptography\SelfTest.cs</Link>
  132. </Compile>
  133. <Compile Include="..\KeePassLib\Delegates\Handlers.cs">
  134. <Link>Delegates\Handlers.cs</Link>
  135. </Compile>
  136. <Compile Include="..\KeePassLib\Interfaces\IDeepCloneable.cs">
  137. <Link>Interfaces\IDeepCloneable.cs</Link>
  138. </Compile>
  139. <Compile Include="..\KeePassLib\Interfaces\IStatusLogger.cs">
  140. <Link>Interfaces\IStatusLogger.cs</Link>
  141. </Compile>
  142. <Compile Include="..\KeePassLib\Interfaces\IStructureItem.cs">
  143. <Link>Interfaces\IStructureItem.cs</Link>
  144. </Compile>
  145. <Compile Include="..\KeePassLib\Interfaces\ITimeLogger.cs">
  146. <Link>Interfaces\ITimeLogger.cs</Link>
  147. </Compile>
  148. <Compile Include="..\KeePassLib\Interfaces\IUIOperations.cs">
  149. <Link>Interfaces\IUIOperations.cs</Link>
  150. </Compile>
  151. <Compile Include="..\KeePassLib\Interfaces\IXmlSerializerEx.cs">
  152. <Link>Interfaces\IXmlSerializerEx.cs</Link>
  153. </Compile>
  154. <Compile Include="..\KeePassLib\Keys\CompositeKey.cs">
  155. <Link>Keys\CompositeKey.cs</Link>
  156. </Compile>
  157. <Compile Include="..\KeePassLib\Keys\IUserKey.cs">
  158. <Link>Keys\IUserKey.cs</Link>
  159. </Compile>
  160. <Compile Include="..\KeePassLib\Keys\KcpCustomKey.cs">
  161. <Link>Keys\KcpCustomKey.cs</Link>
  162. </Compile>
  163. <Compile Include="..\KeePassLib\Keys\KcpKeyFile.cs">
  164. <Link>Keys\KcpKeyFile.cs</Link>
  165. </Compile>
  166. <Compile Include="..\KeePassLib\Keys\KcpPassword.cs">
  167. <Link>Keys\KcpPassword.cs</Link>
  168. </Compile>
  169. <Compile Include="..\KeePassLib\Keys\KcpUserAccount.cs">
  170. <Link>Keys\KcpUserAccount.cs</Link>
  171. </Compile>
  172. <Compile Include="..\KeePassLib\Keys\KeyProvider.cs">
  173. <Link>Keys\KeyProvider.cs</Link>
  174. </Compile>
  175. <Compile Include="..\KeePassLib\Keys\KeyProviderPool.cs">
  176. <Link>Keys\KeyProviderPool.cs</Link>
  177. </Compile>
  178. <Compile Include="..\KeePassLib\Keys\KeyValidator.cs">
  179. <Link>Keys\KeyValidator.cs</Link>
  180. </Compile>
  181. <Compile Include="..\KeePassLib\Keys\KeyValidatorPool.cs">
  182. <Link>Keys\KeyValidatorPool.cs</Link>
  183. </Compile>
  184. <Compile Include="..\KeePassLib\Keys\UserKeyType.cs">
  185. <Link>Keys\UserKeyType.cs</Link>
  186. </Compile>
  187. <Compile Include="..\KeePassLib\Native\NativeLib.cs">
  188. <Link>Native\NativeLib.cs</Link>
  189. </Compile>
  190. <Compile Include="..\KeePassLib\Native\NativeMethods.cs">
  191. <Link>Native\NativeMethods.cs</Link>
  192. </Compile>
  193. <Compile Include="..\KeePassLib\PwCustomIcon.cs">
  194. <Link>PwCustomIcon.cs</Link>
  195. </Compile>
  196. <Compile Include="..\KeePassLib\PwDatabase.cs">
  197. <Link>PwDatabase.cs</Link>
  198. </Compile>
  199. <Compile Include="..\KeePassLib\PwDefs.cs">
  200. <Link>PwDefs.cs</Link>
  201. </Compile>
  202. <Compile Include="..\KeePassLib\PwDeletedObject.cs">
  203. <Link>PwDeletedObject.cs</Link>
  204. </Compile>
  205. <Compile Include="..\KeePassLib\PwEntry.cs">
  206. <Link>PwEntry.cs</Link>
  207. </Compile>
  208. <Compile Include="..\KeePassLib\PwEnums.cs">
  209. <Link>PwEnums.cs</Link>
  210. </Compile>
  211. <Compile Include="..\KeePassLib\PwGroup.cs">
  212. <Link>PwGroup.cs</Link>
  213. </Compile>
  214. <Compile Include="..\KeePassLib\PwUuid.cs">
  215. <Link>PwUuid.cs</Link>
  216. </Compile>
  217. <Compile Include="..\KeePassLib\Resources\KLRes.Generated.cs">
  218. <Link>Resources\KLRes.Generated.cs</Link>
  219. </Compile>
  220. <Compile Include="..\KeePassLib\Resources\KSRes.Generated.cs">
  221. <Link>Resources\KSRes.Generated.cs</Link>
  222. </Compile>
  223. <Compile Include="..\KeePassLib\Security\ProtectedBinary.cs">
  224. <Link>Security\ProtectedBinary.cs</Link>
  225. </Compile>
  226. <Compile Include="..\KeePassLib\Security\ProtectedString.cs">
  227. <Link>Security\ProtectedString.cs</Link>
  228. </Compile>
  229. <Compile Include="..\KeePassLib\Security\XorredBuffer.cs">
  230. <Link>Security\XorredBuffer.cs</Link>
  231. </Compile>
  232. <Compile Include="..\KeePassLib\Serialization\BinaryReaderEx.cs">
  233. <Link>Serialization\BinaryReaderEx.cs</Link>
  234. </Compile>
  235. <Compile Include="..\KeePassLib\Serialization\FileLock.cs">
  236. <Link>Serialization\FileLock.cs</Link>
  237. </Compile>
  238. <Compile Include="..\KeePassLib\Serialization\FileTransactionEx.cs">
  239. <Link>Serialization\FileTransactionEx.cs</Link>
  240. </Compile>
  241. <Compile Include="..\KeePassLib\Serialization\HashedBlockStream.cs">
  242. <Link>Serialization\HashedBlockStream.cs</Link>
  243. </Compile>
  244. <Compile Include="..\KeePassLib\Serialization\IOConnection.cs">
  245. <Link>Serialization\IOConnection.cs</Link>
  246. </Compile>
  247. <Compile Include="..\KeePassLib\Serialization\IOConnectionInfo.cs">
  248. <Link>Serialization\IOConnectionInfo.cs</Link>
  249. </Compile>
  250. <Compile Include="..\KeePassLib\Serialization\Kdb4File.cs">
  251. <Link>Serialization\Kdb4File.cs</Link>
  252. </Compile>
  253. <Compile Include="..\KeePassLib\Serialization\Kdb4File.Read.cs">
  254. <Link>Serialization\Kdb4File.Read.cs</Link>
  255. </Compile>
  256. <Compile Include="..\KeePassLib\Serialization\Kdb4File.Read.Streamed.cs">
  257. <Link>Serialization\Kdb4File.Read.Streamed.cs</Link>
  258. </Compile>
  259. <Compile Include="..\KeePassLib\Serialization\Kdb4File.Write.cs">
  260. <Link>Serialization\Kdb4File.Write.cs</Link>
  261. </Compile>
  262. <Compile Include="..\KeePassLib\Serialization\OldFormatException.cs">
  263. <Link>Serialization\OldFormatException.cs</Link>
  264. </Compile>
  265. <Compile Include="..\KeePassLib\Translation\KPControlCustomization.cs">
  266. <Link>Translation\KPControlCustomization.cs</Link>
  267. </Compile>
  268. <Compile Include="..\KeePassLib\Translation\KPFormCustomization.cs">
  269. <Link>Translation\KPFormCustomization.cs</Link>
  270. </Compile>
  271. <Compile Include="..\KeePassLib\Translation\KPStringTable.cs">
  272. <Link>Translation\KPStringTable.cs</Link>
  273. </Compile>
  274. <Compile Include="..\KeePassLib\Translation\KPStringTableItem.cs">
  275. <Link>Translation\KPStringTableItem.cs</Link>
  276. </Compile>
  277. <Compile Include="..\KeePassLib\Translation\KPTranslation.cs">
  278. <Link>Translation\KPTranslation.cs</Link>
  279. </Compile>
  280. <Compile Include="..\KeePassLib\Translation\KPTranslationProperties.cs">
  281. <Link>Translation\KPTranslationProperties.cs</Link>
  282. </Compile>
  283. <Compile Include="..\KeePassLib\Utility\AppLogEx.cs">
  284. <Link>Utility\AppLogEx.cs</Link>
  285. </Compile>
  286. <Compile Include="..\KeePassLib\Utility\MemUtil.cs">
  287. <Link>Utility\MemUtil.cs</Link>
  288. </Compile>
  289. <Compile Include="..\KeePassLib\Utility\MessageService.cs">
  290. <Link>Utility\MessageService.cs</Link>
  291. </Compile>
  292. <Compile Include="..\KeePassLib\Utility\StrUtil.cs">
  293. <Link>Utility\StrUtil.cs</Link>
  294. </Compile>
  295. <Compile Include="..\KeePassLib\Utility\TimeUtil.cs">
  296. <Link>Utility\TimeUtil.cs</Link>
  297. </Compile>
  298. <Compile Include="..\KeePassLib\Utility\UrlUtil.cs">
  299. <Link>Utility\UrlUtil.cs</Link>
  300. </Compile>
  301. <Compile Include="BouncyCastle\GeneralDigest.cs" />
  302. <Compile Include="BouncyCastle\IDigest.cs" />
  303. <Compile Include="BouncyCastle\Pack.cs" />
  304. <Compile Include="BouncyCastle\Sha256Digest.cs" />
  305. <Compile Include="ColorTranslator.cs" />
  306. <Compile Include="InvalidDataException.cs" />
  307. <Compile Include="Properties\AssemblyInfo.cs" />
  308. <Compile Include="GZipStream.cs" />
  309. <Compile Include="ProtectedData.cs" />
  310. <Compile Include="ProtectedMemory.cs" />
  311. <Compile Include="SecureStringEx.cs" />
  312. <Compile Include="SHA256.cs" />
  313. <Compile Include="SharpZipLib\Checksums\Adler32.cs" />
  314. <Compile Include="SharpZipLib\Checksums\CRC32.cs" />
  315. <Compile Include="SharpZipLib\Checksums\IChecksum.cs" />
  316. <Compile Include="SharpZipLib\Core\FileSystemScanner.cs" />
  317. <Compile Include="SharpZipLib\Core\INameTransform.cs" />
  318. <Compile Include="SharpZipLib\Core\IScanFilter.cs" />
  319. <Compile Include="SharpZipLib\Core\NameFilter.cs" />
  320. <Compile Include="SharpZipLib\Core\PathFilter.cs" />
  321. <Compile Include="SharpZipLib\Core\StreamUtils.cs" />
  322. <Compile Include="SharpZipLib\Encryption\PkzipClassic.cs" />
  323. <Compile Include="SharpZipLib\GZip\GZIPConstants.cs" />
  324. <Compile Include="SharpZipLib\GZip\GZipException.cs" />
  325. <Compile Include="SharpZipLib\GZip\GzipInputStream.cs" />
  326. <Compile Include="SharpZipLib\GZip\GzipOutputStream.cs" />
  327. <Compile Include="SharpZipLib\Main.cs" />
  328. <Compile Include="SharpZipLib\SharpZipBaseException.cs" />
  329. <Compile Include="SharpZipLib\Zip\Compression\Deflater.cs" />
  330. <Compile Include="SharpZipLib\Zip\Compression\DeflaterConstants.cs" />
  331. <Compile Include="SharpZipLib\Zip\Compression\DeflaterEngine.cs" />
  332. <Compile Include="SharpZipLib\Zip\Compression\DeflaterHuffman.cs" />
  333. <Compile Include="SharpZipLib\Zip\Compression\DeflaterPending.cs" />
  334. <Compile Include="SharpZipLib\Zip\Compression\Inflater.cs" />
  335. <Compile Include="SharpZipLib\Zip\Compression\InflaterDynHeader.cs" />
  336. <Compile Include="SharpZipLib\Zip\Compression\InflaterHuffmanTree.cs" />
  337. <Compile Include="SharpZipLib\Zip\Compression\PendingBuffer.cs" />
  338. <Compile Include="SharpZipLib\Zip\Compression\Streams\DeflaterOutputStream.cs" />
  339. <Compile Include="SharpZipLib\Zip\Compression\Streams\InflaterInputStream.cs" />
  340. <Compile Include="SharpZipLib\Zip\Compression\Streams\OutputWindow.cs" />
  341. <Compile Include="SharpZipLib\Zip\Compression\Streams\StreamManipulator.cs" />
  342. <Compile Include="SharpZipLib\Zip\IEntryFactory.cs" />
  343. <Compile Include="SharpZipLib\Zip\ZipConstants.cs" />
  344. <Compile Include="SharpZipLib\Zip\ZipEntry.cs" />
  345. <Compile Include="SharpZipLib\Zip\ZipEntryFactory.cs" />
  346. <Compile Include="SharpZipLib\Zip\ZipException.cs" />
  347. <Compile Include="SharpZipLib\Zip\ZipExtraData.cs" />
  348. <Compile Include="SharpZipLib\Zip\ZipFile.cs" />
  349. <Compile Include="SharpZipLib\Zip\ZipHelperStream.cs" />
  350. <Compile Include="SharpZipLib\Zip\ZipInputStream.cs" />
  351. <Compile Include="SharpZipLib\Zip\ZipNameTransform.cs" />
  352. <Compile Include="SharpZipLib\Zip\ZipOutputStream.cs" />
  353. <Compile Include="SortedDictionary.cs" />
  354. </ItemGroup>
  355. <ItemGroup>
  356. <None Include="KeePassLibSD.pfx" />
  357. </ItemGroup>
  358. <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
  359. <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
  360. <ProjectExtensions>
  361. <VisualStudio>
  362. <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  363. <HostingProcess disable="1" />
  364. </FlavorProperties>
  365. </VisualStudio>
  366. </ProjectExtensions>
  367. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  368. Other similar extension points exist, see Microsoft.Common.targets.
  369. <Target Name="BeforeBuild">
  370. </Target>
  371. <Target Name="AfterBuild">
  372. </Target>
  373. -->
  374. <Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
  375. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement