Skip to content

Commit fb41ed5

Browse files
committed
Update Show / Hide Game Servers
1 parent e279727 commit fb41ed5

File tree

12 files changed

+16
-4
lines changed

12 files changed

+16
-4
lines changed

HideServers AVX/HideServers.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<BufferSecurityCheck>false</BufferSecurityCheck>
7474
<FloatingPointExceptions>false</FloatingPointExceptions>
7575
<ErrorReporting>None</ErrorReporting>
76+
<BuildStlModules>false</BuildStlModules>
7677
</ClCompile>
7778
<Link>
7879
<SubSystem>Console</SubSystem>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup />
3+
<PropertyGroup>
4+
<ShowAllFiles>true</ShowAllFiles>
5+
</PropertyGroup>
46
</Project>

HideServers AVX2/HideServers.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<BufferSecurityCheck>false</BufferSecurityCheck>
7474
<FloatingPointExceptions>false</FloatingPointExceptions>
7575
<ErrorReporting>None</ErrorReporting>
76+
<BuildStlModules>false</BuildStlModules>
7677
</ClCompile>
7778
<Link>
7879
<SubSystem>Console</SubSystem>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup />
3+
<PropertyGroup>
4+
<ShowAllFiles>true</ShowAllFiles>
5+
</PropertyGroup>
46
</Project>

ShowServers AVX/ShowServers.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<BufferSecurityCheck>false</BufferSecurityCheck>
7373
<ControlFlowGuard>false</ControlFlowGuard>
7474
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
75+
<BuildStlModules>false</BuildStlModules>
7576
</ClCompile>
7677
<Link>
7778
<SubSystem>Console</SubSystem>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup />
3+
<PropertyGroup>
4+
<ShowAllFiles>true</ShowAllFiles>
5+
</PropertyGroup>
46
</Project>

ShowServers AVX2/ShowServers.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<BufferSecurityCheck>false</BufferSecurityCheck>
7373
<ControlFlowGuard>false</ControlFlowGuard>
7474
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
75+
<BuildStlModules>false</BuildStlModules>
7576
</ClCompile>
7677
<Link>
7778
<SubSystem>Console</SubSystem>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup />
3+
<PropertyGroup>
4+
<ShowAllFiles>true</ShowAllFiles>
5+
</PropertyGroup>
46
</Project>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)