diff --git a/win32/DotNet/n2n.vcproj b/win32/DotNet/n2n.vcproj index 650e694..7a7fbfe 100644 --- a/win32/DotNet/n2n.vcproj +++ b/win32/DotNet/n2n.vcproj @@ -217,10 +217,6 @@ RelativePath="..\..\twofish.c" > - - diff --git a/win32/DotNet/supernode.vcproj b/win32/DotNet/supernode.vcproj index c54e95b..ffda8ab 100644 --- a/win32/DotNet/supernode.vcproj +++ b/win32/DotNet/supernode.vcproj @@ -179,10 +179,6 @@ RelativePath="..\..\sn.c" > - - diff --git a/win32/version-msvc.c b/win32/version-msvc.c deleted file mode 100644 index 92cce06..0000000 --- a/win32/version-msvc.c +++ /dev/null @@ -1,3 +0,0 @@ -const char * n2n_sw_version = "2.0.0"; -const char * n2n_sw_osName = "Win32"; -const char * n2n_sw_buildDate = __DATE__ " " __TIME__;