commit 3604cb82fb829994398965c95a2b5f128920c4bc Author: glax Date: Sat Jan 13 20:17:33 2024 +0100 Initial Commit 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