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 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'" >
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 >
8181 <SubType >Component</SubType >
8282 </Compile >
8383 </ItemGroup >
84- </Project >
84+ </Project >
Original file line number Diff line number Diff line change 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'" >
6767 <SubType >Component</SubType >
6868 </Compile >
6969 </ItemGroup >
70- </Project >
70+ </Project >
You can’t perform that action at this time.
0 commit comments