|
1 | 1 | <?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"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>ObjectARXLocatorWizard</RootNamespace> |
12 | 12 | <AssemblyName>ObjectARXLocatorWizard</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <SignAssembly>true</SignAssembly> |
16 | 16 | <AssemblyOriginatorKeyFile>ObjectARXLocatorWizard.snk</AssemblyOriginatorKeyFile> |
|
44 | 44 | <ErrorReport>prompt</ErrorReport> |
45 | 45 | <WarningLevel>4</WarningLevel> |
46 | 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 47 | + <Prefer32Bit>false</Prefer32Bit> |
47 | 48 | </PropertyGroup> |
48 | 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
49 | 50 | <DebugType>pdbonly</DebugType> |
|
53 | 54 | <ErrorReport>prompt</ErrorReport> |
54 | 55 | <WarningLevel>4</WarningLevel> |
55 | 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 57 | + <Prefer32Bit>false</Prefer32Bit> |
56 | 58 | </PropertyGroup> |
57 | 59 | <PropertyGroup> |
58 | 60 | <StartupObject /> |
|
126 | 128 | </BootstrapperPackage> |
127 | 129 | </ItemGroup> |
128 | 130 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 131 | + <PropertyGroup> |
| 132 | + <PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)Output /Y</PostBuildEvent> |
| 133 | + </PropertyGroup> |
129 | 134 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
130 | 135 | Other similar extension points exist, see Microsoft.Common.targets. |
131 | 136 | <Target Name="BeforeBuild"> |
|
0 commit comments