Skip to content

Commit 1fd72b5

Browse files
committed
csproj cleanup.
1 parent 19f834f commit 1fd72b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdSql.Data.FirebirdClient_NET40.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net40-client</TargetFramework>
4-
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
4+
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
55
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
66
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
77
<AssemblyName>FirebirdSql.Data.FirebirdClient</AssemblyName>
88
<RootNamespace>FirebirdSql.Data</RootNamespace>
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>Properties\FirebirdSql.Data.FirebirdClient.snk</AssemblyOriginatorKeyFile>
1111
<DelaySign>False</DelaySign>
12-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
12+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1313
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -19,7 +19,7 @@
1919
<DefineConstants>TRACE</DefineConstants>
2020
</PropertyGroup>
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
22-
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
22+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2323
<OutputPath>bin\Debug\NET40</OutputPath>
2424
<BaseIntermediateOutputPath>obj\NET40</BaseIntermediateOutputPath>
2525
<DefineConstants>DEBUG;TRACE</DefineConstants>
@@ -81,4 +81,4 @@
8181
<SubType>Component</SubType>
8282
</Compile>
8383
</ItemGroup>
84-
</Project>
84+
</Project>

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdSql.Data.FirebirdClient_NET45.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SignAssembly>True</SignAssembly>
77
<AssemblyOriginatorKeyFile>Properties\FirebirdSql.Data.FirebirdClient.snk</AssemblyOriginatorKeyFile>
88
<DelaySign>False</DelaySign>
9-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
9+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1010
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1111
</PropertyGroup>
1212
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -67,4 +67,4 @@
6767
<SubType>Component</SubType>
6868
</Compile>
6969
</ItemGroup>
70-
</Project>
70+
</Project>

0 commit comments

Comments
 (0)