|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug 2016</Configuration> |
5 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | 4 | <ProductVersion>8.0.30703</ProductVersion> |
7 | 5 | <SchemaVersion>2.0</SchemaVersion> |
8 | 6 | <ProjectGuid>{C8446636-C663-409F-82D0-72C0D55BBA1C}</ProjectGuid> |
|
11 | 9 | <RootNamespace>RevitPythonShell.RpsRuntime</RootNamespace> |
12 | 10 | <AssemblyName>RpsRuntime</AssemblyName> |
13 | 11 | <FileAlignment>512</FileAlignment> |
14 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
15 | 12 | <TargetFrameworkProfile /> |
16 | 13 | </PropertyGroup> |
17 | 14 | <PropertyGroup> |
|
30 | 27 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
31 | 28 | </PropertyGroup> |
32 | 29 | <PropertyGroup Condition="'$(Configuration)' == 'Debug 2017'"> |
33 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
34 | | - </PropertyGroup> |
35 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
36 | | - <DebugSymbols>true</DebugSymbols> |
37 | | - <DebugType>full</DebugType> |
38 | | - <Optimize>false</Optimize> |
39 | | - <OutputPath>bin\Debug\</OutputPath> |
40 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
41 | | - <ErrorReport>prompt</ErrorReport> |
42 | | - <WarningLevel>4</WarningLevel> |
43 | | - <Prefer32Bit>false</Prefer32Bit> |
44 | | - </PropertyGroup> |
45 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
46 | | - <DebugType>pdbonly</DebugType> |
47 | | - <Optimize>true</Optimize> |
48 | | - <OutputPath>bin\Release\</OutputPath> |
49 | | - <DefineConstants>TRACE</DefineConstants> |
50 | | - <ErrorReport>prompt</ErrorReport> |
51 | | - <WarningLevel>4</WarningLevel> |
52 | | - <Prefer32Bit>false</Prefer32Bit> |
| 30 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
53 | 31 | </PropertyGroup> |
54 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 2014|AnyCPU'"> |
55 | 33 | <DebugSymbols>true</DebugSymbols> |
|
0 commit comments