Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Dec 2, 2024
1 parent f2b3f2f commit fa8978a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\GW2Nexus-ArcDPSBridge.rc">
<ResourceCompile Include="src\Nexus-ArcDPS-Bridge.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GW2Nexus-ArcDPSBridge.sln → Nexus-ArcDPS-Bridge.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.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GW2Nexus-ArcDPSBridge", "GW2Nexus-ArcDPSBridge.vcxproj", "{876034FC-BB13-49AD-A6BC-9961F4C41482}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Nexus-ArcDPS-Bridge", "Nexus-ArcDPS-Bridge.vcxproj", "{876034FC-BB13-49AD-A6BC-9961F4C41482}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
8 changes: 4 additions & 4 deletions GW2Nexus-ArcDPSBridge.vcxproj → Nexus-ArcDPS-Bridge.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{876034fc-bb13-49ad-a6bc-9961f4c41482}</ProjectGuid>
<RootNamespace>GW2NexusArcDPSBridge</RootNamespace>
<RootNamespace>Nexus-ArcDPS-Bridge</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -57,7 +57,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;GW2NEXUSARCDPSBRIDGE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand All @@ -80,7 +80,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;GW2NEXUSARCDPSBRIDGE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>
Expand Down Expand Up @@ -124,7 +124,7 @@
<ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\GW2Nexus-ArcDPSBridge.rc" />
<ResourceCompile Include="src\Nexus-ArcDPS-Bridge.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="src\Resources\icon_arcdps.png" />
Expand Down
File renamed without changes.

0 comments on commit fa8978a

Please sign in to comment.