Skip to content

Commit

Permalink
directory restructure, .sln inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
GoosiferIO committed Mar 21, 2024
1 parent e82cfe4 commit 20d89dd
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.sln
*.ncb
*.suo
.vs/
Expand All @@ -7,6 +6,5 @@ GooseTek/
Release/
Debug/
*.vcxproj.user
*.vcxproj.filters
*.pdb
*.dll
31 changes: 31 additions & 0 deletions emu-api.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "emu-api", "emu-api.vcxproj", "{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Debug|x64.ActiveCfg = Debug|x64
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Debug|x64.Build.0 = Debug|x64
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Debug|x86.ActiveCfg = Debug|Win32
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Debug|x86.Build.0 = Debug|Win32
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Release|x64.ActiveCfg = Release|x64
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Release|x64.Build.0 = Release|x64
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Release|x86.ActiveCfg = Release|Win32
{E2E6DB61-31AA-4B38-BE64-7F75FF1161B4}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E79A69F-B089-473E-9F52-27CD17EE5964}
EndGlobalSection
EndGlobal
16 changes: 8 additions & 8 deletions emu-api.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)deps;$(ProjectDir)deps\lua54;$(ProjectDir)reimp;$(ProjectDir)resources;$(ProjectDir)deps\detours;$(ProjectDir)deps\simpleini;</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)deps;$(ProjectDir)deps\lua54;$(ProjectDir)reimp;$(ProjectDir)resources;$(ProjectDir)deps\detours;$(ProjectDir)deps\simpleini;$(ProjectDir)emu;</AdditionalIncludeDirectories>
<Optimization>Disabled</Optimization>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
Expand Down Expand Up @@ -140,13 +140,13 @@
<ItemGroup>
<ClCompile Include="deps\detours\detours.cpp" />
<ClCompile Include="deps\simpleini\ConvertUTF.c" />
<ClCompile Include="EmuBase.cpp" />
<ClCompile Include="EmuConfigMgr.cpp" />
<ClCompile Include="EmuConsole.cpp" />
<ClCompile Include="EmuControls.cpp" />
<ClCompile Include="EmuLoader.cpp" />
<ClCompile Include="EmuMain.cpp" />
<ClCompile Include="EmuScriptMgr.cpp" />
<ClCompile Include="emu\EmuBase.cpp" />
<ClCompile Include="emu\EmuConfigMgr.cpp" />
<ClCompile Include="emu\EmuConsole.cpp" />
<ClCompile Include="emu\EmuControls.cpp" />
<ClCompile Include="emu\EmuLoader.cpp" />
<ClCompile Include="emu\EmuMain.cpp" />
<ClCompile Include="emu\EmuScriptMgr.cpp" />
<ClCompile Include="reimp\BFEntity.cpp" />
<ClCompile Include="reimp\BFEntityType.cpp" />
<ClCompile Include="reimp\BFGameApp.cpp" />
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.
9 changes: 0 additions & 9 deletions test_visibility.emu

This file was deleted.

0 comments on commit 20d89dd

Please sign in to comment.