Skip to content

Commit 4e55d8d

Browse files
committed
Changed name to remove the doubles pluses
1 parent ec4648f commit 4e55d8d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/ms-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: Upload Artifact
3131
uses: actions/upload-artifact@v4
3232
with:
33-
name: p2sm++
34-
path: Release/p2sm++.dll
33+
name: p2sm
34+
path: Release/p2sm.dll

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
*.app
3232
/.vs
3333
/Release
34-
p2sm++.vcxproj.user
34+
p2sm.vcxproj.user

p2sm++.vdf

Lines changed: 0 additions & 4 deletions
This file was deleted.

p2sm++.sln renamed to p2sm.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.11.35327.3
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "p2sm++", "p2sm++.vcxproj", "{531796FA-476D-47F1-84FA-CD3613D68536}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "p2sm", "p2sm.vcxproj", "{531796FA-476D-47F1-84FA-CD3613D68536}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

p2sm++.user renamed to p2sm.user

File renamed without changes.

p2sm++.vcxproj renamed to p2sm.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</ItemGroup>
99
<PropertyGroup Label="Globals">
1010
<ProjectGuid>{531796FA-476D-47F1-84FA-CD3613D68536}</ProjectGuid>
11-
<RootNamespace>p2sm++</RootNamespace>
11+
<RootNamespace>p2sm</RootNamespace>
1212
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
1313
<ProjectName>P2SourceModPlusPlus</ProjectName>
1414
</PropertyGroup>
@@ -33,7 +33,7 @@
3333
<IntDir>.\Release\.\</IntDir>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36-
<TargetName>p2sm++</TargetName>
36+
<TargetName>p2sm</TargetName>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
3939
<TargetExt>.dll</TargetExt>
@@ -47,7 +47,7 @@
4747
<Optimization>MinSpace</Optimization>
4848
<AdditionalIncludeDirectories>;public;public\tier0;public\tier1</AdditionalIncludeDirectories>
4949
<MultiProcessorCompilation>true</MultiProcessorCompilation>
50-
<PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=p2sm++;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;SOURCE1=1;VPCGAME=hl2mp</PreprocessorDefinitions>
50+
<PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=p2sm;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;SOURCE1=1;VPCGAME=hl2mp</PreprocessorDefinitions>
5151
<StringPooling>false</StringPooling>
5252
<ExceptionHandling>false</ExceptionHandling>
5353
<BasicRuntimeChecks>Default</BasicRuntimeChecks>

p2sm.vdf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"plugin"
2+
{
3+
"file" "addons/p2sm"
4+
}

0 commit comments

Comments
 (0)