From 3604cb82fb829994398965c95a2b5f128920c4bc Mon Sep 17 00:00:00 2001 From: glax Date: Sat, 13 Jan 2024 20:17:33 +0100 Subject: [PATCH] Initial Commit --- .gitignore | 5 +++++ .idea/.idea.OpenCS2hock/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.OpenCS2hock/.idea/encodings.xml | 4 ++++ .idea/.idea.OpenCS2hock/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.OpenCS2hock/.idea/vcs.xml | 6 ++++++ OpenCS2hock.sln | 8 ++++++++ 6 files changed, 44 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.idea.OpenCS2hock/.idea/.gitignore create mode 100644 .idea/.idea.OpenCS2hock/.idea/encodings.xml create mode 100644 .idea/.idea.OpenCS2hock/.idea/indexLayout.xml create mode 100644 .idea/.idea.OpenCS2hock/.idea/vcs.xml create mode 100644 OpenCS2hock.sln diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..add57be --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +bin/ +obj/ +/packages/ +riderModule.iml +/_ReSharper.Caches/ \ No newline at end of file diff --git a/.idea/.idea.OpenCS2hock/.idea/.gitignore b/.idea/.idea.OpenCS2hock/.idea/.gitignore new file mode 100644 index 0000000..b13393e --- /dev/null +++ b/.idea/.idea.OpenCS2hock/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/projectSettingsUpdater.xml +/modules.xml +/.idea.OpenCS2hock.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.OpenCS2hock/.idea/encodings.xml b/.idea/.idea.OpenCS2hock/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.OpenCS2hock/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.OpenCS2hock/.idea/indexLayout.xml b/.idea/.idea.OpenCS2hock/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.OpenCS2hock/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.OpenCS2hock/.idea/vcs.xml b/.idea/.idea.OpenCS2hock/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.OpenCS2hock/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/OpenCS2hock.sln b/OpenCS2hock.sln new file mode 100644 index 0000000..a55ff74 --- /dev/null +++ b/OpenCS2hock.sln @@ -0,0 +1,8 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection +EndGlobal