diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index 0413f94..77e6241 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ riderModule.iml /_ReSharper.Caches/ *.user -projs/shadow-file-format/shadow-file-format.vcxproj.user \ No newline at end of file +projs/shadow-file-format/shadow-file-format.vcxproj.user + +bazel-*/ \ No newline at end of file diff --git a/msbuild.binlog b/msbuild.binlog deleted file mode 100644 index 912cac3..0000000 Binary files a/msbuild.binlog and /dev/null differ diff --git a/projs/shadow-file-format/test/test.cpp b/projs/shadow-file-format/test/test.cpp index fc17ede..43595be 100644 --- a/projs/shadow-file-format/test/test.cpp +++ b/projs/shadow-file-format/test/test.cpp @@ -1,4 +1,7 @@ -#include "pch.h" +#include "gtest/gtest.h" + +#include +#include #include "SFFParser.h" //import Shadow.FileFormat; diff --git a/umbra.sln b/umbra.sln deleted file mode 100644 index a341198..0000000 --- a/umbra.sln +++ /dev/null @@ -1,51 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.1.32319.34 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shadow-engine", "projs\shadow-engine\shadow-engine.vcxproj", "{76759923-036B-4D7B-A79C-332698CDC6A8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shadow-entity", "projs\shadow-entity\shadow-entity.vcxproj", "{47591591-E091-4B88-8418-74D3CBEC5712}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vendor", "vendor", "{D53EF63D-47DE-4936-8707-CE5E59FC0F7A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shadow-file-format-test", "projs\shadow-file-format-test\shadow-file-format-test.vcxproj", "{3B7D6797-CC0C-43FA-8866-F438032E1C67}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shadow-utility", "projs\shadow-utility\shadow-utility.vcxproj", "{7B9E6056-E4FB-411B-9612-A2FD679C2B69}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shadow-file-format", "projs\shadow-file-format\shadow-file-format.vcxproj", "{B2E3515C-3FE0-44B9-9ABE-8584A836230F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {76759923-036B-4D7B-A79C-332698CDC6A8}.Debug|x64.ActiveCfg = Debug|x64 - {76759923-036B-4D7B-A79C-332698CDC6A8}.Debug|x64.Build.0 = Debug|x64 - {76759923-036B-4D7B-A79C-332698CDC6A8}.Release|x64.ActiveCfg = Release|x64 - {76759923-036B-4D7B-A79C-332698CDC6A8}.Release|x64.Build.0 = Release|x64 - {47591591-E091-4B88-8418-74D3CBEC5712}.Debug|x64.ActiveCfg = Debug|x64 - {47591591-E091-4B88-8418-74D3CBEC5712}.Debug|x64.Build.0 = Debug|x64 - {47591591-E091-4B88-8418-74D3CBEC5712}.Release|x64.ActiveCfg = Release|x64 - {47591591-E091-4B88-8418-74D3CBEC5712}.Release|x64.Build.0 = Release|x64 - {3B7D6797-CC0C-43FA-8866-F438032E1C67}.Debug|x64.ActiveCfg = Debug|x64 - {3B7D6797-CC0C-43FA-8866-F438032E1C67}.Debug|x64.Build.0 = Debug|x64 - {3B7D6797-CC0C-43FA-8866-F438032E1C67}.Release|x64.ActiveCfg = Release|x64 - {3B7D6797-CC0C-43FA-8866-F438032E1C67}.Release|x64.Build.0 = Release|x64 - {7B9E6056-E4FB-411B-9612-A2FD679C2B69}.Debug|x64.ActiveCfg = Debug|x64 - {7B9E6056-E4FB-411B-9612-A2FD679C2B69}.Debug|x64.Build.0 = Debug|x64 - {7B9E6056-E4FB-411B-9612-A2FD679C2B69}.Release|x64.ActiveCfg = Release|x64 - {7B9E6056-E4FB-411B-9612-A2FD679C2B69}.Release|x64.Build.0 = Release|x64 - {B2E3515C-3FE0-44B9-9ABE-8584A836230F}.Debug|x64.ActiveCfg = Debug|x64 - {B2E3515C-3FE0-44B9-9ABE-8584A836230F}.Debug|x64.Build.0 = Debug|x64 - {B2E3515C-3FE0-44B9-9ABE-8584A836230F}.Release|x64.ActiveCfg = Release|x64 - {B2E3515C-3FE0-44B9-9ABE-8584A836230F}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {EBEA668B-CDDA-45A7-83EA-D19C6418AF74} - EndGlobalSection -EndGlobal