Skip to content

Commit

Permalink
Remove SQL scripts from AdoNet NuGet packages. (#6049)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybykov authored and ReubenBond committed Oct 16, 2019
1 parent f9d525d commit 5ce3c9f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 201 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,54 +33,4 @@
<PackageReference Include="System.Data.Common" Version="$(SystemDataCommonVersion)" />
</ItemGroup>

<ItemGroup>
<Folder Include="Storage\" />
</ItemGroup>

<ItemGroup>
<None Include="MySQL-Clustering.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\MySQL\</PackagePath>
</None>
<None Include="Oracle-Clustering.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\Oracle\</PackagePath>
</None>
<None Include="PostgreSQL-Clustering.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\PostgreSQL\</PackagePath>
</None>
<None Include="SQLServer-Clustering.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\SQLServer\</PackagePath>
</None>
<None Include="..\Shared\MySQL-Main.sql" Link="MySQL-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\MySQL\</PackagePath>
</None>
<None Include="..\Shared\Oracle-Main.sql" Link="Oracle-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\Oracle\</PackagePath>
</None>
<None Include="..\Shared\PostgreSQL-Main.sql" Link="PostgreSQL-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\PostgreSQL\</PackagePath>
</None>
<None Include="..\Shared\SQLServer-Main.sql" Link="SQLServer-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\SQLServer\</PackagePath>
</None>
<Content Include="Microsoft.Orleans.Clustering.AdoNet.targets">
<PackagePath>build/$(TargetFramework)/</PackagePath>
<Pack>true</Pack>
</Content>
</ItemGroup>
</Project>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,50 +33,4 @@
<PackageReference Include="System.Data.Common" Version="$(SystemDataCommonVersion)" />
</ItemGroup>

<ItemGroup>
<None Include="MySQL-Persistence.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\MySQL\</PackagePath>
</None>
<None Include="Oracle-Persistence.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\Oracle\</PackagePath>
</None>
<None Include="PostgreSQL-Persistence.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\PostgreSQL\</PackagePath>
</None>
<None Include="SQLServer-Persistence.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\SQLServer\</PackagePath>
</None>
<None Include="..\Shared\MySQL-Main.sql" Link="MySQL-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\MySQL\</PackagePath>
</None>
<None Include="..\Shared\Oracle-Main.sql" Link="Oracle-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\Oracle\</PackagePath>
</None>
<None Include="..\Shared\PostgreSQL-Main.sql" Link="PostgreSQL-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\PostgreSQL\</PackagePath>
</None>
<None Include="..\Shared\SQLServer-Main.sql" Link="SQLServer-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\SQLServer\</PackagePath>
</None>
<Content Include="Microsoft.Orleans.Persistence.AdoNet.targets">
<PackagePath>build/$(TargetFramework)/</PackagePath>
<Pack>true</Pack>
</Content>
</ItemGroup>
</Project>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,55 +34,4 @@
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
</ItemGroup>

<ItemGroup>
<Folder Include="Storage\" />
</ItemGroup>

<ItemGroup>
<None Include="MySQL-Reminders.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\MySQL\</PackagePath>
</None>
<None Include="Oracle-Reminders.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\Oracle\</PackagePath>
</None>
<None Include="PostgreSQL-Reminders.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\PostgreSQL\</PackagePath>
</None>
<None Include="SQLServer-Reminders.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\SQLServer\</PackagePath>
</None>
<None Include="..\Shared\MySQL-Main.sql" Link="MySQL-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\MySQL\</PackagePath>
</None>
<None Include="..\Shared\Oracle-Main.sql" Link="Oracle-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\Oracle\</PackagePath>
</None>
<None Include="..\Shared\PostgreSQL-Main.sql" Link="PostgreSQL-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\PostgreSQL\</PackagePath>
</None>
<None Include="..\Shared\SQLServer-Main.sql" Link="SQLServer-Main.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>lib\$(TargetFramework)\SQLServer\</PackagePath>
</None>
<Content Include="Microsoft.Orleans.Reminders.AdoNet.targets">
<PackagePath>build/$(TargetFramework)/</PackagePath>
<Pack>true</Pack>
</Content>
</ItemGroup>

</Project>

0 comments on commit 5ce3c9f

Please sign in to comment.