Skip to content

Commit 028db65

Browse files
committed
Renamed directory Data --> Smartstore.Data
1 parent 2d719e8 commit 028db65

13 files changed

+6
-6
lines changed

Smartstore.Min.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{E5C1
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{82A38DDA-C944-4C15-AF43-86732F8ED15A}"
1717
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.SqlServer", "src\Data\Smartstore.Data.SqlServer\Smartstore.Data.SqlServer.csproj", "{BFC8BA20-AB93-4B37-B9BB-6783BA5B194F}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.SqlServer", "src\Smartstore.Data\Smartstore.Data.SqlServer\Smartstore.Data.SqlServer.csproj", "{BFC8BA20-AB93-4B37-B9BB-6783BA5B194F}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.MySql", "src\Data\Smartstore.Data.MySql\Smartstore.Data.MySql.csproj", "{253DECF2-2ECA-4A90-955B-9299CCEC1363}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.MySql", "src\Smartstore.Data\Smartstore.Data.MySql\Smartstore.Data.MySql.csproj", "{253DECF2-2ECA-4A90-955B-9299CCEC1363}"
2121
EndProject
2222
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.DevTools", "src\Smartstore.Modules\Smartstore.DevTools\Smartstore.DevTools.csproj", "{62C64D0B-D937-40B2-B89D-198B2409FC84}"
2323
EndProject

Smartstore.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Core.Tests", "te
2323
EndProject
2424
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{82A38DDA-C944-4C15-AF43-86732F8ED15A}"
2525
EndProject
26-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.SqlServer", "src\Data\Smartstore.Data.SqlServer\Smartstore.Data.SqlServer.csproj", "{BFC8BA20-AB93-4B37-B9BB-6783BA5B194F}"
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.SqlServer", "src\Smartstore.Data\Smartstore.Data.SqlServer\Smartstore.Data.SqlServer.csproj", "{BFC8BA20-AB93-4B37-B9BB-6783BA5B194F}"
2727
EndProject
28-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.MySql", "src\Data\Smartstore.Data.MySql\Smartstore.Data.MySql.csproj", "{253DECF2-2ECA-4A90-955B-9299CCEC1363}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Data.MySql", "src\Smartstore.Data\Smartstore.Data.MySql\Smartstore.Data.MySql.csproj", "{253DECF2-2ECA-4A90-955B-9299CCEC1363}"
2929
EndProject
3030
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smartstore.Web.Tests", "test\Smartstore.Web.Tests\Smartstore.Web.Tests.csproj", "{EAA90B11-ED40-4AB1-8027-45226471F9EE}"
3131
EndProject

src/Smartstore.Web/Smartstore.Web.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28+
<ProjectReference Include="..\Smartstore.Data\Smartstore.Data.MySql\Smartstore.Data.MySql.csproj" />
29+
<ProjectReference Include="..\Smartstore.Data\Smartstore.Data.SqlServer\Smartstore.Data.SqlServer.csproj" />
2830
<ProjectReference Include="..\Smartstore\Smartstore.csproj" />
2931
<ProjectReference Include="..\Smartstore.Core\Smartstore.Core.csproj" />
3032
<ProjectReference Include="..\Smartstore.Web.Common\Smartstore.Web.Common.csproj" />
31-
<ProjectReference Include="..\Data\Smartstore.Data.MySql\Smartstore.Data.MySql.csproj" />
32-
<ProjectReference Include="..\Data\Smartstore.Data.SqlServer\Smartstore.Data.SqlServer.csproj" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

0 commit comments

Comments
 (0)