| | |
| | | <?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')" /> |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| | | <ProjectGuid>{78653BED-368A-470D-A021-929F2E583313}</ProjectGuid> |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <OutputType>Library</OutputType> |
| | | <AppDesignerFolder>Properties</AppDesignerFolder> |
| | | <RootNamespace>Hydro.Revit</RootNamespace> |
| | | <AssemblyName>Hydro.Revit</AssemblyName> |
| | | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| | | <FileAlignment>512</FileAlignment> |
| | | <Deterministic>true</Deterministic> |
| | | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| | | <AssemblyTitle>Hydro.Revit</AssemblyTitle> |
| | | <Product>Hydro.Revit</Product> |
| | | <Copyright>Copyright © 2023</Copyright> |
| | | <AssemblyVersion>1.0.0.0</AssemblyVersion> |
| | | <FileVersion>1.0.0.0</FileVersion> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>..\..\bin\debug\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <UseVSHostingProcess>false</UseVSHostingProcess> |
| | | </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="System" /> |
| | | <Reference Include="System.Core" /> |
| | | <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" /> |
| | | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
| | | <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="Base\IBaseInterface.cs" /> |
| | | <Compile Include="Model\HydrantBoxViewModel.cs" /> |
| | | <Compile Include="Model\JunctionViewModel.cs" /> |
| | | <Compile Include="Model\NetWorkOutViewModel.cs" /> |
| | | <Compile Include="Model\NozzleViewModel.cs" /> |
| | | <Compile Include="Model\PipeViewModel.cs" /> |
| | | <Compile Include="Model\PositionModel.cs" /> |
| | | <Compile Include="Model\PumpAdapterViewModel.cs" /> |
| | | <Compile Include="Model\ValveViewModel.cs" /> |
| | | <Compile Include="Model\WaterPumpViewModel.cs" /> |
| | | <Compile Include="Model\WaterTankViewModel.cs" /> |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <Compile Include="RevitNetWork.cs" /> |
| | | <ProjectReference Include="..\Hydro.Core\Hydro.Core.csproj" /> |
| | | <ProjectReference Include="..\Hydro.Inp2.2\Hydro.Inp2.2.csproj" /> |
| | | </ItemGroup> |
| | | <ItemGroup /> |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Hydro.Core\Hydro.Core.csproj"> |
| | | <Project>{ca211620-16a7-4953-929d-723a5f9d3239}</Project> |
| | | <Name>Hydro.Core</Name> |
| | | </ProjectReference> |
| | | <ProjectReference Include="..\Hydro.Inp2.2\Hydro.Inp2.2.csproj"> |
| | | <Project>{fffbe974-ba86-420d-aa27-6db215017c8c}</Project> |
| | | <Name>Hydro.Inp2.2</Name> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| | | </Project> |