Skip to content

Commit eb79fb1

Browse files
committed
First step to new csproj.
1 parent 746790a commit eb79fb1

7 files changed

Lines changed: 159 additions & 648 deletions

Provider/src/EntityFramework.Firebird/EntityFramework.Firebird_NET40.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</ItemGroup>
135135
<ItemGroup>
136136
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET40.csproj">
137-
<Project>{326a24f9-6259-45db-835c-18db80728460}</Project>
137+
<Project>{9866d35a-31d1-4ad6-86d8-e19688d847f5}</Project>
138138
<Name>FirebirdSql.Data.FirebirdClient_NET40</Name>
139139
</ProjectReference>
140140
</ItemGroup>

Provider/src/EntityFramework.Firebird/EntityFramework.Firebird_NET45.csproj

Lines changed: 2 additions & 2 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 ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -134,7 +134,7 @@
134134
</ItemGroup>
135135
<ItemGroup>
136136
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET45.csproj">
137-
<Project>{b37720ac-3b59-438b-afba-1e27547dd200}</Project>
137+
<Project>{23d8fdba-b992-4652-9489-35a2d53445ca}</Project>
138138
<Name>FirebirdSql.Data.FirebirdClient_NET45</Name>
139139
</ProjectReference>
140140
</ItemGroup>

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

Lines changed: 62 additions & 308 deletions
Large diffs are not rendered by default.

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

Lines changed: 61 additions & 308 deletions
Large diffs are not rendered by default.

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,25 @@
1010
</PropertyGroup>
1111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1212
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
13+
<OutputPath>bin\Release\netstandard1.6</OutputPath>
14+
<BaseIntermediateOutputPath>obj\netstandard1.6</BaseIntermediateOutputPath>
1315
</PropertyGroup>
1416
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1517
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
16-
</PropertyGroup>
17-
<ItemGroup>
18-
<Compile Remove="Entity\**" />
19-
<EmbeddedResource Remove="Entity\**" />
20-
<None Remove="Entity\**" />
21-
</ItemGroup>
18+
<OutputPath>bin\Debug\netstandard1.6</OutputPath>
19+
<BaseIntermediateOutputPath>obj\netstandard1.6</BaseIntermediateOutputPath>
20+
</PropertyGroup>
2221
<ItemGroup>
2322
<None Remove="Schema\FbMetaData.xml" />
2423
</ItemGroup>
2524
<ItemGroup>
2625
<EmbeddedResource Include="Schema\FbMetaData.xml" />
2726
</ItemGroup>
27+
<ItemGroup>
28+
<Compile Remove="Entity\**" />
29+
<EmbeddedResource Remove="Entity\**" />
30+
<None Remove="Entity\**" />
31+
</ItemGroup>
2832
<ItemGroup>
2933
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
3034
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />

Provider/src/FirebirdSql.Data.UnitTests/FirebirdSql.Data.UnitTests.csproj

Lines changed: 11 additions & 11 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>
@@ -83,16 +83,6 @@
8383
<Compile Include="TransactionScopeTests.cs" />
8484
<Compile Include="SrpClientTests.cs" />
8585
</ItemGroup>
86-
<ItemGroup>
87-
<ProjectReference Include="..\EntityFramework.Firebird\EntityFramework.Firebird_NET45.csproj">
88-
<Project>{8de3edee-c361-4da2-96f0-35795d5bf071}</Project>
89-
<Name>EntityFramework.Firebird_NET45</Name>
90-
</ProjectReference>
91-
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET45.csproj">
92-
<Project>{b37720ac-3b59-438b-afba-1e27547dd200}</Project>
93-
<Name>FirebirdSql.Data.FirebirdClient_NET45</Name>
94-
</ProjectReference>
95-
</ItemGroup>
9686
<ItemGroup>
9787
<None Include="App.config">
9888
<SubType>Designer</SubType>
@@ -103,5 +93,15 @@
10393
<ItemGroup>
10494
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
10595
</ItemGroup>
96+
<ItemGroup>
97+
<ProjectReference Include="..\EntityFramework.Firebird\EntityFramework.Firebird_NET45.csproj">
98+
<Project>{8de3edee-c361-4da2-96f0-35795d5bf071}</Project>
99+
<Name>EntityFramework.Firebird_NET45</Name>
100+
</ProjectReference>
101+
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET45.csproj">
102+
<Project>{23d8fdba-b992-4652-9489-35a2d53445ca}</Project>
103+
<Name>FirebirdSql.Data.FirebirdClient_NET45</Name>
104+
</ProjectReference>
105+
</ItemGroup>
106106
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
107107
</Project>

Provider/src/NETProvider.sln

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 15
33
VisualStudioVersion = 15.0.26228.10
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirebirdSql.Data.FirebirdClient_NET40", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET40.csproj", "{326A24F9-6259-45DB-835C-18DB80728460}"
6-
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirebirdSql.Data.FirebirdClient_NET45", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET45.csproj", "{B37720AC-3B59-438B-AFBA-1E27547DD200}"
8-
EndProject
95
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirebirdSql.Data.UnitTests", "FirebirdSql.Data.UnitTests\FirebirdSql.Data.UnitTests.csproj", "{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}"
106
EndProject
117
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFramework.Firebird_NET40", "EntityFramework.Firebird\EntityFramework.Firebird_NET40.csproj", "{5FF27BA8-4843-4207-A5EA-273BC5F7E8E4}"
@@ -14,20 +10,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFramework.Firebird_NE
1410
EndProject
1511
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirebirdSql.Data.FirebirdClient_NETSTANDARD16", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NETSTANDARD16.csproj", "{3AF2F6D4-78A0-4BBD-AA3A-AA1D8320F8FC}"
1612
EndProject
13+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirebirdSql.Data.FirebirdClient_NET45", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET45.csproj", "{23D8FDBA-B992-4652-9489-35A2D53445CA}"
14+
EndProject
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirebirdSql.Data.FirebirdClient_NET40", "FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient_NET40.csproj", "{9866D35A-31D1-4AD6-86D8-E19688D847F5}"
16+
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1919
Debug|Any CPU = Debug|Any CPU
2020
Release|Any CPU = Release|Any CPU
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{326A24F9-6259-45DB-835C-18DB80728460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{326A24F9-6259-45DB-835C-18DB80728460}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{326A24F9-6259-45DB-835C-18DB80728460}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{326A24F9-6259-45DB-835C-18DB80728460}.Release|Any CPU.Build.0 = Release|Any CPU
27-
{B37720AC-3B59-438B-AFBA-1E27547DD200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28-
{B37720AC-3B59-438B-AFBA-1E27547DD200}.Debug|Any CPU.Build.0 = Debug|Any CPU
29-
{B37720AC-3B59-438B-AFBA-1E27547DD200}.Release|Any CPU.ActiveCfg = Release|Any CPU
30-
{B37720AC-3B59-438B-AFBA-1E27547DD200}.Release|Any CPU.Build.0 = Release|Any CPU
3123
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3224
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Debug|Any CPU.Build.0 = Debug|Any CPU
3325
{D58FD6C4-BC7F-455B-B5FF-9DD7E4B94172}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -44,6 +36,14 @@ Global
4436
{3AF2F6D4-78A0-4BBD-AA3A-AA1D8320F8FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
4537
{3AF2F6D4-78A0-4BBD-AA3A-AA1D8320F8FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
4638
{3AF2F6D4-78A0-4BBD-AA3A-AA1D8320F8FC}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{23D8FDBA-B992-4652-9489-35A2D53445CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40+
{23D8FDBA-B992-4652-9489-35A2D53445CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
41+
{23D8FDBA-B992-4652-9489-35A2D53445CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{23D8FDBA-B992-4652-9489-35A2D53445CA}.Release|Any CPU.Build.0 = Release|Any CPU
43+
{9866D35A-31D1-4AD6-86D8-E19688D847F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{9866D35A-31D1-4AD6-86D8-E19688D847F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{9866D35A-31D1-4AD6-86D8-E19688D847F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
46+
{9866D35A-31D1-4AD6-86D8-E19688D847F5}.Release|Any CPU.Build.0 = Release|Any CPU
4747
EndGlobalSection
4848
GlobalSection(SolutionProperties) = preSolution
4949
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)