Skip to content

Commit 205be75

Browse files
Update for VS 2017- AutoCAD 2019
1 parent 1d4fca7 commit 205be75

File tree

68 files changed

+5112
-624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+5112
-624
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ local.properties
6262
*.vspscc
6363
.builds
6464
*.dotCover
65+
**/*.vs
6566

6667
## TODO: If you have NuGet Package Restore enabled, uncomment this
6768
#packages/

ArxLocatorWizard2010/ArxLocatorWizard.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>ObjectARXLocatorWizard</RootNamespace>
1212
<AssemblyName>ObjectARXLocatorWizard</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>ObjectARXLocatorWizard.snk</AssemblyOriginatorKeyFile>
@@ -44,6 +44,7 @@
4444
<ErrorReport>prompt</ErrorReport>
4545
<WarningLevel>4</WarningLevel>
4646
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47+
<Prefer32Bit>false</Prefer32Bit>
4748
</PropertyGroup>
4849
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4950
<DebugType>pdbonly</DebugType>
@@ -53,6 +54,7 @@
5354
<ErrorReport>prompt</ErrorReport>
5455
<WarningLevel>4</WarningLevel>
5556
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57+
<Prefer32Bit>false</Prefer32Bit>
5658
</PropertyGroup>
5759
<PropertyGroup>
5860
<StartupObject />
@@ -126,6 +128,9 @@
126128
</BootstrapperPackage>
127129
</ItemGroup>
128130
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131+
<PropertyGroup>
132+
<PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)Output /Y</PostBuildEvent>
133+
</PropertyGroup>
129134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130135
Other similar extension points exist, see Microsoft.Common.targets.
131136
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)