Adjust folder structure (#242)

* Adjust folder structure

* change launcher directory name
This commit is contained in:
BobTheBob 2022-08-24 00:32:31 +01:00 committed by GitHub
parent 812893d821
commit f9bc3c9d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
564 changed files with 14 additions and 14 deletions

View File

@ -34,8 +34,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.13 - uses: DoozyX/clang-format-lint-action@v0.13
with: with:
source: 'NorthstarDedicatedTest LauncherInjector' source: 'NorthstarDLL NorthstarLauncher'
exclude: 'NorthstarDedicatedTest/include loader_launcher_proxy loader_wsock32_proxy' exclude: 'NorthstarDLL/include loader_launcher_proxy loader_wsock32_proxy'
extensions: 'h,cpp' extensions: 'h,cpp'
clangFormatVersion: 13 clangFormatVersion: 13
style: file style: file

View File

@ -14,7 +14,7 @@
<VCProjectVersion>16.0</VCProjectVersion> <VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<ProjectGuid>{cfad2623-064f-453c-8196-79ee10292e32}</ProjectGuid> <ProjectGuid>{cfad2623-064f-453c-8196-79ee10292e32}</ProjectGuid>
<RootNamespace>NorthstarDedicatedTest</RootNamespace> <RootNamespace>NorthstarDLL</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>Northstar</ProjectName> <ProjectName>Northstar</ProjectName>
</PropertyGroup> </PropertyGroup>

Some files were not shown because too many files have changed in this diff Show More