Skip to content

Commit 414461d

Browse files
committed
Configurations.
1 parent 54b1e63 commit 414461d

File tree

2 files changed

+46
-58
lines changed

2 files changed

+46
-58
lines changed

NETProvider/src/FirebirdSql.Data.UnitTests/FirebirdSql.Data.UnitTests.csproj

Lines changed: 40 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,28 +10,6 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>FirebirdSql.Data.UnitTests</RootNamespace>
1212
<AssemblyName>FirebirdSql.Data.UnitTests</AssemblyName>
13-
<FileUpgradeFlags>
14-
</FileUpgradeFlags>
15-
<OldToolsVersion>3.5</OldToolsVersion>
16-
<UpgradeBackupLocation>
17-
</UpgradeBackupLocation>
18-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
19-
<PublishUrl>publish\</PublishUrl>
20-
<Install>true</Install>
21-
<InstallFrom>Disk</InstallFrom>
22-
<UpdateEnabled>false</UpdateEnabled>
23-
<UpdateMode>Foreground</UpdateMode>
24-
<UpdateInterval>7</UpdateInterval>
25-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
26-
<UpdatePeriodically>false</UpdatePeriodically>
27-
<UpdateRequired>false</UpdateRequired>
28-
<MapFileExtensions>true</MapFileExtensions>
29-
<ApplicationRevision>0</ApplicationRevision>
30-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31-
<IsWebBootstrapper>false</IsWebBootstrapper>
32-
<UseApplicationTrust>false</UseApplicationTrust>
33-
<BootstrapperEnabled>true</BootstrapperEnabled>
34-
<TargetFrameworkProfile />
3513
</PropertyGroup>
3614
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3715
<DebugSymbols>true</DebugSymbols>
@@ -43,27 +21,54 @@
4321
<WarningLevel>4</WarningLevel>
4422
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4523
<Prefer32Bit>false</Prefer32Bit>
46-
</PropertyGroup>
47-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48-
<DebugType>pdbonly</DebugType>
49-
<Optimize>true</Optimize>
50-
<OutputPath>bin\Release\</OutputPath>
51-
<DefineConstants>TRACE</DefineConstants>
52-
<ErrorReport>prompt</ErrorReport>
53-
<WarningLevel>4</WarningLevel>
54-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55-
<Prefer32Bit>false</Prefer32Bit>
24+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
25+
<TargetFrameworkProfile />
5626
</PropertyGroup>
5727
<PropertyGroup>
5828
<SignAssembly>true</SignAssembly>
5929
</PropertyGroup>
6030
<PropertyGroup>
6131
<AssemblyOriginatorKeyFile>Properties\FirebirdSql.Data.UnitTests.snk</AssemblyOriginatorKeyFile>
6232
</PropertyGroup>
63-
<ItemGroup>
33+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_40|AnyCPU'">
34+
<OutputPath>bin\Release_40\</OutputPath>
35+
<DefineConstants>TRACE;NET_40</DefineConstants>
36+
<Optimize>true</Optimize>
37+
<DebugType>pdbonly</DebugType>
38+
<PlatformTarget>AnyCPU</PlatformTarget>
39+
<ErrorReport>prompt</ErrorReport>
40+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
41+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_45|AnyCPU'">
44+
<OutputPath>bin\Release_45\</OutputPath>
45+
<DefineConstants>TRACE;NET_45</DefineConstants>
46+
<Optimize>true</Optimize>
47+
<DebugType>pdbonly</DebugType>
48+
<PlatformTarget>AnyCPU</PlatformTarget>
49+
<ErrorReport>prompt</ErrorReport>
50+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
51+
<TargetFrameworkProfile />
52+
</PropertyGroup>
53+
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
6454
<Reference Include="EntityFramework">
65-
<HintPath>..\..\lib\EF5\net45\EntityFramework.dll</HintPath>
55+
<HintPath>..\..\lib\EF6\net45\EntityFramework.dll</HintPath>
56+
<Private>True</Private>
6657
</Reference>
58+
</ItemGroup>
59+
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release_40|AnyCPU'">
60+
<Reference Include="EntityFramework">
61+
<HintPath>..\..\lib\EF6\net40\EntityFramework.dll</HintPath>
62+
<Private>True</Private>
63+
</Reference>
64+
</ItemGroup>
65+
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release_45|AnyCPU'">
66+
<Reference Include="EntityFramework">
67+
<HintPath>..\..\lib\EF6\net45\EntityFramework.dll</HintPath>
68+
<Private>True</Private>
69+
</Reference>
70+
</ItemGroup>
71+
<ItemGroup>
6772
<Reference Include="nunit.framework">
6873
<HintPath>..\..\lib\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
6974
</Reference>
@@ -117,22 +122,5 @@
117122
<None Include="packages.config" />
118123
<None Include="Properties\FirebirdSql.Data.UnitTests.snk" />
119124
</ItemGroup>
120-
<ItemGroup>
121-
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
122-
<Visible>False</Visible>
123-
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
124-
<Install>false</Install>
125-
</BootstrapperPackage>
126-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
127-
<Visible>False</Visible>
128-
<ProductName>.NET Framework 3.5 SP1</ProductName>
129-
<Install>true</Install>
130-
</BootstrapperPackage>
131-
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
132-
<Visible>False</Visible>
133-
<ProductName>Windows Installer 3.1</ProductName>
134-
<Install>true</Install>
135-
</BootstrapperPackage>
136-
</ItemGroup>
137125
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
138126
</Project>

NETProvider/src/NETProvider.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 2013
3-
VisualStudioVersion = 12.0.30501.0
2+
# Visual Studio 14
3+
VisualStudioVersion = 14.0.23107.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirebirdSql.Data.FirebirdClient", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj", "{326A24F9-6259-45DB-835C-18DB80728460}"
66
EndProject
@@ -32,10 +32,10 @@ Global
3232
{326A24F9-6259-45DB-835C-18DB80728460}.Release_Mono_w_Linux|Any CPU.Build.0 = Release_Mono_w_Linux|Any CPU
3333
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3434
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_40|Any CPU.ActiveCfg = Release|Any CPU
36-
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_45|Any CPU.ActiveCfg = Release|Any CPU
37-
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_45|Any CPU.Build.0 = Release|Any CPU
38-
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_Mono_w_Linux|Any CPU.ActiveCfg = Release|Any CPU
35+
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_40|Any CPU.ActiveCfg = Release_40|Any CPU
36+
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_45|Any CPU.ActiveCfg = Release_45|Any CPU
37+
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_45|Any CPU.Build.0 = Release_45|Any CPU
38+
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release_Mono_w_Linux|Any CPU.ActiveCfg = Release_40|Any CPU
3939
{5FF27BA8-4843-4207-A5EA-273BC5F7E8E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4040
{5FF27BA8-4843-4207-A5EA-273BC5F7E8E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
4141
{5FF27BA8-4843-4207-A5EA-273BC5F7E8E4}.Release_40|Any CPU.ActiveCfg = Release_40|Any CPU

0 commit comments

Comments
 (0)