Skip to content

Commit

Permalink
Changed name to remove the doubles pluses
Browse files Browse the repository at this point in the history
  • Loading branch information
OrsellGaming committed Feb 2, 2025
1 parent ec4648f commit 4e55d8d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ms-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: p2sm++
path: Release/p2sm++.dll
name: p2sm
path: Release/p2sm.dll
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
*.app
/.vs
/Release
p2sm++.vcxproj.user
p2sm.vcxproj.user
4 changes: 0 additions & 4 deletions p2sm++.vdf

This file was deleted.

2 changes: 1 addition & 1 deletion p2sm++.sln → p2sm.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "p2sm++", "p2sm++.vcxproj", "{531796FA-476D-47F1-84FA-CD3613D68536}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "p2sm", "p2sm.vcxproj", "{531796FA-476D-47F1-84FA-CD3613D68536}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions p2sm++.vcxproj → p2sm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{531796FA-476D-47F1-84FA-CD3613D68536}</ProjectGuid>
<RootNamespace>p2sm++</RootNamespace>
<RootNamespace>p2sm</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>P2SourceModPlusPlus</ProjectName>
</PropertyGroup>
Expand All @@ -33,7 +33,7 @@
<IntDir>.\Release\.\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>p2sm++</TargetName>
<TargetName>p2sm</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetExt>.dll</TargetExt>
Expand All @@ -47,7 +47,7 @@
<Optimization>MinSpace</Optimization>
<AdditionalIncludeDirectories>;public;public\tier0;public\tier1</AdditionalIncludeDirectories>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<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>
<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>
<StringPooling>false</StringPooling>
<ExceptionHandling>false</ExceptionHandling>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
Expand Down
4 changes: 4 additions & 0 deletions p2sm.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"plugin"
{
"file" "addons/p2sm"
}

0 comments on commit 4e55d8d

Please sign in to comment.