Skip to content

Commit

Permalink
修改默认启动项。
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzhudong committed Nov 9, 2023
1 parent ae35a92 commit f47e8d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions libnet.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnet", "libnet\libnet.vcxproj", "{77427D08-54F8-46F4-80E4-A147B852E1BF}"
EndProject

Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{FD2965E9-B722-48C3-BA2D-2869F4439E96}"
ProjectSection(ProjectDependencies) = postProject
{77427D08-54F8-46F4-80E4-A147B852E1BF} = {77427D08-54F8-46F4-80E4-A147B852E1BF}
EndProjectSection
EndProject

Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnet", "libnet\libnet.vcxproj", "{77427D08-54F8-46F4-80E4-A147B852E1BF}"
EndProject

Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection

GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77427D08-54F8-46F4-80E4-A147B852E1BF}.Debug|x64.ActiveCfg = Debug|x64
{77427D08-54F8-46F4-80E4-A147B852E1BF}.Debug|x64.Build.0 = Debug|x64
Expand All @@ -35,10 +38,12 @@ Global
{FD2965E9-B722-48C3-BA2D-2869F4439E96}.Release|x86.ActiveCfg = Release|Win32
{FD2965E9-B722-48C3-BA2D-2869F4439E96}.Release|x86.Build.0 = Release|Win32
EndGlobalSection

GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection

GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53FE10D3-A4ED-4408-9F52-EBDDC375D457}
EndGlobalSection
EndGlobal
EndGlobal
2 changes: 1 addition & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

int _cdecl main(_In_ int argc, _In_reads_(argc) CHAR * argv[])
{
//__debugbreak();
__debugbreak();

setlocale(LC_CTYPE, ".936");

Expand Down

0 comments on commit f47e8d8

Please sign in to comment.