From 9ff55cef2f7707adb957a11fb7aa2d02bf062bca Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 20 Nov 2022 14:41:30 +0100 Subject: [PATCH] Renamed project files. --- hash_set.sln => hashset.sln | 2 +- main/main.vcxproj => hashset/hashset.vcxproj | 3 ++- main/main.vcxproj.filters => hashset/hashset.vcxproj.filters | 0 main/main.vcxproj.user => hashset/hashset.vcxproj.user | 0 {main => hashset}/src/main.c | 0 libhashset/libhashset.vcxproj | 4 ++++ 6 files changed, 7 insertions(+), 2 deletions(-) rename hash_set.sln => hashset.sln (93%) rename main/main.vcxproj => hashset/hashset.vcxproj (99%) rename main/main.vcxproj.filters => hashset/hashset.vcxproj.filters (100%) rename main/main.vcxproj.user => hashset/hashset.vcxproj.user (100%) rename {main => hashset}/src/main.c (100%) diff --git a/hash_set.sln b/hashset.sln similarity index 93% rename from hash_set.sln rename to hashset.sln index a86ac74..5d4463c 100644 --- a/hash_set.sln +++ b/hashset.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.33027.164 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "main", "main\main.vcxproj", "{0B7ABB95-B60F-418B-8386-930B1629058F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hahset", "hashset\hashset.vcxproj", "{0B7ABB95-B60F-418B-8386-930B1629058F}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libhashset", "libhashset\libhashset.vcxproj", "{8CF3BD19-28B1-435D-B719-E00B052DFC3A}" EndProject diff --git a/main/main.vcxproj b/hashset/hashset.vcxproj similarity index 99% rename from main/main.vcxproj rename to hashset/hashset.vcxproj index e357698..8f383f3 100644 --- a/main/main.vcxproj +++ b/hashset/hashset.vcxproj @@ -30,8 +30,9 @@ 16.0 Win32Proj {0b7abb95-b60f-418b-8386-930b1629058f} - main + hashset 10.0.19041.0 + hashset diff --git a/main/main.vcxproj.filters b/hashset/hashset.vcxproj.filters similarity index 100% rename from main/main.vcxproj.filters rename to hashset/hashset.vcxproj.filters diff --git a/main/main.vcxproj.user b/hashset/hashset.vcxproj.user similarity index 100% rename from main/main.vcxproj.user rename to hashset/hashset.vcxproj.user diff --git a/main/src/main.c b/hashset/src/main.c similarity index 100% rename from main/src/main.c rename to hashset/src/main.c diff --git a/libhashset/libhashset.vcxproj b/libhashset/libhashset.vcxproj index 3f0e887..dff899b 100644 --- a/libhashset/libhashset.vcxproj +++ b/libhashset/libhashset.vcxproj @@ -80,21 +80,25 @@ true $(SolutionDir)\bin\$(Platform)\$(Configuration)\ $(ProjectDir)\obj\$(Platform)\$(Configuration)\ + libhashset-1.$(PlatformToolset).$(PlatformTarget).debug false $(SolutionDir)\bin\$(Platform)\$(Configuration)\ $(ProjectDir)\obj\$(Platform)\$(Configuration)\ + libhashset-1.$(PlatformToolset).$(PlatformTarget) true $(SolutionDir)\bin\$(Platform)\$(Configuration)\ $(ProjectDir)\obj\$(Platform)\$(Configuration)\ + libhashset-1.$(PlatformToolset).$(PlatformTarget).debug false $(SolutionDir)\bin\$(Platform)\$(Configuration)\ $(ProjectDir)\obj\$(Platform)\$(Configuration)\ + libhashset-1.$(PlatformToolset).$(PlatformTarget)