147 lines
6.9 KiB
XML
147 lines
6.9 KiB
XML
<?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>{AD96D669-51E6-4EA0-A460-3667C13AE2D9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CadParamPluging</RootNamespace>
|
|
<AssemblyName>CadParamPluging</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</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>
|
|
<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="accoremgd">
|
|
<HintPath>C:\Program Files\Autodesk\AutoCAD 2014\accoremgd.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="acdbmgd">
|
|
<HintPath>C:\Program Files\Autodesk\AutoCAD 2014\acdbmgd.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="acmgd">
|
|
<HintPath>C:\Program Files\Autodesk\AutoCAD 2014\acmgd.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="AdWindows">
|
|
<HintPath>C:\Program Files\Autodesk\AutoCAD 2014\AdWindows.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="WindowsBase" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PluginEntry.cs" />
|
|
<Compile Include="Common\BusinessException.cs" />
|
|
<Compile Include="Common\ParamBag.cs" />
|
|
<Compile Include="Common\ParamCatalog.cs" />
|
|
<Compile Include="Common\ParamCatalogStore.cs" />
|
|
<Compile Include="Common\ParamDefinition.cs" />
|
|
<Compile Include="Common\ParamValueType.cs" />
|
|
<Compile Include="Common\NotePlaceholderBinding.cs" />
|
|
<Compile Include="Common\NoteTemplateEngine.cs" />
|
|
<Compile Include="Common\TemplateKeyBuilder.cs" />
|
|
<Compile Include="Common\TemplateSchemaDefinition.cs" />
|
|
<Compile Include="Common\TemplateSchemas.cs" />
|
|
<Compile Include="Common\TemplateSchemaDefaults.cs" />
|
|
<Compile Include="Common\TemplateSchemaStore.cs" />
|
|
<Compile Include="Common\DropdownOptions.cs" />
|
|
<Compile Include="Common\DropdownOptionsStore.cs" />
|
|
<Compile Include="Common\Logger.cs" />
|
|
<Compile Include="Cad\CadContext.cs" />
|
|
<Compile Include="Cad\CadDrawingService.cs" />
|
|
<Compile Include="Cad\DrawingStyleManager.cs" />
|
|
<Compile Include="Cad\DictionaryHelper.cs" />
|
|
<Compile Include="Cad\FeatureDrivenDrawer.cs" />
|
|
<Compile Include="Cad\HalfSectionDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\ITemplateDrawingGenerator.cs" />
|
|
<Compile Include="Cad\Drawers\TemplateDrawingGeneratorBase.cs" />
|
|
<Compile Include="Cad\Drawers\RingMachinedRollingGenerator.cs" />
|
|
<Compile Include="Cad\RingMachinedRollingDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\RingRawRollingGenerator.cs" />
|
|
<Compile Include="Cad\RingRawRollingDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\BlockRawFreeForgeRoundHeadGenerator.cs" />
|
|
<Compile Include="Cad\BlockRawFreeForgeRoundHeadDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\RingRawFreeForgeNonCenterPunchGenerator.cs" />
|
|
<Compile Include="Cad\Drawers\RingRawFreeForgeNonCenterPunchDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\BlockRawFreeForgeNoRoundHeadGenerator.cs" />
|
|
<Compile Include="Cad\Drawers\RingRawFreeForgeCenterPunchDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\RingRawFreeForgeCenterPunchGenerator.cs" />
|
|
<Compile Include="Cad\Drawers\ShaftRawFreeForgeRoundShaftGenerator.cs" />
|
|
<Compile Include="Cad\BlockRawFreeForgeNoRoundHeadDrawer.cs" />
|
|
<Compile Include="Cad\ShaftRawFreeForgeRoundShaftDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\DiskRawFreeForgeGenerator.cs" />
|
|
<Compile Include="Cad\DiskRawFreeForgeDrawer.cs" />
|
|
<Compile Include="Cad\ShaftRawFreeForgeSquareShaftDrawer.cs" />
|
|
<Compile Include="Cad\Drawers\ShaftRawFreeForgeSquareShaftGenerator.cs" />
|
|
<Compile Include="Cad\Drawers\TemplateDrawingRegistry.cs" />
|
|
<Compile Include="Cad\TemplateAnnotationOptionsExtractor.cs" />
|
|
<Compile Include="Cad\TemplateLayoutAnnotationExtractor.cs" />
|
|
<Compile Include="Cad\TemplateModelSheetExtractor.cs" />
|
|
<Compile Include="Cad\TemplateDrawingService.cs" />
|
|
<Compile Include="Data\DefaultTemplateRepository.cs" />
|
|
<Compile Include="Data\ITemplateRepository.cs" />
|
|
<Compile Include="Data\TemplateDefinition.cs" />
|
|
<Compile Include="Domain\DomainFacade.cs" />
|
|
<Compile Include="Domain\Models\DrawingParams.cs" />
|
|
<Compile Include="Domain\Models\TemplateInfo.cs" />
|
|
<Compile Include="Domain\Models\TemplateParams.cs" />
|
|
<Compile Include="UI\ParamDrawingPanel.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\DrawingParamsForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LayoutSelectForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ModelSheetSelectForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ParamCatalogForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ParamDefinitionForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\SettingsForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\TemplateSchemaBindingForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\TextInputForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\TemplateSelectionItem.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |