Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Upper case all file names and directories
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Jun 2, 2024
1 parent c20231d commit de2c5ca
Show file tree
Hide file tree
Showing 232 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore source/mocha.sln
run: dotnet restore Source/Mocha.sln

- name: Build
run: dotnet publish --output "/tmp/build" -c Release -r linux-x64 source/mocha.sln
run: dotnet publish --output "/tmp/build" -c Release -r linux-x64 Source/Mocha.sln

- name: Test
run: dotnet test --no-build --verbosity normal source/mocha.sln
run: dotnet test --no-build --verbosity normal Source/Mocha.sln

- name: Build Success
uses: rjstone/discord-webhook-notify@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore source/mocha.sln
run: dotnet restore Source/Mocha.sln

- name: Build
run: dotnet publish --output "C:\temp\build" -c Release -r win-x64 source/mocha.sln
run: dotnet publish --output "C:\temp\build" -c Release -r win-x64 Source/Mocha.sln

- name: Test
run: dotnet test --no-build --verbosity normal source/mocha.sln
run: dotnet test --no-build --verbosity normal Source/Mocha.sln

- name: Build Success
uses: rjstone/discord-webhook-notify@v1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
18 changes: 9 additions & 9 deletions source/mocha.sln → Source/Mocha.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33706.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mocha", "mocha\mocha.csproj", "{FE701833-14BA-44C1-B106-351066B5F79E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha", "Mocha\Mocha.csproj", "{FE701833-14BA-44C1-B106-351066B5F79E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mocha.example", "mocha.example\mocha.example.csproj", "{6DB1CCB4-D76F-452E-A1E8-346CFD6C5857}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha.Example", "Mocha.Example\Mocha.Example.csproj", "{6DB1CCB4-D76F-452E-A1E8-346CFD6C5857}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mocha.codegen", "mocha.codegen\mocha.codegen.csproj", "{39C2E0A4-58C9-4AB4-B705-9E6D4C5029CA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha.Codegen", "Mocha.Codegen\Mocha.Codegen.csproj", "{39C2E0A4-58C9-4AB4-B705-9E6D4C5029CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mocha.generators", "mocha.generators\mocha.generators.csproj", "{1BF3009E-CB62-4C5B-A2CE-E31794A5B4DA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha.Generators", "Mocha.Generators\Mocha.Generators.csproj", "{1BF3009E-CB62-4C5B-A2CE-E31794A5B4DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "thirdparty", "thirdparty", "{0B0770BB-4EC0-4A83-9C42-2D53E27D6602}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ThirdParty", "ThirdParty", "{0B0770BB-4EC0-4A83-9C42-2D53E27D6602}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMASharp", "thirdparty\vmasharp\VMASharp.csproj", "{FF3206D3-A4FF-408F-8D9C-E7EC815DA12B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMASharp", "ThirdParty\VMASharp\VMASharp.csproj", "{FF3206D3-A4FF-408F-8D9C-E7EC815DA12B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "framework", "framework", "{34F9B441-EB78-45AB-BA0F-07AD02E03CBA}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{34F9B441-EB78-45AB-BA0F-07AD02E03CBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mocha.common", "mocha.common\mocha.common.csproj", "{705AE8F1-C08C-4454-8629-5D607DE2DE3B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha.Common", "Mocha.Common\Mocha.Common.csproj", "{705AE8F1-C08C-4454-8629-5D607DE2DE3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha.Framework.Rendering", "Mocha.Framework.Rendering\Mocha.Framework.Rendering.csproj", "{5843FDC3-DBE5-4D9E-BF9D-222A60435185}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mocha.resourcecompiler", "mocha.resourcecompiler\mocha.resourcecompiler.csproj", "{2051BD3A-81EB-49CF-9867-1E55F6D2BCB4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocha.ResourceCompiler", "mocha.ResourceCompiler\Mocha.ResourceCompiler.csproj", "{2051BD3A-81EB-49CF-9867-1E55F6D2BCB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit de2c5ca

Please sign in to comment.