Boprs/Boprs.csproj

74 lines
3.2 KiB
XML
Raw Normal View History

2024-09-01 13:10:19 +02:00
<?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>{12366D09-2514-4EF3-9918-253B46077A4D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Boprs</RootNamespace>
<AssemblyName>Boprs</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
2024-09-04 09:04:07 +02:00
<DefineConstants>TRACE;DEBUG;BCAD</DefineConstants>
2024-09-01 13:10:19 +02:00
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
2024-09-01 13:27:00 +02:00
<DefineConstants>TRACE;BCAD</DefineConstants>
2024-09-01 13:10:19 +02:00
<ErrorReport>prompt</ErrorReport>
2024-09-01 13:27:00 +02:00
<WarningLevel>5</WarningLevel>
<DocumentationFile>bin\Release\Boprs.xml</DocumentationFile>
2024-09-01 13:10:19 +02:00
</PropertyGroup>
<ItemGroup>
<Reference Include="accoremgd">
<HintPath>..\..\..\..\..\Program Files\Autodesk\AutoCAD 2024\accoremgd.dll</HintPath>
</Reference>
<Reference Include="acdbmgd">
<HintPath>..\..\..\..\..\Program Files\Autodesk\AutoCAD 2024\acdbmgd.dll</HintPath>
</Reference>
<Reference Include="acmgd">
<HintPath>..\..\..\..\..\Program Files\Autodesk\AutoCAD 2024\acmgd.dll</HintPath>
</Reference>
<Reference Include="BricscadExtensions">
<HintPath>References\BricscadExtensions.dll</HintPath>
</Reference>
2024-09-04 09:04:07 +02:00
<Reference Include="BrxMgd">
<HintPath>..\..\..\..\..\Program Files\Bricsys\BricsCAD V24 en_US\BrxMgd.dll</HintPath>
</Reference>
2024-09-01 13:10:19 +02:00
<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" />
2024-09-04 09:04:07 +02:00
<Reference Include="TD_Mgd">
<HintPath>..\..\..\..\..\Program Files\Bricsys\BricsCAD V24 en_US\TD_Mgd.dll</HintPath>
</Reference>
2024-09-01 13:10:19 +02:00
</ItemGroup>
<ItemGroup>
<Compile Include="BooleanOperation.cs" />
<Compile Include="Commands.cs" />
2024-09-04 09:04:07 +02:00
<Compile Include="Contour.cs" />
2024-09-01 13:10:19 +02:00
<Compile Include="Region.cs" />
<Compile Include="SweepEdge.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SweepLine.cs" />
<Compile Include="SweepVertex.cs" />
<Compile Include="Utils.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>