Skip to content

Commit b517d77

Browse files
committed
Merge branch 'develop'
2 parents cf6d987 + ba8e99b commit b517d77

10 files changed

Lines changed: 2636 additions & 271 deletions

BuildRemote.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo on
22
@echo Setting up variables
3-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
3+
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
44
@echo Selecting Remote directory
55

66
SET RemoteDirectory=%cd%

Remote Server/Remote Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE;IMAGEARRAYTEST=FALSE</DefineConstants>
35+
<DefineConstants>TRACE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<Prefer32Bit>true</Prefer32Bit>

Remote Server/ServerForm.Designer.cs

Lines changed: 108 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)