Skip to content

Commit 6c477f7

Browse files
committed
cleanup isle 2
1 parent b049af6 commit 6c477f7

File tree

6 files changed

+26
-27
lines changed

6 files changed

+26
-27
lines changed

AgentSvc/AgentSvc.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
<ConfigurationType>Application</ConfigurationType>
2525
<UseOfMfc>Static</UseOfMfc>
2626
<CharacterSet>Unicode</CharacterSet>
27-
<PlatformToolset>v141_xp</PlatformToolset>
27+
<PlatformToolset>v140_xp</PlatformToolset>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3030
<ConfigurationType>Application</ConfigurationType>
3131
<UseOfMfc>false</UseOfMfc>
3232
<UseOfAtl>Static</UseOfAtl>
3333
<CharacterSet>NotSet</CharacterSet>
34-
<PlatformToolset>v141_xp</PlatformToolset>
34+
<PlatformToolset>v140_xp</PlatformToolset>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3737
<ConfigurationType>Application</ConfigurationType>
3838
<UseOfMfc>Static</UseOfMfc>
3939
<CharacterSet>MultiByte</CharacterSet>
40-
<PlatformToolset>v141_xp</PlatformToolset>
40+
<PlatformToolset>v140_xp</PlatformToolset>
4141
</PropertyGroup>
4242
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4343
<ImportGroup Label="ExtensionSettings">

AgentSvr/AgentSvr.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
<ConfigurationType>Application</ConfigurationType>
2828
<UseOfMfc>false</UseOfMfc>
2929
<CharacterSet>Unicode</CharacterSet>
30-
<PlatformToolset>v141_xp</PlatformToolset>
30+
<PlatformToolset>v140_xp</PlatformToolset>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3333
<ConfigurationType>Application</ConfigurationType>
3434
<UseOfMfc>false</UseOfMfc>
35-
<PlatformToolset>v141_xp</PlatformToolset>
35+
<PlatformToolset>v140_xp</PlatformToolset>
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3838
<ConfigurationType>Application</ConfigurationType>
3939
<UseOfMfc>false</UseOfMfc>
40-
<PlatformToolset>v141_xp</PlatformToolset>
40+
<PlatformToolset>v140_xp</PlatformToolset>
4141
<CharacterSet>MultiByte</CharacterSet>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Live Debug|Win32'" Label="Configuration">
4444
<ConfigurationType>Application</ConfigurationType>
4545
<UseOfMfc>false</UseOfMfc>
46-
<PlatformToolset>v141_xp</PlatformToolset>
46+
<PlatformToolset>v140_xp</PlatformToolset>
4747
</PropertyGroup>
4848
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4949
<ImportGroup Label="ExtensionSettings">

MessageMaker/MessageMaker.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2727
<ConfigurationType>StaticLibrary</ConfigurationType>
2828
<UseOfMfc>false</UseOfMfc>
29-
<PlatformToolset>v141_xp</PlatformToolset>
29+
<PlatformToolset>v140_xp</PlatformToolset>
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Live Debug|Win32'" Label="Configuration">
3232
<ConfigurationType>StaticLibrary</ConfigurationType>
3333
<UseOfMfc>false</UseOfMfc>
34-
<PlatformToolset>v141_xp</PlatformToolset>
34+
<PlatformToolset>v140_xp</PlatformToolset>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode|Win32'" Label="Configuration">
3737
<ConfigurationType>StaticLibrary</ConfigurationType>
3838
<UseOfMfc>false</UseOfMfc>
3939
<CharacterSet>Unicode</CharacterSet>
40-
<PlatformToolset>v141_xp</PlatformToolset>
40+
<PlatformToolset>v140_xp</PlatformToolset>
4141
</PropertyGroup>
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4343
<ConfigurationType>StaticLibrary</ConfigurationType>
4444
<UseOfMfc>false</UseOfMfc>
45-
<PlatformToolset>v141_xp</PlatformToolset>
45+
<PlatformToolset>v140_xp</PlatformToolset>
4646
</PropertyGroup>
4747
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4848
<ImportGroup Label="ExtensionSettings">

MessageMaker/MessageMaker.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@
372372
<ClInclude Include="RMsg_RoomDescription.h">
373373
<Filter>Header Files</Filter>
374374
</ClInclude>
375+
<ClInclude Include="json_maker.h">
376+
<Filter>Header Files</Filter>
377+
</ClInclude>
375378
<ClInclude Include="cJSON.h">
376379
<Filter>Header Files</Filter>
377380
</ClInclude>

Underlight/Underlight.vcxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,63 +58,63 @@
5858
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32'" Label="Configuration">
5959
<ConfigurationType>Application</ConfigurationType>
6060
<UseOfMfc>false</UseOfMfc>
61-
<PlatformToolset>v141_xp</PlatformToolset>
61+
<PlatformToolset>v140_xp</PlatformToolset>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QA Player|Win32'" Label="Configuration">
6464
<ConfigurationType>Application</ConfigurationType>
6565
<UseOfMfc>false</UseOfMfc>
66-
<PlatformToolset>v141_xp</PlatformToolset>
66+
<PlatformToolset>v140_xp</PlatformToolset>
6767
</PropertyGroup>
6868
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6969
<ConfigurationType>Application</ConfigurationType>
7070
<UseOfMfc>false</UseOfMfc>
71-
<PlatformToolset>v141_xp</PlatformToolset>
71+
<PlatformToolset>v140_xp</PlatformToolset>
7272
</PropertyGroup>
7373
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Live Debug|Win32'" Label="Configuration">
7474
<ConfigurationType>Application</ConfigurationType>
7575
<UseOfMfc>false</UseOfMfc>
76-
<PlatformToolset>v141_xp</PlatformToolset>
76+
<PlatformToolset>v140_xp</PlatformToolset>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Gamemaster|Win32'" Label="Configuration">
7979
<ConfigurationType>Application</ConfigurationType>
8080
<UseOfMfc>false</UseOfMfc>
81-
<PlatformToolset>v141_xp</PlatformToolset>
81+
<PlatformToolset>v140_xp</PlatformToolset>
8282
</PropertyGroup>
8383
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QA GM|Win32'" Label="Configuration">
8484
<ConfigurationType>Application</ConfigurationType>
8585
<UseOfMfc>false</UseOfMfc>
86-
<PlatformToolset>v141_xp</PlatformToolset>
86+
<PlatformToolset>v140_xp</PlatformToolset>
8787
</PropertyGroup>
8888
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dev Player|Win32'" Label="Configuration">
8989
<ConfigurationType>Application</ConfigurationType>
9090
<UseOfMfc>false</UseOfMfc>
91-
<PlatformToolset>v141_xp</PlatformToolset>
91+
<PlatformToolset>v140_xp</PlatformToolset>
9292
</PropertyGroup>
9393
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode|Win32'" Label="Configuration">
9494
<ConfigurationType>Application</ConfigurationType>
9595
<UseOfMfc>false</UseOfMfc>
9696
<CharacterSet>Unicode</CharacterSet>
97-
<PlatformToolset>v141_xp</PlatformToolset>
97+
<PlatformToolset>v140_xp</PlatformToolset>
9898
</PropertyGroup>
9999
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Pmare|Win32'" Label="Configuration">
100100
<ConfigurationType>Application</ConfigurationType>
101101
<UseOfMfc>false</UseOfMfc>
102-
<PlatformToolset>v141_xp</PlatformToolset>
102+
<PlatformToolset>v140_xp</PlatformToolset>
103103
</PropertyGroup>
104104
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QA Pmare|Win32'" Label="Configuration">
105105
<ConfigurationType>Application</ConfigurationType>
106106
<UseOfMfc>false</UseOfMfc>
107-
<PlatformToolset>v141_xp</PlatformToolset>
107+
<PlatformToolset>v140_xp</PlatformToolset>
108108
</PropertyGroup>
109109
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development|Win32'" Label="Configuration">
110110
<ConfigurationType>Application</ConfigurationType>
111111
<UseOfMfc>false</UseOfMfc>
112-
<PlatformToolset>v141_xp</PlatformToolset>
112+
<PlatformToolset>v140_xp</PlatformToolset>
113113
</PropertyGroup>
114114
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dev Pmare|Win32'" Label="Configuration">
115115
<ConfigurationType>Application</ConfigurationType>
116116
<UseOfMfc>false</UseOfMfc>
117-
<PlatformToolset>v141_xp</PlatformToolset>
117+
<PlatformToolset>v140_xp</PlatformToolset>
118118
</PropertyGroup>
119119
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
120120
<ImportGroup Label="ExtensionSettings">

Underlight/debug.out

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)