summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorburdoto2023-05-07 22:23:05 +0200
committerburdoto2023-05-07 22:23:05 +0200
commitfc4f819254e6d17cc46b7a8db1b4530a9249af91 (patch)
treefb623f335c68d8442c14604b477d8e699f0bb82a
parent434bb7d2fdb841389483220c6ee4c2fa2df30b2c (diff)
downloadaur-fc4f819254e6d17cc46b7a8db1b4530a9249af91.tar.gz
cleanup
-rw-r--r--rgx.csproj2
-rw-r--r--rgx.sln9
2 files changed, 2 insertions, 9 deletions
diff --git a/rgx.csproj b/rgx.csproj
index 0313c28d4dae..b61ffa39253d 100644
--- a/rgx.csproj
+++ b/rgx.csproj
@@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup Condition="Exists('$(LibCommon)')">
- <ProjectReference Include="$(LibCommon)" />
+ <ProjectReference Include="$(LibCommon)" />
</ItemGroup>
<ItemGroup Condition="!Exists('$(LibCommon)')">
diff --git a/rgx.sln b/rgx.sln
index c156d1a4d934..f5d3deb7eed6 100644
--- a/rgx.sln
+++ b/rgx.sln
@@ -1,7 +1,4 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "common", "..\csapi\common\common.csproj", "{4DDF6CC1-61A0-457B-8884-9C949B9A5A48}"
-EndProject
+Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rgx", "rgx.csproj", "{4F978088-3BEE-4BF6-AA36-669AB060C087}"
EndProject
Global
@@ -10,10 +7,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4DDF6CC1-61A0-457B-8884-9C949B9A5A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4DDF6CC1-61A0-457B-8884-9C949B9A5A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4DDF6CC1-61A0-457B-8884-9C949B9A5A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4DDF6CC1-61A0-457B-8884-9C949B9A5A48}.Release|Any CPU.Build.0 = Release|Any CPU
{4F978088-3BEE-4BF6-AA36-669AB060C087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F978088-3BEE-4BF6-AA36-669AB060C087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F978088-3BEE-4BF6-AA36-669AB060C087}.Release|Any CPU.ActiveCfg = Release|Any CPU