Skip to content

Commit 83f6701

Browse files
committed
update sqlproj
1 parent 4e613c4 commit 83f6701

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

piggy-db.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.9.34723.18
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "PIGGY_UI", "PIGGY_UI.sqlproj", "{1B041CD5-A9DB-4272-8797-0781712C0EA1}"
6+
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "piggy-db", "piggy-db.sqlproj", "{1B041CD5-A9DB-4272-8797-0781712C0EA1}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

PIGGY_UI.sqlproj renamed to piggy-db.sqlproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<Name>PIGGY_UI</Name>
6+
<Name>piggy-db</Name>
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectVersion>4.1</ProjectVersion>
99
<ProjectGuid>{1b041cd5-a9db-4272-8797-0781712c0ea1}</ProjectGuid>
10-
<DSP>Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP>
10+
<DSP>Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP>
1111
<OutputType>Database</OutputType>
1212
<RootPath>
1313
</RootPath>
14-
<RootNamespace>piggy_ui_db</RootNamespace>
15-
<AssemblyName>piggy_ui_db</AssemblyName>
14+
<RootNamespace>piggy-db</RootNamespace>
15+
<AssemblyName>piggy-db</AssemblyName>
1616
<ModelCollation>1033,CI</ModelCollation>
1717
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
1818
<DeployToDatabase>True</DeployToDatabase>

0 commit comments

Comments
 (0)