Skip to content

Commit

Permalink
Add content item group (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy authored Aug 8, 2024
1 parent ebc2470 commit 19fefc2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/Arcane.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,29 @@
</ItemGroup>

<ItemGroup>
<None Update="Sources\SqlServer\SqlSnippets\GetColumns.sql" pack="true" PackagePath="Sources\SqlServer\SqlSnippets\GetColumns.sql">
<None Update="Sources\SqlServer\SqlSnippets\GetColumns.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Sources\SqlServer\SqlSnippets\GetSelectAllQuery.sql" pack="true" PackagePath="Sources\SqlServer\SqlSnippets\GetSelectAllQuery.sql">
<None Update="Sources\SqlServer\SqlSnippets\GetSelectAllQuery.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql" pack="true" PackagePath="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql">
<None Update="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<Content Include="Sources/SqlServer/SqlSnippets/GetColumns.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="Sources/SqlServer/SqlSnippets/GetSelectAllQuery.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="Sources\SqlServer\SqlSnippets\GetSelectDeltaQuery.sql">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Arcane.Framework.Tests</_Parameter1>
Expand Down

0 comments on commit 19fefc2

Please sign in to comment.