File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Provider/src/FirebirdSql.Data.FirebirdClient Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net40-client</TargetFramework >
4
- <TargetFrameworkIdentifier >.NETFramework</TargetFrameworkIdentifier >
4
+ <TargetFrameworkIdentifier >.NETFramework</TargetFrameworkIdentifier >
5
5
<TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
6
6
<TargetFrameworkProfile >Client</TargetFrameworkProfile >
7
7
<AssemblyName >FirebirdSql.Data.FirebirdClient</AssemblyName >
8
8
<RootNamespace >FirebirdSql.Data</RootNamespace >
9
9
<SignAssembly >True</SignAssembly >
10
10
<AssemblyOriginatorKeyFile >Properties\FirebirdSql.Data.FirebirdClient.snk</AssemblyOriginatorKeyFile >
11
11
<DelaySign >False</DelaySign >
12
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
12
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
13
13
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19
19
<DefineConstants >TRACE</DefineConstants >
20
20
</PropertyGroup >
21
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
22
- <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
22
+ <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
23
23
<OutputPath >bin\Debug\NET40</OutputPath >
24
24
<BaseIntermediateOutputPath >obj\NET40</BaseIntermediateOutputPath >
25
25
<DefineConstants >DEBUG;TRACE</DefineConstants >
81
81
<SubType >Component</SubType >
82
82
</Compile >
83
83
</ItemGroup >
84
- </Project >
84
+ </Project >
Original file line number Diff line number Diff line change 6
6
<SignAssembly >True</SignAssembly >
7
7
<AssemblyOriginatorKeyFile >Properties\FirebirdSql.Data.FirebirdClient.snk</AssemblyOriginatorKeyFile >
8
8
<DelaySign >False</DelaySign >
9
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
9
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
10
10
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
67
67
<SubType >Component</SubType >
68
68
</Compile >
69
69
</ItemGroup >
70
- </Project >
70
+ </Project >
You can’t perform that action at this time.
0 commit comments