Skip to content

Commit

Permalink
Add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 committed Jun 18, 2024
1 parent d52e389 commit 54fbda7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh eol=lf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build">
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
<PropertyGroup>
<Name>DatabaseProjectApplicationDB</Name>
<ProjectGuid>{093367EE-12A6-442E-863D-D7DB314CA7D0}</ProjectGuid>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
<ModelCollation>1033, CI</ModelCollation>
</PropertyGroup>
<ItemGroup>
<None Include="DatabaseProjectApplicationDB_1.publish.xml.publish.xml" />
</ItemGroup>
<Target Name="BeforeBuild">
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
</Target>
</Project>
4 changes: 4 additions & 0 deletions projects/DatabaseProjectApplicationDB/Table1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE TABLE [dbo].[Table1]
(
[Id] INT NOT NULL PRIMARY KEY
)

0 comments on commit 54fbda7

Please sign in to comment.