Skip to content

Commit 33419e7

Browse files
author
Steve Ives
committed
Removed "Sample" from sample environment names.
1 parent 5edc133 commit 33419e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+311
-312
lines changed

.gitignore

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4-
SampleData/*.is*
5-
64
# User-specific files
75
*.suo
86
*.user
@@ -264,10 +262,10 @@ paket-files/
264262
# Python Tools for Visual Studio (PTVS)
265263
__pycache__/
266264
*.pyc
267-
/SampleXfplEnvironment/cmpdt.ism
268-
/SampleXfplEnvironment/cmpdt.is1
269-
/SampleXfplEnvironment/cdt.ism
270-
/SampleXfplEnvironment/cdt.is1
265+
/XfplEnvironment/cmpdt.ism
266+
/XfplEnvironment/cmpdt.is1
267+
/XfplEnvironment/cdt.ism
268+
/XfplEnvironment/cdt.is1
271269
/SampleData/*.ism
272270
/SampleData/*.is1
273271
/SampleData/*.ddf

HarmonyCore.sln

+5-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{
4141
Templates\ODataUnitTests.tpl = Templates\ODataUnitTests.tpl
4242
EndProjectSection
4343
EndProject
44-
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "SampleServices", "SampleServices\SampleServices.synproj", "{24A1BBFD-2660-41E1-A4FC-90B7A13A4911}"
44+
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "Services", "Services\Services.synproj", "{24A1BBFD-2660-41E1-A4FC-90B7A13A4911}"
4545
EndProject
4646
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ECDB0DFD-8865-4EEE-8256-025E04896880}"
4747
ProjectSection(SolutionItems) = preProject
48+
.gitignore = .gitignore
4849
Example Queries.txt = Example Queries.txt
4950
ExampleJsonResponse.txt = ExampleJsonResponse.txt
5051
MakeLinuxDistro.bat = MakeLinuxDistro.bat
@@ -54,7 +55,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
5455
UserDefinedTokens.tkn = UserDefinedTokens.tkn
5556
EndProjectSection
5657
EndProject
57-
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "SampleServices.Test", "SampleServices.Test\SampleServices.Test.synproj", "{0B8D5276-8628-42D9-848E-421C0A0D81DF}"
58+
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "Services.Test", "Services.Test\Services.Test.synproj", "{0B8D5276-8628-42D9-848E-421C0A0D81DF}"
5859
EndProject
5960
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleData", "SampleData", "{9977F09E-C08B-4E4C-900A-B06D532469AF}"
6061
ProjectSection(SolutionItems) = preProject
@@ -81,7 +82,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TraditionalBridge", "Tradit
8182
Templates\TraditionalBridge\ODataModel.tpl = Templates\TraditionalBridge\ODataModel.tpl
8283
EndProjectSection
8384
EndProject
84-
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "SampleXfplEnvironment", "SampleXfplEnvironment\SampleXfplEnvironment.synproj", "{FCF497B3-DE91-4C1E-8E7F-BE4151CC8119}"
85+
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "XfplEnvironment", "XfplEnvironment\XfplEnvironment.synproj", "{FCF497B3-DE91-4C1E-8E7F-BE4151CC8119}"
8586
EndProject
8687
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{23E9E063-53D3-4618-BD7A-FAFB67256B61}"
8788
ProjectSection(SolutionItems) = preProject
@@ -119,7 +120,7 @@ Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "Harmony.OData", "Harmony.OD
119120
EndProject
120121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer", "IdentityServer\IdentityServer.csproj", "{8426B119-93FB-49DA-BA0D-38D5B4852495}"
121122
EndProject
122-
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "SampleServices.Host", "SampleServices.Host\SampleServices.Host.synproj", "{A4087F94-430C-4781-8AB3-0983DDFC6C90}"
123+
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "Services.Host", "Services.Host\Services.Host.synproj", "{A4087F94-430C-4781-8AB3-0983DDFC6C90}"
123124
EndProject
124125
Global
125126
GlobalSection(SolutionConfigurationPlatforms) = preSolution

MakeLinuxDistro.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pushd %SolutionDir%
99
if not exist distribution\linux\debug\. mkdir distribution\linux\debug
1010
if not exist distribution\linux\release\. mkdir distribution\linux\release
1111

12-
pushd SampleServices.Test
12+
pushd Services.Test
1313
echo Building debug distribution
1414
dotnet publish -c Debug -r linux-x64 -o ..\distribution\linux\debug
1515
echo Building release distribution

MakeWindowsDistro.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pushd %SolutionDir%
99
if not exist distribution\windows\debug\. mkdir distribution\windows\debug
1010
rem if not exist distribution\windows\release\. mkdir distribution\windows\release
1111

12-
pushd SampleServices.Test
12+
pushd Services.Test
1313
echo Building debug distribution
1414
dotnet publish -c Debug -r win7-x64 -o ..\distribution\windows\debug
1515
rem echo Building release distribution

0 commit comments

Comments
 (0)