123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{E77D7F18-966E-4EF9-ACD6-DD9AD38EFF3D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SAGA.Models</RootNamespace>
- <AssemblyName>SAGA.Models</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\OutputDll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
- <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\SpacePlugin\Dlls\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Windows" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AcWater.cs" />
- <Compile Include="ChangesRelationship.cs" />
- <Compile Include="ChildrenRelationType.cs" />
- <Compile Include="GplotElement\GplotDocument.cs" />
- <Compile Include="GplotElement\TElement.cs" />
- <Compile Include="GplotElement\TLine.cs" />
- <Compile Include="GplotElement\TText.cs" />
- <Compile Include="GplotElement\TVertex.cs" />
- <Compile Include="GplotShowType.cs" />
- <Compile Include="Graphs\BaseDBAdapter.cs" />
- <Compile Include="Graphs\GElement.cs" />
- <Compile Include="Graphs\GElementConverter.cs" />
- <Compile Include="Graphs\GFillRegion.cs" />
- <Compile Include="Graphs\GImport.cs" />
- <Compile Include="Graphs\GLine.cs" />
- <Compile Include="Graphs\GNode..cs" />
- <Compile Include="Graphs\GNodeGraph.cs" />
- <Compile Include="Graphs\GNodePath.cs" />
- <Compile Include="Graphs\GPath.cs" />
- <Compile Include="Graphs\GraphDB.cs" />
- <Compile Include="Graphs\GTreeNode.cs" />
- <Compile Include="Graphs\ObjectToArrayConverter.cs" />
- <Compile Include="Graphs\VElements\GVElement.cs" />
- <Compile Include="Graphs\GVertex.cs" />
- <Compile Include="Graphs\IGraphDBAdapter.cs" />
- <Compile Include="Graphs\Point3DConverter.cs" />
- <Compile Include="Graphs\VElements\VFloor.cs" />
- <Compile Include="Graphs\VElements\VGroupPipe.cs" />
- <Compile Include="Graphs\VElements\VPipe.cs" />
- <Compile Include="Graphs\VElements\VSpace.cs" />
- <Compile Include="Graphs\VElements\VGroupSpace.cs" />
- <Compile Include="MBIItem\Builder\EquipmentItemBuilder.cs" />
- <Compile Include="MBIItem\Builder\IMBIItemBuilder.cs" />
- <Compile Include="MBIItem\Builder\MBIItemFactory.cs" />
- <Compile Include="MBIItem\Builder\RoomItemBuilder.cs" />
- <Compile Include="MBIItem\Entity\AssetItem.cs" />
- <Compile Include="MBIItem\Entity\EquipmentItem.cs" />
- <Compile Include="MBIItem\Entity\RoomItem.cs" />
- <Compile Include="MBIItem\MBIBuiltInParameter.cs" />
- <Compile Include="MBIItem\Entity\MBIItem.cs" />
- <Compile Include="MBIItem\Builder\MBIItemBuilder.cs" />
- <Compile Include="ResponseClasses.cs" />
- <Compile Include="DataNode.cs" />
- <Compile Include="DrawDataServer.cs" />
- <Compile Include="Enums.cs" />
- <Compile Include="ExtendMethods.cs" />
- <Compile Include="DbHelper.cs" />
- <Compile Include="LogicNode.cs" />
- <Compile Include="ProjectInfo.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RealNode.cs" />
- <Compile Include="ServerFileInfo.cs" />
- <Compile Include="SgElement.cs" />
- <Compile Include="SgSpace.cs" />
- <Compile Include="StaticData.cs" />
- <Compile Include="VerticalPipe.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
- <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
- <Name>SAGA.DotNetUtils</Name>
- </ProjectReference>
- <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
- <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
- <Name>SAGA.RevitUtils</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <Content Include="Settings\Settings.ini" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|