|
4 | 4 |
|
5 | 5 | <!-- http://msdn.microsoft.com/en-us/library/ms171458.aspx --> |
6 | 6 | <PropertyGroup> |
7 | | - <_ProjectFileVersion>24.3</_ProjectFileVersion> |
| 7 | + <_ProjectFileVersion>25.0</_ProjectFileVersion> |
8 | 8 | <_PropertySheetDisplayName>ObjectARX .Net</_PropertySheetDisplayName> |
9 | 9 | <TargetExt>.dll</TargetExt> |
10 | 10 | </PropertyGroup> |
11 | | - |
12 | | - <ImportGroup Label="PropertySheets"> |
13 | | - </ImportGroup> |
14 | | - |
15 | 11 | <PropertyGroup Label="Globals"> |
16 | | - <!-- For AutoCAD 2022, development requirement --> |
17 | | - <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
18 | | - <RootNamespace>$(TargetName)</RootNamespace> |
| 12 | + <!-- For AutoCAD 2024, development requirement --> |
| 13 | + <!--<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>--> |
| 14 | + <!-- For AutoCAD 2025, .NET Core suppor--> |
| 15 | + <TargetFramework>net8.0</TargetFramework> |
| 16 | + <RootNamespace>$(ProjectName)</RootNamespace> |
19 | 17 | </PropertyGroup> |
20 | | - |
21 | 18 | <PropertyGroup> |
22 | 19 | <ReferencePath>$(ArxSdkIncs);$(ReferencePath)</ReferencePath> |
23 | 20 | </PropertyGroup> |
| 21 | + <ItemGroup> |
| 22 | + <FrameworkReference Include="Microsoft.WindowsDesktop.App.WindowsForms"/> |
| 23 | + </ItemGroup> |
24 | 24 |
|
25 | 25 | <ItemDefinitionGroup> |
26 | 26 | <!-- Copy of Microsoft.Cpp.ManagedExtensions.props (C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0) --> |
27 | 27 | <ClCompile> |
28 | | - <ExceptionHandling>Async</ExceptionHandling> |
29 | | - <CompileAsManaged>true</CompileAsManaged> |
| 28 | + <ExceptionHandling>Async</ExceptionHandling> |
30 | 29 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
31 | 30 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
32 | | - <MinimalRebuild></MinimalRebuild> |
33 | | - <!-- To defeat the arx.props --> |
| 31 | + <MinimalRebuild>false</MinimalRebuild> |
34 | 32 | <SmallerTypeCheck>false</SmallerTypeCheck> |
35 | 33 | </ClCompile> |
36 | 34 | <Link> |
37 | 35 | <FixedBaseAddress>false</FixedBaseAddress> |
38 | 36 | <AssemblyDebug Condition="'$(UseDebugLibraries)'=='true'">true</AssemblyDebug> |
39 | 37 | </Link> |
40 | 38 | </ItemDefinitionGroup> |
41 | | - |
42 | | - <ItemGroup> |
43 | | - <Reference Include="System" /> |
44 | | - <Reference Include="System.Data" /> |
45 | | - <Reference Include="System.Xml" /> |
46 | | - </ItemGroup> |
47 | | - |
48 | 39 | </Project> |
0 commit comments