diff --git a/resource.h b/resource.h
new file mode 100644
index 0000000..d67a535
Binary files /dev/null and b/resource.h differ
diff --git a/zlib.rc b/zlib.rc
new file mode 100644
index 0000000..68806ef
Binary files /dev/null and b/zlib.rc differ
diff --git a/zlib.vcxproj b/zlib.vcxproj
index 4976f62..472bba5 100644
--- a/zlib.vcxproj
+++ b/zlib.vcxproj
@@ -104,7 +104,7 @@
true
- NDEBUG;%(PreprocessorDefinitions)
+ _DEBUG;_DEB32;%(PreprocessorDefinitions)
0x080c
@@ -137,7 +137,7 @@ copy $(TargetPath) \EgtProg\Dll32
true
- NDEBUG;%(PreprocessorDefinitions)
+ _DEBUG;_DEB64;%(PreprocessorDefinitions)
0x080c
@@ -174,7 +174,7 @@ copy $(TargetPath) \EgtProg\Dll64
true
- NDEBUG;%(PreprocessorDefinitions)
+ NDEBUG;NDEB32;%(PreprocessorDefinitions)
0x080c
@@ -211,7 +211,7 @@ copy $(TargetPath) \EgtProg\Dll32
true
- NDEBUG;%(PreprocessorDefinitions)
+ NDEBUG;NDEB64;%(PreprocessorDefinitions)
0x080c
@@ -251,11 +251,15 @@ copy $(TargetPath) \EgtProg\Dll64
+
+
+
+
diff --git a/zlib.vcxproj.filters b/zlib.vcxproj.filters
index 4ebfda3..172548d 100644
--- a/zlib.vcxproj.filters
+++ b/zlib.vcxproj.filters
@@ -91,10 +91,18 @@
Header Files
+
+ Header Files
+
+
+
+
+ Source Files
+
- Header Files
+ Source Files
\ No newline at end of file