diff --git a/.idea/.idea.FastRng/.idea/codeStyles/codeStyleConfig.xml b/.idea/.idea.FastRng/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/.idea.FastRng/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.FastRng/.idea/encodings.xml b/.idea/.idea.FastRng/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.FastRng/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.FastRng/.idea/indexLayout.xml b/.idea/.idea.FastRng/.idea/indexLayout.xml new file mode 100644 index 0000000..27ba142 --- /dev/null +++ b/.idea/.idea.FastRng/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.FastRng/.idea/modules.xml b/.idea/.idea.FastRng/.idea/modules.xml new file mode 100644 index 0000000..9886bfb --- /dev/null +++ b/.idea/.idea.FastRng/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.FastRng/.idea/projectSettingsUpdater.xml b/.idea/.idea.FastRng/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..4bb9f4d --- /dev/null +++ b/.idea/.idea.FastRng/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.FastRng/.idea/vcs.xml b/.idea/.idea.FastRng/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.FastRng/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.FastRng/riderModule.iml b/.idea/.idea.FastRng/riderModule.iml new file mode 100644 index 0000000..1a4e0d9 --- /dev/null +++ b/.idea/.idea.FastRng/riderModule.iml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/FastRng.sln b/FastRng.sln new file mode 100644 index 0000000..391bbbd --- /dev/null +++ b/FastRng.sln @@ -0,0 +1,34 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26124.0 +MinimumVisualStudioVersion = 15.0.26124.0 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastRng", "FastRng\FastRng.csproj", "{749685E0-9E3E-4142-86D3-B720331416AF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {749685E0-9E3E-4142-86D3-B720331416AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Debug|x64.ActiveCfg = Debug|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Debug|x64.Build.0 = Debug|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Debug|x86.ActiveCfg = Debug|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Debug|x86.Build.0 = Debug|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Release|Any CPU.Build.0 = Release|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Release|x64.ActiveCfg = Release|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Release|x64.Build.0 = Release|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Release|x86.ActiveCfg = Release|Any CPU + {749685E0-9E3E-4142-86D3-B720331416AF}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/FastRng/FastRng.csproj b/FastRng/FastRng.csproj new file mode 100644 index 0000000..cbfa581 --- /dev/null +++ b/FastRng/FastRng.csproj @@ -0,0 +1,7 @@ + + + + net5.0 + + +