Skip to content

Commit 149fca9

Browse files
committed
Why was the 'obj' there? Excluded.
1 parent 220e3a4 commit 149fca9

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<BaseIntermediateOutputPath>obj\NET40</BaseIntermediateOutputPath>
2525
<DefineConstants>DEBUG;TRACE</DefineConstants>
2626
</PropertyGroup>
27+
<ItemGroup>
28+
<Compile Remove="obj\**" />
29+
<EmbeddedResource Remove="obj\**" />
30+
<None Remove="obj\**" />
31+
</ItemGroup>
2732
<ItemGroup>
2833
<None Remove="Entity\ProviderManifest.xml" />
2934
<None Remove="Entity\StoreSchemaDefinition.ssdl" />

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
<OutputPath>bin\Debug\NET45</OutputPath>
2121
<BaseIntermediateOutputPath>obj\NET45</BaseIntermediateOutputPath>
2222
<DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
23-
</PropertyGroup>
23+
</PropertyGroup>
24+
<ItemGroup>
25+
<Compile Remove="obj\**" />
26+
<EmbeddedResource Remove="obj\**" />
27+
<None Remove="obj\**" />
28+
</ItemGroup>
2429
<ItemGroup>
2530
<None Remove="app.FirebirdSql.Data.FirebirdClient_NET40.config" />
2631
<None Remove="Entity\ProviderManifest.xml" />

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@
3131
</ItemGroup>
3232
<ItemGroup>
3333
<Compile Remove="Entity\**" />
34+
<Compile Remove="obj\**" />
3435
<EmbeddedResource Remove="Entity\**" />
36+
<EmbeddedResource Remove="obj\**" />
3537
<None Remove="Entity\**" />
38+
<None Remove="obj\**" />
3639
</ItemGroup>
3740
<ItemGroup>
3841
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />

0 commit comments

Comments
 (0)