Skip to content

Commit

Permalink
Merge pull request #1 from lavantgarde/references-update
Browse files Browse the repository at this point in the history
Updated Acad references from Nuget, Change to .Net 4.7.1
  • Loading branch information
lavantgarde authored May 19, 2018
2 parents 327d405 + 9cd9a8d commit 5baba15
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 39,881 deletions.
63 changes: 55 additions & 8 deletions AutoCADCommands/AutoCADCommands.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -10,10 +10,11 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoCADCommands</RootNamespace>
<AssemblyName>AutoCADCommands</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Utf8Output>true</Utf8Output>
<ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -24,6 +25,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\AutoCADCommands.XML</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -32,18 +34,59 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="acdbmgd">
<HintPath>..\Reference\AutoCAD\acdbmgd.dll</HintPath>
<Reference Include="AcCoreMgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.Core.23.0.0\lib\net47\AcCoreMgd.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="acmgd">
<HintPath>..\Reference\AutoCAD\acmgd.dll</HintPath>
<Reference Include="AcCui, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcCui.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AdWindows">
<HintPath>..\Reference\AutoCAD\AdWindows.dll</HintPath>
<Reference Include="AcDbMgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.Model.23.0.0\lib\net47\AcDbMgd.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="acdbmgdbrep, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.Model.23.0.0\lib\net47\acdbmgdbrep.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AcDx, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcDx.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AcMgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcMgd.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AcMr, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcMr.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AcSeamless, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcSeamless.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AcTcMgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcTcMgd.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AcWindows, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AcWindows.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AdUIMgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AdUIMgd.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AdUiPalettes, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AdUiPalettes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AdWindows, Version=2017.11.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoCAD.NET.23.0.0\lib\net47\AdWindows.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PresentationCore" />
Expand All @@ -52,6 +95,7 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
Expand Down Expand Up @@ -112,6 +156,9 @@
<ItemGroup>
<Content Include="KnownIssues.txt" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
6 changes: 6 additions & 0 deletions AutoCADCommands/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoCAD.NET" version="23.0.0" targetFramework="net471" />
<package id="AutoCAD.NET.Core" version="23.0.0" targetFramework="net471" />
<package id="AutoCAD.NET.Model" version="23.0.0" targetFramework="net471" />
</packages>
Binary file removed Reference/AutoCAD/AcCui.dll
Binary file not shown.
Loading

0 comments on commit 5baba15

Please sign in to comment.