Skip to content

Commit

Permalink
Removed SQL CE EntityFramework package - Decided not to support SQLCE…
Browse files Browse the repository at this point in the history
… for now.
  • Loading branch information
YodasMyDad committed Nov 19, 2014
1 parent a3fd95b commit 6b63a3a
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 3,691 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cached/
**/App_Data/umbraco.config

# Ignore logic files
**/Dialogue.Logic/bin/
#**/Dialogue.Logic/bin/


# =========================
Expand Down Expand Up @@ -67,5 +67,5 @@ $RECYCLE.BIN/
Src/Dialogue.Logic/bin/
Src/Dialogue.Logic/obj/
Src/Dialogue.Website/App_Data/cache/
Src/Dialogue.Website/App_Plugins/Dialogue/Content/MemberUploads/1144/6aeebd68-b30e-44cf-af90-a38d0079eb93_445561-81682221.jpg
Src/Dialogue.Website/App_Plugins/Dialogue/Content/MemberUploads/
/Src/Dialogue.Website/Media
Expand Down
Binary file modified Dialogue.v12.suo
Binary file not shown.
28 changes: 0 additions & 28 deletions Src/Dialogue.Logic/Dialogue.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServerCompact">
<HintPath>..\..\packages\EntityFramework.SqlServerCompact.6.1.1\lib\net45\EntityFramework.SqlServerCompact.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dialogue.Website\bin\HtmlAgilityPack.dll</HintPath>
Expand All @@ -80,13 +77,6 @@
<HintPath>..\Externals\Skybrud.Social.dll</HintPath>
</Reference>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\packages\Microsoft.SqlServer.Compact.4.0.8854.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
</Reference>
<Reference Include="System.Data.SqlServerCe.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\Dialogue.Website\bin\System.Net.Http.Extensions.dll</HintPath>
Expand Down Expand Up @@ -366,30 +356,12 @@
<Content Include="UserControls\DialogueInstaller.ascx" />
<Content Include="web.config" />
<Content Include="packages.config" />
<None Include="_bin_deployableAssemblies\x86\sqlcese40.dll" />
<None Include="_bin_deployableAssemblies\x86\sqlceqp40.dll" />
<None Include="_bin_deployableAssemblies\x86\sqlceme40.dll" />
<None Include="_bin_deployableAssemblies\x86\sqlceer40EN.dll" />
<None Include="_bin_deployableAssemblies\x86\sqlcecompact40.dll" />
<None Include="_bin_deployableAssemblies\x86\sqlceca40.dll" />
<None Include="_bin_deployableAssemblies\x86\Microsoft.VC90.CRT\README_ENU.txt" />
<None Include="_bin_deployableAssemblies\x86\Microsoft.VC90.CRT\msvcr90.dll" />
<None Include="_bin_deployableAssemblies\amd64\sqlcese40.dll" />
<None Include="_bin_deployableAssemblies\amd64\sqlceqp40.dll" />
<None Include="_bin_deployableAssemblies\amd64\sqlceme40.dll" />
<None Include="_bin_deployableAssemblies\amd64\sqlceer40EN.dll" />
<None Include="_bin_deployableAssemblies\amd64\sqlcecompact40.dll" />
<None Include="_bin_deployableAssemblies\amd64\sqlceca40.dll" />
<None Include="_bin_deployableAssemblies\amd64\Microsoft.VC90.CRT\README_ENU.txt" />
<None Include="_bin_deployableAssemblies\amd64\Microsoft.VC90.CRT\msvcr90.dll" />
<None Include="web.Debug.config">
<DependentUpon>web.config</DependentUpon>
</None>
<None Include="web.Release.config">
<DependentUpon>web.config</DependentUpon>
</None>
<None Include="_bin_deployableAssemblies\amd64\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" />
<None Include="_bin_deployableAssemblies\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" />
</ItemGroup>
<ItemGroup>
<Folder Include="config\imageprocessor\" />
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
7 changes: 1 addition & 6 deletions Src/Dialogue.Logic/bin/Dialogue.Logic.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,5 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SqlServerCe.4.0" />
<add name="Microsoft SQL Server Compact Data Provider 4.0" invariant="System.Data.SqlServerCe.4.0" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
</DbProviderFactories>
</system.data>

</configuration>
2 changes: 0 additions & 2 deletions Src/Dialogue.Logic/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
<packages>
<package id="EntityFramework" version="6.1.1" targetFramework="net45" />
<package id="EntityFramework.Cache" version="1.0.0-beta" targetFramework="net45" />
<package id="EntityFramework.SqlServerCompact" version="6.1.1" targetFramework="net45" />
<package id="Microsoft.SqlServer.Compact" version="4.0.8854.1" targetFramework="net45" />
</packages>
7 changes: 1 addition & 6 deletions Src/Dialogue.Logic/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,5 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SqlServerCe.4.0" />
<add name="Microsoft SQL Server Compact Data Provider 4.0" invariant="System.Data.SqlServerCe.4.0" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
</DbProviderFactories>
</system.data>

</configuration>
Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6b63a3a

Please sign in to comment.