SAGA.Models.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E77D7F18-966E-4EF9-ACD6-DD9AD38EFF3D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.Models</RootNamespace>
  11. <AssemblyName>SAGA.Models</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\OutputDll\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  34. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  35. </Reference>
  36. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
  37. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\SpacePlugin\Dlls\NPOI.OOXML.dll</HintPath>
  40. </Reference>
  41. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
  42. <Reference Include="PresentationCore" />
  43. <Reference Include="PresentationFramework" />
  44. <Reference Include="System" />
  45. <Reference Include="System.Configuration" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Windows" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="WindowsBase" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="AcWater.cs" />
  59. <Compile Include="ChangesRelationship.cs" />
  60. <Compile Include="ChildrenRelationType.cs" />
  61. <Compile Include="GplotElement\GplotDocument.cs" />
  62. <Compile Include="GplotElement\TElement.cs" />
  63. <Compile Include="GplotElement\TLine.cs" />
  64. <Compile Include="GplotElement\TText.cs" />
  65. <Compile Include="GplotElement\TVertex.cs" />
  66. <Compile Include="GplotShowType.cs" />
  67. <Compile Include="Graphs\BaseDBAdapter.cs" />
  68. <Compile Include="Graphs\GElement.cs" />
  69. <Compile Include="Graphs\GElementConverter.cs" />
  70. <Compile Include="Graphs\GFillRegion.cs" />
  71. <Compile Include="Graphs\GImport.cs" />
  72. <Compile Include="Graphs\GLine.cs" />
  73. <Compile Include="Graphs\GNode..cs" />
  74. <Compile Include="Graphs\GNodeGraph.cs" />
  75. <Compile Include="Graphs\GNodePath.cs" />
  76. <Compile Include="Graphs\GPath.cs" />
  77. <Compile Include="Graphs\GraphDB.cs" />
  78. <Compile Include="Graphs\GTreeNode.cs" />
  79. <Compile Include="Graphs\ObjectToArrayConverter.cs" />
  80. <Compile Include="Graphs\VElements\GVElement.cs" />
  81. <Compile Include="Graphs\GVertex.cs" />
  82. <Compile Include="Graphs\IGraphDBAdapter.cs" />
  83. <Compile Include="Graphs\Point3DConverter.cs" />
  84. <Compile Include="Graphs\VElements\VFloor.cs" />
  85. <Compile Include="Graphs\VElements\VGroupPipe.cs" />
  86. <Compile Include="Graphs\VElements\VPipe.cs" />
  87. <Compile Include="Graphs\VElements\VSpace.cs" />
  88. <Compile Include="Graphs\VElements\VGroupSpace.cs" />
  89. <Compile Include="MBIItem\Builder\EquipmentItemBuilder.cs" />
  90. <Compile Include="MBIItem\Builder\IMBIItemBuilder.cs" />
  91. <Compile Include="MBIItem\Builder\MBIItemFactory.cs" />
  92. <Compile Include="MBIItem\Builder\RoomItemBuilder.cs" />
  93. <Compile Include="MBIItem\Entity\AssetItem.cs" />
  94. <Compile Include="MBIItem\Entity\EquipmentItem.cs" />
  95. <Compile Include="MBIItem\Entity\RoomItem.cs" />
  96. <Compile Include="MBIItem\MBIBuiltInParameter.cs" />
  97. <Compile Include="MBIItem\Entity\MBIItem.cs" />
  98. <Compile Include="MBIItem\Builder\MBIItemBuilder.cs" />
  99. <Compile Include="ResponseClasses.cs" />
  100. <Compile Include="DataNode.cs" />
  101. <Compile Include="DrawDataServer.cs" />
  102. <Compile Include="Enums.cs" />
  103. <Compile Include="ExtendMethods.cs" />
  104. <Compile Include="DbHelper.cs" />
  105. <Compile Include="LogicNode.cs" />
  106. <Compile Include="ProjectInfo.cs" />
  107. <Compile Include="Properties\AssemblyInfo.cs" />
  108. <Compile Include="RealNode.cs" />
  109. <Compile Include="ServerFileInfo.cs" />
  110. <Compile Include="SgElement.cs" />
  111. <Compile Include="SgSpace.cs" />
  112. <Compile Include="StaticData.cs" />
  113. <Compile Include="VerticalPipe.cs" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  117. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  118. <Name>SAGA.DotNetUtils</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  121. <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
  122. <Name>SAGA.RevitUtils</Name>
  123. </ProjectReference>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="App.config" />
  127. <Content Include="Settings\Settings.ini" />
  128. <None Include="packages.config" />
  129. </ItemGroup>
  130. <ItemGroup />
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. </Project>