[announce] Update VS solution and project file

This commit is contained in:
RD42 2024-04-24 22:04:16 +08:00
parent 8b507225ab
commit edd33c5d97
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 8.00 Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "announce", "announce.vcproj", "{5E296905-6C96-4D7A-8E0D-E730B406C9BE}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "announce", "announce.vcproj", "{9C34928B-BD5D-466C-A8BE-5F0997893411}"
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
EndProjectSection EndProjectSection
EndProject EndProject
@ -9,10 +9,10 @@ Global
Release = Release Release = Release
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution GlobalSection(ProjectConfiguration) = postSolution
{5E296905-6C96-4D7A-8E0D-E730B406C9BE}.Debug.ActiveCfg = Debug|Win32 {9C34928B-BD5D-466C-A8BE-5F0997893411}.Debug.ActiveCfg = Debug|Win32
{5E296905-6C96-4D7A-8E0D-E730B406C9BE}.Debug.Build.0 = Debug|Win32 {9C34928B-BD5D-466C-A8BE-5F0997893411}.Debug.Build.0 = Debug|Win32
{5E296905-6C96-4D7A-8E0D-E730B406C9BE}.Release.ActiveCfg = Release|Win32 {9C34928B-BD5D-466C-A8BE-5F0997893411}.Release.ActiveCfg = Release|Win32
{5E296905-6C96-4D7A-8E0D-E730B406C9BE}.Release.Build.0 = Release|Win32 {9C34928B-BD5D-466C-A8BE-5F0997893411}.Release.Build.0 = Release|Win32
EndGlobalSection EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection EndGlobalSection

View File

@ -3,7 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="announce" Name="announce"
ProjectGUID="{5E296905-6C96-4D7A-8E0D-E730B406C9BE}" ProjectGUID="{9C34928B-BD5D-466C-A8BE-5F0997893411}"
Keyword="Win32Proj"> Keyword="Win32Proj">
<Platforms> <Platforms>
<Platform <Platform
@ -68,7 +68,6 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
ExceptionHandling="TRUE"
RuntimeLibrary="4" RuntimeLibrary="4"
BufferSecurityCheck="FALSE" BufferSecurityCheck="FALSE"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
@ -82,7 +81,6 @@
AdditionalDependencies="wsock32.lib" AdditionalDependencies="wsock32.lib"
OutputFile="$(OutDir)/announce.exe" OutputFile="$(OutDir)/announce.exe"
LinkIncremental="1" LinkIncremental="1"
GenerateDebugInformation="FALSE"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"