fastgrid4_vc2008.vcproj
上传用户:chinafayin
上传日期:2022-04-05
资源大小:153k
文件大小:19k
源码类别:

并行计算

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="fastgrid4"
  6. ProjectGUID="{3BC7B16E-5AB0-4092-8FE2-80C77D606D19}"
  7. RootNamespace="test"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. <ToolFile
  21. RelativePath="C:ProgramDataNVIDIA CorporationNVIDIA GPU Computing SDKCcommonCuda.rules"
  22. />
  23. </ToolFiles>
  24. <Configurations>
  25. <Configuration
  26. Name="Debug|Win32"
  27. OutputDirectory="$(SolutionDir)$(PlatformName)_$(ConfigurationName)"
  28. IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
  29. ConfigurationType="1"
  30. CharacterSet="0"
  31. >
  32. <Tool
  33. Name="VCPreBuildEventTool"
  34. />
  35. <Tool
  36. Name="VCCustomBuildTool"
  37. />
  38. <Tool
  39. Name="CUDA Build Rule"
  40. Debug="true"
  41. Emulation="true"
  42. PtxAsOptionV="true"
  43. ExtraNvccOptions=""
  44. Warning="3"
  45. Optimization="0"
  46. TypeInfo="true"
  47. />
  48. <Tool
  49. Name="VCXMLDataGeneratorTool"
  50. />
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"
  53. />
  54. <Tool
  55. Name="VCMIDLTool"
  56. />
  57. <Tool
  58. Name="VCCLCompilerTool"
  59. AdditionalOptions="/MP"
  60. Optimization="0"
  61. AdditionalIncludeDirectories=".;&quot;$(CUDA_INC_PATH)&quot;"
  62. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;AG_CUDA;_SCL_SECURE_NO_WARNINGS;FASTGRID"
  63. MinimalRebuild="false"
  64. BasicRuntimeChecks="3"
  65. RuntimeLibrary="1"
  66. OpenMP="true"
  67. UsePrecompiledHeader="0"
  68. BrowseInformation="1"
  69. WarningLevel="4"
  70. DebugInformationFormat="4"
  71. />
  72. <Tool
  73. Name="VCManagedResourceCompilerTool"
  74. />
  75. <Tool
  76. Name="VCResourceCompilerTool"
  77. />
  78. <Tool
  79. Name="VCPreLinkEventTool"
  80. />
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalDependencies="ws2_32.lib cuda.lib cudart.lib"
  84. LinkIncremental="2"
  85. AdditionalLibraryDirectories="$(CUDA_LIB_PATH)"
  86. GenerateDebugInformation="true"
  87. SubSystem="1"
  88. StackReserveSize="4000000"
  89. RandomizedBaseAddress="1"
  90. DataExecutionPrevention="0"
  91. TargetMachine="1"
  92. />
  93. <Tool
  94. Name="VCALinkTool"
  95. />
  96. <Tool
  97. Name="VCManifestTool"
  98. />
  99. <Tool
  100. Name="VCXDCMakeTool"
  101. />
  102. <Tool
  103. Name="VCBscMakeTool"
  104. />
  105. <Tool
  106. Name="VCFxCopTool"
  107. />
  108. <Tool
  109. Name="VCAppVerifierTool"
  110. />
  111. <Tool
  112. Name="VCPostBuildEventTool"
  113. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(TargetDir)..........tests$(TargetFileName)&quot;&#x0D;&#x0A;echo Performing Test...&#x0D;&#x0A;cd &quot;$(TargetDir)..........tests&quot;&#x0D;&#x0A;call test_win32_vs_current.bat --no-pause&#x0D;&#x0A;"
  114. />
  115. </Configuration>
  116. <Configuration
  117. Name="Debug|x64"
  118. OutputDirectory="$(SolutionDir)$(PlatformName)_$(ConfigurationName)"
  119. IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
  120. ConfigurationType="1"
  121. CharacterSet="0"
  122. >
  123. <Tool
  124. Name="VCPreBuildEventTool"
  125. />
  126. <Tool
  127. Name="VCCustomBuildTool"
  128. />
  129. <Tool
  130. Name="CUDA Build Rule"
  131. Debug="true"
  132. Emulation="true"
  133. PtxAsOptionV="true"
  134. ExtraNvccOptions=""
  135. Warning="3"
  136. Optimization="0"
  137. TypeInfo="true"
  138. />
  139. <Tool
  140. Name="VCXMLDataGeneratorTool"
  141. />
  142. <Tool
  143. Name="VCWebServiceProxyGeneratorTool"
  144. />
  145. <Tool
  146. Name="VCMIDLTool"
  147. TargetEnvironment="3"
  148. />
  149. <Tool
  150. Name="VCCLCompilerTool"
  151. AdditionalOptions="/MP"
  152. Optimization="0"
  153. AdditionalIncludeDirectories=".;&quot;$(CUDA_INC_PATH)&quot;"
  154. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_SCL_SECURE_NO_WARNINGS;FASTGRID"
  155. MinimalRebuild="false"
  156. BasicRuntimeChecks="3"
  157. RuntimeLibrary="1"
  158. OpenMP="true"
  159. UsePrecompiledHeader="0"
  160. BrowseInformation="1"
  161. WarningLevel="4"
  162. DebugInformationFormat="3"
  163. />
  164. <Tool
  165. Name="VCManagedResourceCompilerTool"
  166. />
  167. <Tool
  168. Name="VCResourceCompilerTool"
  169. />
  170. <Tool
  171. Name="VCPreLinkEventTool"
  172. />
  173. <Tool
  174. Name="VCLinkerTool"
  175. AdditionalDependencies="ws2_32.lib cuda.lib cudart.lib"
  176. LinkIncremental="2"
  177. AdditionalLibraryDirectories="$(CUDA_LIB_PATH)"
  178. GenerateDebugInformation="true"
  179. SubSystem="1"
  180. StackReserveSize="4000000"
  181. RandomizedBaseAddress="1"
  182. DataExecutionPrevention="0"
  183. TargetMachine="17"
  184. />
  185. <Tool
  186. Name="VCALinkTool"
  187. />
  188. <Tool
  189. Name="VCManifestTool"
  190. />
  191. <Tool
  192. Name="VCXDCMakeTool"
  193. />
  194. <Tool
  195. Name="VCBscMakeTool"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(TargetDir)..........tests$(TargetFileName)&quot;&#x0D;&#x0A;echo Performing Test...&#x0D;&#x0A;cd &quot;$(TargetDir)..........tests&quot;&#x0D;&#x0A;call test_win32_vs_current.bat --no-pause&#x0D;&#x0A;"
  206. />
  207. </Configuration>
  208. <Configuration
  209. Name="Release|Win32"
  210. OutputDirectory="$(SolutionDir)$(PlatformName)_$(ConfigurationName)"
  211. IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
  212. ConfigurationType="1"
  213. CharacterSet="0"
  214. WholeProgramOptimization="1"
  215. >
  216. <Tool
  217. Name="VCPreBuildEventTool"
  218. />
  219. <Tool
  220. Name="VCCustomBuildTool"
  221. />
  222. <Tool
  223. Name="CUDA Build Rule"
  224. Emulation="true"
  225. PtxAsOptionV="true"
  226. ExtraNvccOptions=""
  227. Defines="WIN32"
  228. Warning="3"
  229. TypeInfo="true"
  230. />
  231. <Tool
  232. Name="VCXMLDataGeneratorTool"
  233. />
  234. <Tool
  235. Name="VCWebServiceProxyGeneratorTool"
  236. />
  237. <Tool
  238. Name="VCMIDLTool"
  239. />
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. AdditionalOptions="/MP"
  243. Optimization="2"
  244. InlineFunctionExpansion="2"
  245. EnableIntrinsicFunctions="true"
  246. FavorSizeOrSpeed="1"
  247. OmitFramePointers="true"
  248. EnableFiberSafeOptimizations="true"
  249. AdditionalIncludeDirectories=".;&quot;$(CUDA_INC_PATH)&quot;"
  250. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;AG_OPENMP;AG_CUDA;_SCL_SECURE_NO_WARNINGS;FASTGRID"
  251. StringPooling="true"
  252. RuntimeLibrary="0"
  253. BufferSecurityCheck="false"
  254. EnableEnhancedInstructionSet="2"
  255. FloatingPointModel="2"
  256. OpenMP="true"
  257. UsePrecompiledHeader="0"
  258. BrowseInformation="1"
  259. WarningLevel="4"
  260. Detect64BitPortabilityProblems="false"
  261. DebugInformationFormat="0"
  262. />
  263. <Tool
  264. Name="VCManagedResourceCompilerTool"
  265. />
  266. <Tool
  267. Name="VCResourceCompilerTool"
  268. />
  269. <Tool
  270. Name="VCPreLinkEventTool"
  271. />
  272. <Tool
  273. Name="VCLinkerTool"
  274. AdditionalDependencies="ws2_32.lib cuda.lib cudart.lib"
  275. LinkIncremental="1"
  276. AdditionalLibraryDirectories="$(CUDA_LIB_PATH)"
  277. GenerateManifest="false"
  278. GenerateDebugInformation="false"
  279. SubSystem="1"
  280. StackReserveSize="4000000"
  281. StackCommitSize="0"
  282. OptimizeReferences="2"
  283. EnableCOMDATFolding="2"
  284. OptimizeForWindows98="0"
  285. RandomizedBaseAddress="1"
  286. DataExecutionPrevention="0"
  287. TargetMachine="1"
  288. />
  289. <Tool
  290. Name="VCALinkTool"
  291. />
  292. <Tool
  293. Name="VCManifestTool"
  294. />
  295. <Tool
  296. Name="VCXDCMakeTool"
  297. />
  298. <Tool
  299. Name="VCBscMakeTool"
  300. />
  301. <Tool
  302. Name="VCFxCopTool"
  303. />
  304. <Tool
  305. Name="VCAppVerifierTool"
  306. />
  307. <Tool
  308. Name="VCPostBuildEventTool"
  309. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(TargetDir)..........tests$(TargetFileName)&quot;&#x0D;&#x0A;echo Performing Test...&#x0D;&#x0A;cd &quot;$(TargetDir)..........tests&quot;&#x0D;&#x0A;call test_win32_vs_current.bat --no-pause&#x0D;&#x0A;"
  310. />
  311. </Configuration>
  312. <Configuration
  313. Name="Release|x64"
  314. OutputDirectory="$(SolutionDir)$(PlatformName)_$(ConfigurationName)"
  315. IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
  316. ConfigurationType="1"
  317. CharacterSet="0"
  318. WholeProgramOptimization="1"
  319. >
  320. <Tool
  321. Name="VCPreBuildEventTool"
  322. />
  323. <Tool
  324. Name="VCCustomBuildTool"
  325. />
  326. <Tool
  327. Name="CUDA Build Rule"
  328. Emulation="true"
  329. PtxAsOptionV="true"
  330. ExtraNvccOptions=""
  331. Defines="WIN32"
  332. Warning="3"
  333. TypeInfo="true"
  334. />
  335. <Tool
  336. Name="VCXMLDataGeneratorTool"
  337. />
  338. <Tool
  339. Name="VCWebServiceProxyGeneratorTool"
  340. />
  341. <Tool
  342. Name="VCMIDLTool"
  343. TargetEnvironment="3"
  344. />
  345. <Tool
  346. Name="VCCLCompilerTool"
  347. AdditionalOptions="/MP"
  348. Optimization="2"
  349. InlineFunctionExpansion="2"
  350. EnableIntrinsicFunctions="true"
  351. FavorSizeOrSpeed="1"
  352. OmitFramePointers="true"
  353. EnableFiberSafeOptimizations="true"
  354. AdditionalIncludeDirectories=".;&quot;$(CUDA_INC_PATH)&quot;"
  355. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;AG_OPENMP;_SCL_SECURE_NO_WARNINGS;FASTGRID"
  356. StringPooling="true"
  357. RuntimeLibrary="0"
  358. BufferSecurityCheck="false"
  359. EnableEnhancedInstructionSet="0"
  360. FloatingPointModel="2"
  361. OpenMP="true"
  362. UsePrecompiledHeader="0"
  363. BrowseInformation="1"
  364. WarningLevel="4"
  365. Detect64BitPortabilityProblems="false"
  366. DebugInformationFormat="0"
  367. />
  368. <Tool
  369. Name="VCManagedResourceCompilerTool"
  370. />
  371. <Tool
  372. Name="VCResourceCompilerTool"
  373. />
  374. <Tool
  375. Name="VCPreLinkEventTool"
  376. />
  377. <Tool
  378. Name="VCLinkerTool"
  379. AdditionalDependencies="ws2_32.lib cuda.lib cudart.lib"
  380. LinkIncremental="1"
  381. AdditionalLibraryDirectories="$(CUDA_LIB_PATH)"
  382. GenerateManifest="false"
  383. GenerateDebugInformation="false"
  384. SubSystem="1"
  385. StackReserveSize="4000000"
  386. StackCommitSize="0"
  387. OptimizeReferences="2"
  388. EnableCOMDATFolding="2"
  389. OptimizeForWindows98="0"
  390. RandomizedBaseAddress="1"
  391. DataExecutionPrevention="0"
  392. TargetMachine="17"
  393. />
  394. <Tool
  395. Name="VCALinkTool"
  396. />
  397. <Tool
  398. Name="VCManifestTool"
  399. />
  400. <Tool
  401. Name="VCXDCMakeTool"
  402. />
  403. <Tool
  404. Name="VCBscMakeTool"
  405. />
  406. <Tool
  407. Name="VCFxCopTool"
  408. />
  409. <Tool
  410. Name="VCAppVerifierTool"
  411. />
  412. <Tool
  413. Name="VCPostBuildEventTool"
  414. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(TargetDir)..........tests$(TargetFileName)&quot;&#x0D;&#x0A;echo Performing Test...&#x0D;&#x0A;cd &quot;$(TargetDir)..........tests&quot;&#x0D;&#x0A;call test_win32_vs_current.bat --no-pause&#x0D;&#x0A;"
  415. />
  416. </Configuration>
  417. </Configurations>
  418. <References>
  419. </References>
  420. <Files>
  421. <Filter
  422. Name="ann"
  423. >
  424. <File
  425. RelativePath="..annANN.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath="..annANNperf.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath="..annANNx.h"
  434. >
  435. </File>
  436. <Filter
  437. Name="src"
  438. >
  439. <File
  440. RelativePath="..annsrcANN.cpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..annsrcbd_fix_rad_search.cpp"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..annsrcbd_pr_search.cpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..annsrcbd_search.cpp"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..annsrcbd_tree.cpp"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..annsrcbd_tree.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..annsrcbrute.cpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..annsrckd_dump.cpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..annsrckd_fix_rad_search.cpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..annsrckd_fix_rad_search.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..annsrckd_pr_search.cpp"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..annsrckd_pr_search.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..annsrckd_search.cpp"
  489. >
  490. </File>
  491. <File
  492. RelativePath="..annsrckd_search.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath="..annsrckd_split.cpp"
  497. >
  498. </File>
  499. <File
  500. RelativePath="..annsrckd_split.h"
  501. >
  502. </File>
  503. <File
  504. RelativePath="..annsrckd_tree.cpp"
  505. >
  506. </File>
  507. <File
  508. RelativePath="..annsrckd_tree.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..annsrckd_util.cpp"
  513. >
  514. </File>
  515. <File
  516. RelativePath="..annsrckd_util.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath="..annsrcperf.cpp"
  521. >
  522. </File>
  523. <File
  524. RelativePath="..annsrcpr_queue.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath="..annsrcpr_queue_k.h"
  529. >
  530. </File>
  531. </Filter>
  532. </Filter>
  533. <Filter
  534. Name="electrostatics"
  535. >
  536. <File
  537. RelativePath="..electrostaticsCpu.cpp"
  538. >
  539. </File>
  540. <File
  541. RelativePath="..electrostaticsCuda.cpp"
  542. >
  543. </File>
  544. <File
  545. RelativePath="..electrostaticsCudaConstantMemory.cpp"
  546. >
  547. </File>
  548. <File
  549. RelativePath="..electrostaticsCudaConstantMemory.h"
  550. >
  551. </File>
  552. <File
  553. RelativePath="..electrostaticsCudaEvents.cpp"
  554. >
  555. </File>
  556. <File
  557. RelativePath="..electrostaticsCudaEvents.h"
  558. >
  559. </File>
  560. <File
  561. RelativePath="..electrostaticsCudaFloatTexture1D.cpp"
  562. >
  563. </File>
  564. <File
  565. RelativePath="..electrostaticsCudaFloatTexture1D.h"
  566. >
  567. </File>
  568. <File
  569. RelativePath="..electrostaticsCudaGridMap.cpp"
  570. >
  571. </File>
  572. <File
  573. RelativePath="..electrostaticsCudaGridMap.h"
  574. >
  575. </File>
  576. <File
  577. RelativePath="..electrostaticsCudaUtils.h"
  578. >
  579. </File>
  580. <File
  581. RelativePath="..electrostaticsElectrostatics.h"
  582. >
  583. </File>
  584. <Filter
  585. Name="cuda_internal"
  586. >
  587. <File
  588. RelativePath="..electrostaticscuda_internalDDDConstMemKernels.cu"
  589. >
  590. <FileConfiguration
  591. Name="Release|Win32"
  592. >
  593. <Tool
  594. Name="CUDA Build Rule"
  595. AddedDependencies=""
  596. />
  597. </FileConfiguration>
  598. <FileConfiguration
  599. Name="Release|x64"
  600. >
  601. <Tool
  602. Name="CUDA Build Rule"
  603. AddedDependencies=""
  604. />
  605. </FileConfiguration>
  606. </File>
  607. <File
  608. RelativePath="..electrostaticscuda_internalDDDConstMemKernels.h"
  609. >
  610. </File>
  611. <File
  612. RelativePath="..electrostaticscuda_internalInterface.cpp"
  613. >
  614. </File>
  615. <File
  616. RelativePath="..electrostaticscuda_internalInterface.h"
  617. >
  618. </File>
  619. <File
  620. RelativePath="..electrostaticscuda_internalKernels.inl"
  621. >
  622. </File>
  623. <File
  624. RelativePath="..electrostaticscuda_internalStandardKernels.cu"
  625. >
  626. <FileConfiguration
  627. Name="Release|Win32"
  628. >
  629. <Tool
  630. Name="CUDA Build Rule"
  631. AddedDependencies=""
  632. />
  633. </FileConfiguration>
  634. <FileConfiguration
  635. Name="Release|x64"
  636. >
  637. <Tool
  638. Name="CUDA Build Rule"
  639. AddedDependencies=""
  640. />
  641. </FileConfiguration>
  642. </File>
  643. <File
  644. RelativePath="..electrostaticscuda_internalStandardKernels.h"
  645. >
  646. </File>
  647. </Filter>
  648. </Filter>
  649. <Filter
  650. Name="math"
  651. >
  652. <File
  653. RelativePath="..mathAll.h"
  654. >
  655. </File>
  656. <File
  657. RelativePath="..mathInt.h"
  658. >
  659. </File>
  660. <File
  661. RelativePath="..mathMath.h"
  662. >
  663. </File>
  664. <File
  665. RelativePath="..mathUnionCast.h"
  666. >
  667. </File>
  668. <Filter
  669. Name="geometric"
  670. >
  671. <File
  672. RelativePath="..mathGeometricAxisAlignedBox3.cpp"
  673. >
  674. </File>
  675. <File
  676. RelativePath="..mathGeometricAxisAlignedBox3.h"
  677. >
  678. </File>
  679. <File
  680. RelativePath="..mathGeometricIntersection3.cpp"
  681. >
  682. </File>
  683. <File
  684. RelativePath="..mathGeometricIntersection3.h"
  685. >
  686. </File>
  687. <File
  688. RelativePath="..mathGeometricSphere3.cpp"
  689. >
  690. </File>
  691. <File
  692. RelativePath="..mathGeometricSphere3.h"
  693. >
  694. </File>
  695. <File
  696. RelativePath="..mathGeometricVec2.h"
  697. >
  698. </File>
  699. <File
  700. RelativePath="..mathGeometricVec3.h"
  701. >
  702. </File>
  703. <File
  704. RelativePath="..mathGeometricVec4.cpp"
  705. >
  706. </File>
  707. <File
  708. RelativePath="..mathGeometricVec4.h"
  709. >
  710. </File>
  711. </Filter>
  712. </Filter>
  713. <Filter
  714. Name="openthreads"
  715. >
  716. <File
  717. RelativePath="..openthreadsBarrier"
  718. >
  719. </File>
  720. <File
  721. RelativePath="..openthreadsCondition"
  722. >
  723. </File>
  724. <File
  725. RelativePath="..openthreadsExports"
  726. >
  727. </File>
  728. <File
  729. RelativePath="..openthreadsMutex"
  730. >
  731. </File>
  732. <File
  733. RelativePath="..openthreadsThread"
  734. >
  735. </File>
  736. <Filter
  737. Name="win32_src"
  738. >
  739. <File
  740. RelativePath="..openthreadswin32_srcWin32BarrierPrivateData.h"
  741. >
  742. </File>
  743. <File
  744. RelativePath="..openthreadswin32_srcWin32Condition.cpp"
  745. >
  746. </File>
  747. <File
  748. RelativePath="..openthreadswin32_srcWin32Condition.h"
  749. >
  750. </File>
  751. <File
  752. RelativePath="..openthreadswin32_srcWin32ConditionPrivateData.h"
  753. >
  754. </File>
  755. <File
  756. RelativePath="..openthreadswin32_srcWin32Mutex.cpp"
  757. >
  758. </File>
  759. <File
  760. RelativePath="..openthreadswin32_srcWin32MutexPrivateData.h"
  761. >
  762. </File>
  763. <File
  764. RelativePath="..openthreadswin32_srcWin32Thread.cpp"
  765. >
  766. </File>
  767. <File
  768. RelativePath="..openthreadswin32_srcWin32ThreadBarrier.cpp"
  769. >
  770. </File>
  771. <File
  772. RelativePath="..openthreadswin32_srcWin32ThreadPrivateData.h"
  773. >
  774. </File>
  775. </Filter>
  776. </Filter>
  777. <File
  778. RelativePath="..autogrid.h"
  779. >
  780. </File>
  781. <File
  782. RelativePath="..BondVectors.cpp"
  783. >
  784. </File>
  785. <File
  786. RelativePath="..BondVectors.h"
  787. >
  788. </File>
  789. <File
  790. RelativePath="..CalculateGridmaps.cpp"
  791. >
  792. </File>
  793. <File
  794. RelativePath="..CalculateGridmaps.h"
  795. >
  796. </File>
  797. <File
  798. RelativePath="..DesolvExpFunc.cpp"
  799. >
  800. </File>
  801. <File
  802. RelativePath="..DesolvExpFunc.h"
  803. >
  804. </File>
  805. <File
  806. RelativePath="..Exceptions.h"
  807. >
  808. </File>
  809. <File
  810. RelativePath="..GridMap.cpp"
  811. >
  812. </File>
  813. <File
  814. RelativePath="..GridMap.h"
  815. >
  816. </File>
  817. <File
  818. RelativePath="..InputData.h"
  819. >
  820. </File>
  821. <File
  822. RelativePath="..InputDataLoader.cpp"
  823. >
  824. </File>
  825. <File
  826. RelativePath="..InputDataLoader.h"
  827. >
  828. </File>
  829. <File
  830. RelativePath="..LogFile.cpp"
  831. >
  832. </File>
  833. <File
  834. RelativePath="..LogFile.h"
  835. >
  836. </File>
  837. <File
  838. RelativePath="..main.cpp"
  839. >
  840. </File>
  841. <File
  842. RelativePath="..Math.h"
  843. >
  844. </File>
  845. <File
  846. RelativePath="..NearestNeighborSearch3.h"
  847. >
  848. </File>
  849. <File
  850. RelativePath="..PairwiseInteractionEnergies.cpp"
  851. >
  852. </File>
  853. <File
  854. RelativePath="..PairwiseInteractionEnergies.h"
  855. >
  856. </File>
  857. <File
  858. RelativePath="..ParameterLibrary.cpp"
  859. >
  860. </File>
  861. <File
  862. RelativePath="..ParameterLibrary.h"
  863. >
  864. </File>
  865. <File
  866. RelativePath="..ProgramParameters.cpp"
  867. >
  868. </File>
  869. <File
  870. RelativePath="..ProgramParameters.h"
  871. >
  872. </File>
  873. <File
  874. RelativePath="..SpatialGrid.h"
  875. >
  876. </File>
  877. <File
  878. RelativePath="..times.cpp"
  879. >
  880. </File>
  881. <File
  882. RelativePath="..times.h"
  883. >
  884. </File>
  885. <File
  886. RelativePath="..UnixSignals.h"
  887. >
  888. </File>
  889. <File
  890. RelativePath="..Utils.cpp"
  891. >
  892. </File>
  893. <File
  894. RelativePath="..Utils.h"
  895. >
  896. </File>
  897. </Files>
  898. <Globals>
  899. </Globals>
  900. </VisualStudioProject>