diff --git a/Executable/Executable.csproj b/Executable/Executable.csproj index 1e92f58..4d8c158 100644 --- a/Executable/Executable.csproj +++ b/Executable/Executable.csproj @@ -2,9 +2,10 @@ Exe - net6.0 + net8.0 enable enable + 12 diff --git a/astar/.idea/.idea.astar/.idea/.gitignore b/astar/.idea/.idea.astar/.idea/.gitignore new file mode 100644 index 0000000..381d33a --- /dev/null +++ b/astar/.idea/.idea.astar/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/.idea.astar.iml +/contentModel.xml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/astar/.idea/.idea.astar/.idea/encodings.xml b/astar/.idea/.idea.astar/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/astar/.idea/.idea.astar/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/astar/.idea/.idea.astar/.idea/indexLayout.xml b/astar/.idea/.idea.astar/.idea/indexLayout.xml new file mode 100644 index 0000000..b949fae --- /dev/null +++ b/astar/.idea/.idea.astar/.idea/indexLayout.xml @@ -0,0 +1,10 @@ + + + + + ../../astar + + + + + \ No newline at end of file diff --git a/astar/.idea/.idea.astar/.idea/vcs.xml b/astar/.idea/.idea.astar/.idea/vcs.xml new file mode 100644 index 0000000..62bd7a0 --- /dev/null +++ b/astar/.idea/.idea.astar/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/astar/astar.csproj b/astar/astar.csproj index 52cd6ae..277e91a 100644 --- a/astar/astar.csproj +++ b/astar/astar.csproj @@ -1,9 +1,10 @@ - net6.0 + net8.0 enable enable + 12 diff --git a/astar/astar.sln.DotSettings.user b/astar/astar.sln.DotSettings.user new file mode 100644 index 0000000..9f75dcd --- /dev/null +++ b/astar/astar.sln.DotSettings.user @@ -0,0 +1,2 @@ + + True \ No newline at end of file