Skip to content

Commit 00826f8

Browse files
committed
Merge branch 'vs2005_methods_fix' of http://github.com/Twisol/mushclient into Twisol-vs2005_methods_fix
2 parents 99333f2 + 4782711 commit 00826f8

File tree

1 file changed

+136
-20
lines changed

1 file changed

+136
-20
lines changed

MUSHclient.vcproj

Lines changed: 136 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,10 @@
944944
/>
945945
</FileConfiguration>
946946
</File>
947+
<File
948+
RelativePath=".\timers.cpp"
949+
>
950+
</File>
947951
<File
948952
RelativePath="TimerWnd.cpp"
949953
>
@@ -3900,26 +3904,6 @@
39003904
/>
39013905
</FileConfiguration>
39023906
</File>
3903-
<File
3904-
RelativePath="scripting\methods.cpp"
3905-
>
3906-
<FileConfiguration
3907-
Name="Debug|Win32"
3908-
>
3909-
<Tool
3910-
Name="VCCLCompilerTool"
3911-
PreprocessorDefinitions=""
3912-
/>
3913-
</FileConfiguration>
3914-
<FileConfiguration
3915-
Name="Release|Win32"
3916-
>
3917-
<Tool
3918-
Name="VCCLCompilerTool"
3919-
PreprocessorDefinitions=""
3920-
/>
3921-
</FileConfiguration>
3922-
</File>
39233907
<File
39243908
RelativePath="scripting\mt19937ar.c"
39253909
>
@@ -4048,6 +4032,138 @@
40484032
/>
40494033
</FileConfiguration>
40504034
</File>
4035+
<Filter
4036+
Name="methods"
4037+
>
4038+
<File
4039+
RelativePath=".\scripting\methods\methods.cpp"
4040+
>
4041+
</File>
4042+
<File
4043+
RelativePath=".\scripting\methods\methods_accelerators.cpp"
4044+
>
4045+
</File>
4046+
<File
4047+
RelativePath=".\scripting\methods\methods_aliases.cpp"
4048+
>
4049+
</File>
4050+
<File
4051+
RelativePath=".\scripting\methods\methods_arrays.cpp"
4052+
>
4053+
</File>
4054+
<File
4055+
RelativePath=".\scripting\methods\methods_chat.cpp"
4056+
>
4057+
</File>
4058+
<File
4059+
RelativePath=".\scripting\methods\methods_clipboard.cpp"
4060+
>
4061+
</File>
4062+
<File
4063+
RelativePath=".\scripting\methods\methods_colours.cpp"
4064+
>
4065+
</File>
4066+
<File
4067+
RelativePath=".\scripting\methods\methods_commands.cpp"
4068+
>
4069+
</File>
4070+
<File
4071+
RelativePath=".\scripting\methods\methods_database.cpp"
4072+
>
4073+
</File>
4074+
<File
4075+
RelativePath=".\scripting\methods\methods_defaults.cpp"
4076+
>
4077+
</File>
4078+
<File
4079+
RelativePath=".\scripting\methods\methods_info.cpp"
4080+
>
4081+
</File>
4082+
<File
4083+
RelativePath=".\scripting\methods\methods_infobar.cpp"
4084+
>
4085+
</File>
4086+
<File
4087+
RelativePath=".\scripting\methods\methods_logging.cpp"
4088+
>
4089+
</File>
4090+
<File
4091+
RelativePath=".\scripting\methods\methods_mapping.cpp"
4092+
>
4093+
</File>
4094+
<File
4095+
RelativePath=".\scripting\methods\methods_miniwindows.cpp"
4096+
>
4097+
</File>
4098+
<File
4099+
RelativePath=".\scripting\methods\methods_notepad.cpp"
4100+
>
4101+
</File>
4102+
<File
4103+
RelativePath=".\scripting\methods\methods_noting.cpp"
4104+
>
4105+
</File>
4106+
<File
4107+
RelativePath=".\scripting\methods\methods_output.cpp"
4108+
>
4109+
</File>
4110+
<File
4111+
RelativePath=".\scripting\methods\methods_panes.cpp"
4112+
>
4113+
</File>
4114+
<File
4115+
RelativePath=".\scripting\methods\methods_plugins.cpp"
4116+
>
4117+
</File>
4118+
<File
4119+
RelativePath=".\scripting\methods\methods_sending.cpp"
4120+
>
4121+
</File>
4122+
<File
4123+
RelativePath=".\scripting\methods\methods_sounds.cpp"
4124+
>
4125+
</File>
4126+
<File
4127+
RelativePath=".\scripting\methods\methods_speedwalks.cpp"
4128+
>
4129+
</File>
4130+
<File
4131+
RelativePath=".\scripting\methods\methods_spellchecker.cpp"
4132+
>
4133+
</File>
4134+
<File
4135+
RelativePath=".\scripting\methods\methods_timers.cpp"
4136+
>
4137+
</File>
4138+
<File
4139+
RelativePath=".\scripting\methods\methods_tracing.cpp"
4140+
>
4141+
</File>
4142+
<File
4143+
RelativePath=".\scripting\methods\methods_triggers.cpp"
4144+
>
4145+
</File>
4146+
<File
4147+
RelativePath=".\scripting\methods\methods_udp.cpp"
4148+
>
4149+
</File>
4150+
<File
4151+
RelativePath=".\scripting\methods\methods_utilities.cpp"
4152+
>
4153+
</File>
4154+
<File
4155+
RelativePath=".\scripting\methods\methods_variables.cpp"
4156+
>
4157+
</File>
4158+
<File
4159+
RelativePath=".\scripting\methods\methods_worlds.cpp"
4160+
>
4161+
</File>
4162+
<File
4163+
RelativePath=".\scripting\methods\methods_xml.cpp"
4164+
>
4165+
</File>
4166+
</Filter>
40514167
</Filter>
40524168
<Filter
40534169
Name="pcre"

0 commit comments

Comments
 (0)