Skip to content

Commit a1fb78b

Browse files
committed
working on configurations
1 parent 2b1264f commit a1fb78b

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

PythonConsoleControl/PythonConsoleControl.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>PythonConsoleControl</RootNamespace>
1212
<AssemblyName>PythonConsoleControl</AssemblyName>
13-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
1514
<PublishUrl>publish\</PublishUrl>
1615
<Install>true</Install>

RpsRuntime/RpsRuntime.csproj

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug 2016</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
64
<ProductVersion>8.0.30703</ProductVersion>
75
<SchemaVersion>2.0</SchemaVersion>
86
<ProjectGuid>{C8446636-C663-409F-82D0-72C0D55BBA1C}</ProjectGuid>
@@ -11,7 +9,6 @@
119
<RootNamespace>RevitPythonShell.RpsRuntime</RootNamespace>
1210
<AssemblyName>RpsRuntime</AssemblyName>
1311
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1512
<TargetFrameworkProfile />
1613
</PropertyGroup>
1714
<PropertyGroup>
@@ -30,26 +27,7 @@
3027
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
3128
</PropertyGroup>
3229
<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>
5331
</PropertyGroup>
5432
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 2014|AnyCPU'">
5533
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)