Skip to content

Commit d83d814

Browse files
committed
Update IPUserControls.csproj
1 parent a4409e0 commit d83d814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IPUserControls/IPUserControls.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>library</OutputType>
99
<RootNamespace>IPUserControls</RootNamespace>
1010
<AssemblyName>IPUserControls</AssemblyName>
11-
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1414
<WarningLevel>4</WarningLevel>
@@ -28,13 +28,13 @@
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2929
<DebugType>pdbonly</DebugType>
3030
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
31+
<OutputPath>bin\Release\net451\</OutputPath>
3232
<DefineConstants>TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>1</WarningLevel>
3535
<PlatformTarget>AnyCPU</PlatformTarget>
3636
<Prefer32Bit>false</Prefer32Bit>
37-
<DocumentationFile>bin\Release\IPUserControls.xml</DocumentationFile>
37+
<DocumentationFile>bin\Release\net451\IPUserControls.xml</DocumentationFile>
3838
</PropertyGroup>
3939
<PropertyGroup>
4040
<ApplicationIcon>Images\IPUserControls.ico</ApplicationIcon>

0 commit comments

Comments
 (0)