diff options
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 38dc2c46d..e1e340908 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3200,6 +3200,14 @@ Name="Network Core" > <File + RelativePath=".\..\src\network\core\address.cpp" + > + </File> + <File + RelativePath=".\..\src\network\core\address.h" + > + </File> + <File RelativePath=".\..\src\network\core\config.h" > </File> @@ -3244,6 +3252,10 @@ > </File> <File + RelativePath=".\..\src\network\core\tcp_connect.cpp" + > + </File> + <File RelativePath=".\..\src\network\core\tcp_content.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 2b15f8364..ff7cf9819 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3197,6 +3197,14 @@ Name="Network Core" > <File + RelativePath=".\..\src\network\core\address.cpp" + > + </File> + <File + RelativePath=".\..\src\network\core\address.h" + > + </File> + <File RelativePath=".\..\src\network\core\config.h" > </File> @@ -3241,6 +3249,10 @@ > </File> <File + RelativePath=".\..\src\network\core\tcp_connect.cpp" + > + </File> + <File RelativePath=".\..\src\network\core\tcp_content.cpp" > </File> |