Skip to content

Commit

Permalink
adding samples to solution
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 3, 2016
1 parent 8519e72 commit a73b4fc
Show file tree
Hide file tree
Showing 35 changed files with 156,191 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ src/ElasticsearchCRUDNUnit.Integration.Test/obj
src/ElasticsearchCrud/project.lock.json
.vs/config/applicationhost.config
src/ElasticsearchCRUD.Integration.Test/ElasticsearchCRUD.Integration.Test.xproj.user
samples/DataTransferEF_SQLToElasticsearch/obj
samples/Damienbod.AnimalProvider/obj
samples/ConsoleElasticsearchCrudExample/obj
23 changes: 23 additions & 0 deletions ElasticsearchCrud.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ElasticsearchGermanAnalyzer
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ElasticsearchCRUD.Integration.Test", "src\ElasticsearchCRUD.Integration.Test\ElasticsearchCRUD.Integration.Test.xproj", "{6467B9AF-6EAF-4BE5-8EAF-B0A7DD8F3371}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{EFE800DD-34C1-4F16-8F29-9AB44FC1A6D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleElasticsearchCrudExample", "samples\ConsoleElasticsearchCrudExample\ConsoleElasticsearchCrudExample.csproj", "{1E850A6D-11E5-45E1-AE91-7930F908554A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Damienbod.AnimalProvider", "samples\Damienbod.AnimalProvider\Damienbod.AnimalProvider.csproj", "{B77C46C2-82AB-4871-8ED3-2521512D30C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTransferEF_SQLToElasticsearch", "samples\DataTransferEF_SQLToElasticsearch\DataTransferEF_SQLToElasticsearch.csproj", "{5D2337D7-426B-4DF6-8237-0C7638DF757C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,6 +42,18 @@ Global
{6467B9AF-6EAF-4BE5-8EAF-B0A7DD8F3371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6467B9AF-6EAF-4BE5-8EAF-B0A7DD8F3371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6467B9AF-6EAF-4BE5-8EAF-B0A7DD8F3371}.Release|Any CPU.Build.0 = Release|Any CPU
{1E850A6D-11E5-45E1-AE91-7930F908554A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E850A6D-11E5-45E1-AE91-7930F908554A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E850A6D-11E5-45E1-AE91-7930F908554A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E850A6D-11E5-45E1-AE91-7930F908554A}.Release|Any CPU.Build.0 = Release|Any CPU
{B77C46C2-82AB-4871-8ED3-2521512D30C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B77C46C2-82AB-4871-8ED3-2521512D30C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B77C46C2-82AB-4871-8ED3-2521512D30C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B77C46C2-82AB-4871-8ED3-2521512D30C6}.Release|Any CPU.Build.0 = Release|Any CPU
{5D2337D7-426B-4DF6-8237-0C7638DF757C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2337D7-426B-4DF6-8237-0C7638DF757C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2337D7-426B-4DF6-8237-0C7638DF757C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2337D7-426B-4DF6-8237-0C7638DF757C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -42,5 +62,8 @@ Global
{89350F47-9F41-4E99-8C3D-D6C1DCC80E2F} = {C0949240-3C43-4AB4-9C79-E8E515D14D91}
{8F6F82B3-0265-4518-B984-FAF610F5223B} = {C0949240-3C43-4AB4-9C79-E8E515D14D91}
{6467B9AF-6EAF-4BE5-8EAF-B0A7DD8F3371} = {C0949240-3C43-4AB4-9C79-E8E515D14D91}
{1E850A6D-11E5-45E1-AE91-7930F908554A} = {EFE800DD-34C1-4F16-8F29-9AB44FC1A6D8}
{B77C46C2-82AB-4871-8ED3-2521512D30C6} = {EFE800DD-34C1-4F16-8F29-9AB44FC1A6D8}
{5D2337D7-426B-4DF6-8237-0C7638DF757C} = {EFE800DD-34C1-4F16-8F29-9AB44FC1A6D8}
EndGlobalSection
EndGlobal
Binary file not shown.
5 changes: 5 additions & 0 deletions packages/EntityFramework.6.1.2/content/App.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
</configuration>
5 changes: 5 additions & 0 deletions packages/EntityFramework.6.1.2/content/Web.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
</configuration>
Binary file not shown.
1,914 changes: 1,914 additions & 0 deletions packages/EntityFramework.6.1.2/lib/net40/EntityFramework.SqlServer.xml

Large diffs are not rendered by default.

Binary file not shown.
45,469 changes: 45,469 additions & 0 deletions packages/EntityFramework.6.1.2/lib/net40/EntityFramework.xml

Large diffs are not rendered by default.

Binary file not shown.
2,048 changes: 2,048 additions & 0 deletions packages/EntityFramework.6.1.2/lib/net45/EntityFramework.SqlServer.xml

Large diffs are not rendered by default.

Binary file not shown.
52,807 changes: 52,807 additions & 0 deletions packages/EntityFramework.6.1.2/lib/net45/EntityFramework.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a73b4fc

Please sign in to comment.