diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircdVC80.vcproj | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/win/inspircdVC80.vcproj b/win/inspircdVC80.vcproj index 5baa6046e..13baad2ed 100644 --- a/win/inspircdVC80.vcproj +++ b/win/inspircdVC80.vcproj @@ -376,6 +376,10 @@ >
</File>
<File
+ RelativePath="..\src\channelmanager.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\channels.cpp"
>
</File>
@@ -428,6 +432,10 @@ >
</File>
<File
+ RelativePath="..\src\logger.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\mode.cpp"
>
</File>
@@ -472,6 +480,10 @@ >
</File>
<File
+ RelativePath="..\src\usermanager.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\userprocess.cpp"
>
</File>
@@ -530,6 +542,14 @@ >
</File>
<File
+ RelativePath="..\include\caller.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\channelmanager.h"
+ >
+ </File>
+ <File
RelativePath="..\include\channels.h"
>
</File>
@@ -598,6 +618,10 @@ >
</File>
<File
+ RelativePath="..\include\logger.h"
+ >
+ </File>
+ <File
RelativePath="..\include\mode.h"
>
</File>
@@ -634,6 +658,14 @@ >
</File>
<File
+ RelativePath="..\include\uid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\usermanager.h"
+ >
+ </File>
+ <File
RelativePath="..\include\users.h"
>
</File>
|