diff --git a/Andromeda-CS2-Base.sln b/Andromeda-CS2-Base.sln new file mode 100644 index 0000000..077df24 --- /dev/null +++ b/Andromeda-CS2-Base.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36603.0 d17.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Andromeda-CS2-Base", "Andromeda-CS2-Base\Andromeda-CS2-Base.vcxproj", "{0011461C-0E5F-401C-AC58-23719D1EF845}" +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 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Debug|x64.ActiveCfg = Debug|x64 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Debug|x64.Build.0 = Debug|x64 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Debug|x86.ActiveCfg = Debug|Win32 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Debug|x86.Build.0 = Debug|Win32 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Release|x64.ActiveCfg = Release|x64 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Release|x64.Build.0 = Release|x64 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Release|x86.ActiveCfg = Release|Win32 + {0011461C-0E5F-401C-AC58-23719D1EF845}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {224ED519-A720-47AB-9D46-888B9B22030B} + EndGlobalSection +EndGlobal diff --git a/Andromeda-CS2-Base/Andromeda-CS2-Base.vcxproj b/Andromeda-CS2-Base/Andromeda-CS2-Base.vcxproj new file mode 100644 index 0000000..56241c5 --- /dev/null +++ b/Andromeda-CS2-Base/Andromeda-CS2-Base.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {0011461c-0e5f-401c-ac58-23719d1ef845} + AndromedaCS2Base + 10.0 + + + + DynamicLibrary + true + v143 + Unicode + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;ANDROMEDACS2BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + false + + + + + Level3 + true + true + true + WIN32;NDEBUG;ANDROMEDACS2BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + false + + + + + Level3 + true + _DEBUG;ANDROMEDACS2BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + false + + + + + Level3 + true + true + true + NDEBUG;ANDROMEDACS2BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + false + + + + + + + + \ No newline at end of file diff --git a/Andromeda-CS2-Base/Andromeda-CS2-Base.vcxproj.filters b/Andromeda-CS2-Base/Andromeda-CS2-Base.vcxproj.filters new file mode 100644 index 0000000..607f030 --- /dev/null +++ b/Andromeda-CS2-Base/Andromeda-CS2-Base.vcxproj.filters @@ -0,0 +1,8 @@ + + + + + {bf9ebf80-5529-4a5e-b8d1-29e39050994d} + + + \ No newline at end of file