This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-dotnet-core-client.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2bd66be  Cleanup folder structure
2bd66be is described below

commit 2bd66beb35252d21fcecfa52ca38b63bd378c8de
Author: Mike Martell <[email protected]>
AuthorDate: Mon May 11 23:18:05 2020 -0700

    Cleanup folder structure
---
 .../Apache.Geode.DotNetCore.Session.csproj                |  2 +-
 .../DotNetCoreSessionState.cs                             |  0
 .../Apache.Geode.DotNetCore.Test.csproj                   |  2 +-
 .../CacheFactoryUnitTest.cs                               |  0
 .../CacheUnitTest.cs                                      |  0
 .../ObjectLeakUnitTest.cs                                 |  0
 .../PoolFactoryUnitTest.cs                                |  0
 .../PoolManagerUnitTest.cs                                |  0
 .../Properties/launchSettings.json                        |  0
 .../RegionFactoryUnitTest.cs                              |  0
 .../Apache.Geode.DotNetCore.csproj                        |  0
 .../AuthInitialize.cs                                     |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/Cache.cs       |  0
 .../CacheFactory.cs                                       |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/Constants.cs   |  0
 .../GemfireClient.cs                                      |  0
 .../GemfireNativeObject.cs                                |  0
 .../ICacheFactory.cs                                      |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/IGeodeCache.cs |  0
 .../IRegionService.cs                                     |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/Pool.cs        |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/PoolFactory.cs |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/PoolManager.cs |  0
 {GemfireDotNet => Apache.Geode.DotNetCore}/Region.cs      |  0
 .../RegionFactory.cs                                      |  0
 .../RegionShortcut.cs                                     |  0
 ...pache.Geode.DotNetCore.Session.IntegrationTests.csproj |  4 ++--
 .../Apache.Geode.DotNetCore.Session.Tests.csproj          |  4 ++--
 GemFireSessionState/Asp.Net Core Sample.csproj            |  2 +-
 SessionSample/SessionSample.csproj                        |  5 ++---
 geode-dotnet-core.sln                                     | 15 +++------------
 31 files changed, 12 insertions(+), 22 deletions(-)

diff --git a/GemFireCache/Apache.Geode.DotNetCore.Session.csproj 
b/Apache.Geode.DotNetCore.Session/Apache.Geode.DotNetCore.Session.csproj
similarity index 80%
rename from GemFireCache/Apache.Geode.DotNetCore.Session.csproj
rename to Apache.Geode.DotNetCore.Session/Apache.Geode.DotNetCore.Session.csproj
index 7143080..53454e0 100644
--- a/GemFireCache/Apache.Geode.DotNetCore.Session.csproj
+++ b/Apache.Geode.DotNetCore.Session/Apache.Geode.DotNetCore.Session.csproj
@@ -10,7 +10,7 @@
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference 
Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore\Apache.Geode.DotNetCore.csproj" />
   </ItemGroup>
 
 </Project>
diff --git a/GemFireCache/DotNetCoreSessionState.cs 
b/Apache.Geode.DotNetCore.Session/DotNetCoreSessionState.cs
similarity index 100%
rename from GemFireCache/DotNetCoreSessionState.cs
rename to Apache.Geode.DotNetCore.Session/DotNetCoreSessionState.cs
diff --git a/GemfireDotNetTest/Apache.Geode.DotNetCore.Test.csproj 
b/Apache.Geode.DotNetCore.Test/Apache.Geode.DotNetCore.Test.csproj
similarity index 87%
rename from GemfireDotNetTest/Apache.Geode.DotNetCore.Test.csproj
rename to Apache.Geode.DotNetCore.Test/Apache.Geode.DotNetCore.Test.csproj
index a819c1b..4f7005a 100644
--- a/GemfireDotNetTest/Apache.Geode.DotNetCore.Test.csproj
+++ b/Apache.Geode.DotNetCore.Test/Apache.Geode.DotNetCore.Test.csproj
@@ -16,7 +16,7 @@
     </ItemGroup>
 
     <ItemGroup>
-      <ProjectReference 
Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
+      <ProjectReference 
Include="..\Apache.Geode.DotNetCore\Apache.Geode.DotNetCore.csproj" />
     </ItemGroup>
 
 </Project>
diff --git a/GemfireDotNetTest/CacheFactoryUnitTest.cs 
b/Apache.Geode.DotNetCore.Test/CacheFactoryUnitTest.cs
similarity index 100%
rename from GemfireDotNetTest/CacheFactoryUnitTest.cs
rename to Apache.Geode.DotNetCore.Test/CacheFactoryUnitTest.cs
diff --git a/GemfireDotNetTest/CacheUnitTest.cs 
b/Apache.Geode.DotNetCore.Test/CacheUnitTest.cs
similarity index 100%
rename from GemfireDotNetTest/CacheUnitTest.cs
rename to Apache.Geode.DotNetCore.Test/CacheUnitTest.cs
diff --git a/GemfireDotNetTest/ObjectLeakUnitTest.cs 
b/Apache.Geode.DotNetCore.Test/ObjectLeakUnitTest.cs
similarity index 100%
rename from GemfireDotNetTest/ObjectLeakUnitTest.cs
rename to Apache.Geode.DotNetCore.Test/ObjectLeakUnitTest.cs
diff --git a/GemfireDotNetTest/PoolFactoryUnitTest.cs 
b/Apache.Geode.DotNetCore.Test/PoolFactoryUnitTest.cs
similarity index 100%
rename from GemfireDotNetTest/PoolFactoryUnitTest.cs
rename to Apache.Geode.DotNetCore.Test/PoolFactoryUnitTest.cs
diff --git a/GemfireDotNetTest/PoolManagerUnitTest.cs 
b/Apache.Geode.DotNetCore.Test/PoolManagerUnitTest.cs
similarity index 100%
rename from GemfireDotNetTest/PoolManagerUnitTest.cs
rename to Apache.Geode.DotNetCore.Test/PoolManagerUnitTest.cs
diff --git a/GemfireDotNetTest/Properties/launchSettings.json 
b/Apache.Geode.DotNetCore.Test/Properties/launchSettings.json
similarity index 100%
rename from GemfireDotNetTest/Properties/launchSettings.json
rename to Apache.Geode.DotNetCore.Test/Properties/launchSettings.json
diff --git a/GemfireDotNetTest/RegionFactoryUnitTest.cs 
b/Apache.Geode.DotNetCore.Test/RegionFactoryUnitTest.cs
similarity index 100%
rename from GemfireDotNetTest/RegionFactoryUnitTest.cs
rename to Apache.Geode.DotNetCore.Test/RegionFactoryUnitTest.cs
diff --git a/GemfireDotNet/Apache.Geode.DotNetCore.csproj 
b/Apache.Geode.DotNetCore/Apache.Geode.DotNetCore.csproj
similarity index 100%
rename from GemfireDotNet/Apache.Geode.DotNetCore.csproj
rename to Apache.Geode.DotNetCore/Apache.Geode.DotNetCore.csproj
diff --git a/GemfireDotNet/AuthInitialize.cs 
b/Apache.Geode.DotNetCore/AuthInitialize.cs
similarity index 100%
rename from GemfireDotNet/AuthInitialize.cs
rename to Apache.Geode.DotNetCore/AuthInitialize.cs
diff --git a/GemfireDotNet/Cache.cs b/Apache.Geode.DotNetCore/Cache.cs
similarity index 100%
rename from GemfireDotNet/Cache.cs
rename to Apache.Geode.DotNetCore/Cache.cs
diff --git a/GemfireDotNet/CacheFactory.cs 
b/Apache.Geode.DotNetCore/CacheFactory.cs
similarity index 100%
rename from GemfireDotNet/CacheFactory.cs
rename to Apache.Geode.DotNetCore/CacheFactory.cs
diff --git a/GemfireDotNet/Constants.cs b/Apache.Geode.DotNetCore/Constants.cs
similarity index 100%
rename from GemfireDotNet/Constants.cs
rename to Apache.Geode.DotNetCore/Constants.cs
diff --git a/GemfireDotNet/GemfireClient.cs 
b/Apache.Geode.DotNetCore/GemfireClient.cs
similarity index 100%
rename from GemfireDotNet/GemfireClient.cs
rename to Apache.Geode.DotNetCore/GemfireClient.cs
diff --git a/GemfireDotNet/GemfireNativeObject.cs 
b/Apache.Geode.DotNetCore/GemfireNativeObject.cs
similarity index 100%
rename from GemfireDotNet/GemfireNativeObject.cs
rename to Apache.Geode.DotNetCore/GemfireNativeObject.cs
diff --git a/GemfireDotNet/ICacheFactory.cs 
b/Apache.Geode.DotNetCore/ICacheFactory.cs
similarity index 100%
rename from GemfireDotNet/ICacheFactory.cs
rename to Apache.Geode.DotNetCore/ICacheFactory.cs
diff --git a/GemfireDotNet/IGeodeCache.cs 
b/Apache.Geode.DotNetCore/IGeodeCache.cs
similarity index 100%
rename from GemfireDotNet/IGeodeCache.cs
rename to Apache.Geode.DotNetCore/IGeodeCache.cs
diff --git a/GemfireDotNet/IRegionService.cs 
b/Apache.Geode.DotNetCore/IRegionService.cs
similarity index 100%
rename from GemfireDotNet/IRegionService.cs
rename to Apache.Geode.DotNetCore/IRegionService.cs
diff --git a/GemfireDotNet/Pool.cs b/Apache.Geode.DotNetCore/Pool.cs
similarity index 100%
rename from GemfireDotNet/Pool.cs
rename to Apache.Geode.DotNetCore/Pool.cs
diff --git a/GemfireDotNet/PoolFactory.cs 
b/Apache.Geode.DotNetCore/PoolFactory.cs
similarity index 100%
rename from GemfireDotNet/PoolFactory.cs
rename to Apache.Geode.DotNetCore/PoolFactory.cs
diff --git a/GemfireDotNet/PoolManager.cs 
b/Apache.Geode.DotNetCore/PoolManager.cs
similarity index 100%
rename from GemfireDotNet/PoolManager.cs
rename to Apache.Geode.DotNetCore/PoolManager.cs
diff --git a/GemfireDotNet/Region.cs b/Apache.Geode.DotNetCore/Region.cs
similarity index 100%
rename from GemfireDotNet/Region.cs
rename to Apache.Geode.DotNetCore/Region.cs
diff --git a/GemfireDotNet/RegionFactory.cs 
b/Apache.Geode.DotNetCore/RegionFactory.cs
similarity index 100%
rename from GemfireDotNet/RegionFactory.cs
rename to Apache.Geode.DotNetCore/RegionFactory.cs
diff --git a/GemfireDotNet/RegionShortcut.cs 
b/Apache.Geode.DotNetCore/RegionShortcut.cs
similarity index 100%
rename from GemfireDotNet/RegionShortcut.cs
rename to Apache.Geode.DotNetCore/RegionShortcut.cs
diff --git 
a/Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
 
b/Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
index 26d94bd..12fbce3 100644
--- 
a/Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
+++ 
b/Apache.Geode.Session.IntegrationTests/Apache.Geode.DotNetCore.Session.IntegrationTests.csproj
@@ -14,8 +14,8 @@
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference 
Include="..\GemFireCache\Apache.Geode.DotNetCore.Session.csproj" />
-    <ProjectReference 
Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore.Session\Apache.Geode.DotNetCore.Session.csproj"
 />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore\Apache.Geode.DotNetCore.csproj" />
   </ItemGroup>
 
 </Project>
diff --git 
a/Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj 
b/Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj
index 0f23d81..ead06d3 100644
--- a/Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj
+++ b/Apache.Geode.Session.Tests/Apache.Geode.DotNetCore.Session.Tests.csproj
@@ -15,8 +15,8 @@
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference 
Include="..\GemFireCache\Apache.Geode.DotNetCore.Session.csproj" />
-    <ProjectReference 
Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj" />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore.Session\Apache.Geode.DotNetCore.Session.csproj"
 />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore\Apache.Geode.DotNetCore.csproj" />
   </ItemGroup>
 
 </Project>
diff --git a/GemFireSessionState/Asp.Net Core Sample.csproj 
b/GemFireSessionState/Asp.Net Core Sample.csproj
index 08a2a7e..71f944f 100644
--- a/GemFireSessionState/Asp.Net Core Sample.csproj    
+++ b/GemFireSessionState/Asp.Net Core Sample.csproj    
@@ -12,7 +12,7 @@
   </ItemGroup>
   
   <ItemGroup>
-    <ProjectReference 
Include="..\GemFireCache\Apache.Geode.DotNetCore.Session.csproj" />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore.Session\Apache.Geode.DotNetCore.Session.csproj"
 />
   </ItemGroup>
 
 </Project>
diff --git a/SessionSample/SessionSample.csproj 
b/SessionSample/SessionSample.csproj
index 2d32264..238ae1e 100644
--- a/SessionSample/SessionSample.csproj
+++ b/SessionSample/SessionSample.csproj
@@ -8,13 +8,12 @@
   <ItemGroup>
     <PackageReference Include="Steeltoe.Common.Hosting" Version="3.0.0-m2" />
     <PackageReference Include="Steeltoe.ConnectorCore" Version="3.0.0-gemfire">
-      <IncludeAssets>Yes</IncludeAssets>
     </PackageReference>
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference 
Include="..\GemFireCache\Apache.Geode.DotNetCore.Session.csproj" />
-    <ProjectReference 
Include="..\GemfireDotNet\Apache.Geode.DotNetCore.csproj">
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore.Session\Apache.Geode.DotNetCore.Session.csproj"
 />
+    <ProjectReference 
Include="..\Apache.Geode.DotNetCore\Apache.Geode.DotNetCore.csproj">
       <Private>true</Private>
     </ProjectReference>
   </ItemGroup>
diff --git a/geode-dotnet-core.sln b/geode-dotnet-core.sln
index d685a84..1fedaba 100644
--- a/geode-dotnet-core.sln
+++ b/geode-dotnet-core.sln
@@ -3,13 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 16
 VisualStudioVersion = 16.0.30001.183
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore", 
"GemfireDotNet\Apache.Geode.DotNetCore.csproj", 
"{09ABBCE7-B217-43F1-A51B-CC5BDCD8EE98}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Geode.DotNetCore", 
"Apache.Geode.DotNetCore\Apache.Geode.DotNetCore.csproj", 
"{09ABBCE7-B217-43F1-A51B-CC5BDCD8EE98}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = 
"Apache.Geode.DotNetCore.Test", 
"GemfireDotNetTest\Apache.Geode.DotNetCore.Test.csproj", 
"{501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = 
"Apache.Geode.DotNetCore.Test", 
"Apache.Geode.DotNetCore.Test\Apache.Geode.DotNetCore.Test.csproj", 
"{501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asp.Net Core Sample", 
"GemFireSessionState\Asp.Net Core Sample.csproj", 
"{1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = 
"Apache.Geode.DotNetCore.Session", 
"GemFireCache\Apache.Geode.DotNetCore.Session.csproj", 
"{CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = 
"Apache.Geode.DotNetCore.Session", 
"Apache.Geode.DotNetCore.Session\Apache.Geode.DotNetCore.Session.csproj", 
"{CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}"
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SessionState", 
"SessionState", "{38D87C7D-D5FE-43B8-80CC-1CE70167FB69}"
 EndProject
@@ -43,12 +41,6 @@ Global
                {501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}.Release|Any CPU.Build.0 
= Release|Any CPU
                {501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}.Release|x64.ActiveCfg = 
Release|Any CPU
                {501DEA7E-8985-42A8-8BC9-C073E1B6DFE0}.Release|x64.Build.0 = 
Release|Any CPU
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}.Debug|Any CPU.ActiveCfg 
= Debug|x64
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}.Debug|x64.ActiveCfg = 
Debug|x64
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}.Debug|x64.Build.0 = 
Debug|x64
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}.Release|Any 
CPU.ActiveCfg = Release|x64
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}.Release|x64.ActiveCfg = 
Release|x64
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111}.Release|x64.Build.0 = 
Release|x64
                {CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
                {CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
                {CC1FEC64-9AD6-4A69-ADF2-038CF67A8590}.Debug|x64.ActiveCfg = 
Debug|Any CPU
@@ -86,7 +78,6 @@ Global
                HideSolutionNode = FALSE
        EndGlobalSection
        GlobalSection(NestedProjects) = preSolution
-               {1C7AE3E3-5022-47EE-8CFD-E75A0E2FC111} = 
{38D87C7D-D5FE-43B8-80CC-1CE70167FB69}
                {CC1FEC64-9AD6-4A69-ADF2-038CF67A8590} = 
{38D87C7D-D5FE-43B8-80CC-1CE70167FB69}
                {C107D019-3B4F-403D-9040-ECB6E86C44E9} = 
{38D87C7D-D5FE-43B8-80CC-1CE70167FB69}
                {742B4109-544E-492E-86AC-DC1E0FCCA596} = 
{38D87C7D-D5FE-43B8-80CC-1CE70167FB69}

Reply via email to