]> insang Git - ZipProject.git/commitdiff
dll 생성
authormin <ken1336@naver.com>
Sun, 17 Feb 2019 11:09:56 +0000 (20:09 +0900)
committermin <ken1336@naver.com>
Sun, 17 Feb 2019 11:09:56 +0000 (20:09 +0900)
48 files changed:
Dll1/Dll1.cpp [new file with mode: 0644]
Dll1/Dll1.vcxproj [new file with mode: 0644]
Dll1/Dll1.vcxproj.filters [new file with mode: 0644]
Dll1/Release/Dll1.log [new file with mode: 0644]
Dll1/Release/Dll1.obj [new file with mode: 0644]
Dll1/Release/Dll1.pch [new file with mode: 0644]
Dll1/Release/Dll1.tlog/CL.command.1.tlog [new file with mode: 0644]
Dll1/Release/Dll1.tlog/CL.read.1.tlog [new file with mode: 0644]
Dll1/Release/Dll1.tlog/CL.write.1.tlog [new file with mode: 0644]
Dll1/Release/Dll1.tlog/Dll1.lastbuildstate [new file with mode: 0644]
Dll1/Release/Dll1.tlog/Dll1.write.1u.tlog [new file with mode: 0644]
Dll1/Release/Dll1.tlog/link.command.1.tlog [new file with mode: 0644]
Dll1/Release/Dll1.tlog/link.read.1.tlog [new file with mode: 0644]
Dll1/Release/Dll1.tlog/link.write.1.tlog [new file with mode: 0644]
Dll1/Release/dllmain.obj [new file with mode: 0644]
Dll1/Release/stdafx.obj [new file with mode: 0644]
Dll1/Release/vc141.pdb [new file with mode: 0644]
Dll1/dllmain.cpp [new file with mode: 0644]
Dll1/stdafx.cpp [new file with mode: 0644]
Dll1/stdafx.h [new file with mode: 0644]
Dll1/targetver.h [new file with mode: 0644]
MinZip/MinZip.cpp
MinZip/MinZip.vcxproj
MinZip/MinZip.vcxproj.filters
MinZip/Release/MinZip.log [new file with mode: 0644]
MinZip/Release/MinZip.pch [new file with mode: 0644]
MinZip/Release/MinZip.tlog/CL.command.1.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/CL.read.1.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/CL.write.1.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/MinZip.lastbuildstate [new file with mode: 0644]
MinZip/Release/MinZip.tlog/MinZip.write.1u.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/link.command.1.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/link.read.1.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/link.write.1.tlog [new file with mode: 0644]
MinZip/Release/MinZip.tlog/unsuccessfulbuild [new file with mode: 0644]
MinZip/Release/dllmain.obj [new file with mode: 0644]
MinZip/Release/stdafx.obj [new file with mode: 0644]
MinZip/Release/vc141.pdb [new file with mode: 0644]
MinZip/TestMin.h [new file with mode: 0644]
Release/Dll1.dll [new file with mode: 0644]
Release/Dll1.iobj [new file with mode: 0644]
Release/Dll1.ipdb [new file with mode: 0644]
Release/Dll1.pdb [new file with mode: 0644]
Release/MinZip.dll [new file with mode: 0644]
Release/MinZip.iobj [new file with mode: 0644]
Release/MinZip.ipdb [new file with mode: 0644]
Release/MinZip.pdb [new file with mode: 0644]
ZipProject/Controllers/WebZipController.cs

diff --git a/Dll1/Dll1.cpp b/Dll1/Dll1.cpp
new file mode 100644 (file)
index 0000000..8f41fbe
Binary files /dev/null and b/Dll1/Dll1.cpp differ
diff --git a/Dll1/Dll1.vcxproj b/Dll1/Dll1.vcxproj
new file mode 100644 (file)
index 0000000..55ff361
--- /dev/null
@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <VCProjectVersion>15.0</VCProjectVersion>
+    <ProjectGuid>{2F501397-5192-4E70-A621-E28166E72784}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
+    <RootNamespace>Dll1</RootNamespace>
+    <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v141</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v141</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v141</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v141</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="Shared">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>WIN32;NDEBUG;DLL1_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>Disabled</Optimization>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>WIN32;_DEBUG;DLL1_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>Disabled</Optimization>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>_DEBUG;DLL1_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>NDEBUG;DLL1_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClInclude Include="stdafx.h" />
+    <ClInclude Include="targetver.h" />
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="Dll1.cpp" />
+    <ClCompile Include="dllmain.cpp" />
+    <ClCompile Include="stdafx.cpp">
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
+    </ClCompile>
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/Dll1/Dll1.vcxproj.filters b/Dll1/Dll1.vcxproj.filters
new file mode 100644 (file)
index 0000000..ae63b9d
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <Filter Include="소스 파일">
+      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+    </Filter>
+    <Filter Include="헤더 파일">
+      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+      <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
+    </Filter>
+    <Filter Include="리소스 파일">
+      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+    </Filter>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="stdafx.h">
+      <Filter>헤더 파일</Filter>
+    </ClInclude>
+    <ClInclude Include="targetver.h">
+      <Filter>헤더 파일</Filter>
+    </ClInclude>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="stdafx.cpp">
+      <Filter>소스 파일</Filter>
+    </ClCompile>
+    <ClCompile Include="Dll1.cpp">
+      <Filter>소스 파일</Filter>
+    </ClCompile>
+    <ClCompile Include="dllmain.cpp">
+      <Filter>소스 파일</Filter>
+    </ClCompile>
+  </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/Dll1/Release/Dll1.log b/Dll1/Release/Dll1.log
new file mode 100644 (file)
index 0000000..32aa416
--- /dev/null
@@ -0,0 +1,7 @@
+  stdafx.cpp
+  Dll1.cpp
+  dllmain.cpp
+  코드를 생성하고 있습니다.
+  All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
+  코드를 생성했습니다.
+  Dll1.vcxproj -> C:\Users\ken13\Desktop\minpro\ZipPro\ZipProject\Release\Dll1.dll
diff --git a/Dll1/Release/Dll1.obj b/Dll1/Release/Dll1.obj
new file mode 100644 (file)
index 0000000..5cf6f50
Binary files /dev/null and b/Dll1/Release/Dll1.obj differ
diff --git a/Dll1/Release/Dll1.pch b/Dll1/Release/Dll1.pch
new file mode 100644 (file)
index 0000000..b07ebef
Binary files /dev/null and b/Dll1/Release/Dll1.pch differ
diff --git a/Dll1/Release/Dll1.tlog/CL.command.1.tlog b/Dll1/Release/Dll1.tlog/CL.command.1.tlog
new file mode 100644 (file)
index 0000000..3914cbb
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/CL.command.1.tlog differ
diff --git a/Dll1/Release/Dll1.tlog/CL.read.1.tlog b/Dll1/Release/Dll1.tlog/CL.read.1.tlog
new file mode 100644 (file)
index 0000000..b1f34b6
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/CL.read.1.tlog differ
diff --git a/Dll1/Release/Dll1.tlog/CL.write.1.tlog b/Dll1/Release/Dll1.tlog/CL.write.1.tlog
new file mode 100644 (file)
index 0000000..ab90a74
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/CL.write.1.tlog differ
diff --git a/Dll1/Release/Dll1.tlog/Dll1.lastbuildstate b/Dll1/Release/Dll1.tlog/Dll1.lastbuildstate
new file mode 100644 (file)
index 0000000..d84ba95
--- /dev/null
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17134.0
+Release|Win32|C:\Users\ken13\Desktop\minpro\ZipPro\ZipProject\|
diff --git a/Dll1/Release/Dll1.tlog/Dll1.write.1u.tlog b/Dll1/Release/Dll1.tlog/Dll1.write.1u.tlog
new file mode 100644 (file)
index 0000000..ba4d6b6
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/Dll1.write.1u.tlog differ
diff --git a/Dll1/Release/Dll1.tlog/link.command.1.tlog b/Dll1/Release/Dll1.tlog/link.command.1.tlog
new file mode 100644 (file)
index 0000000..d046bf9
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/link.command.1.tlog differ
diff --git a/Dll1/Release/Dll1.tlog/link.read.1.tlog b/Dll1/Release/Dll1.tlog/link.read.1.tlog
new file mode 100644 (file)
index 0000000..d7dab6e
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/link.read.1.tlog differ
diff --git a/Dll1/Release/Dll1.tlog/link.write.1.tlog b/Dll1/Release/Dll1.tlog/link.write.1.tlog
new file mode 100644 (file)
index 0000000..f62a3d4
Binary files /dev/null and b/Dll1/Release/Dll1.tlog/link.write.1.tlog differ
diff --git a/Dll1/Release/dllmain.obj b/Dll1/Release/dllmain.obj
new file mode 100644 (file)
index 0000000..ada21da
Binary files /dev/null and b/Dll1/Release/dllmain.obj differ
diff --git a/Dll1/Release/stdafx.obj b/Dll1/Release/stdafx.obj
new file mode 100644 (file)
index 0000000..46cd66d
Binary files /dev/null and b/Dll1/Release/stdafx.obj differ
diff --git a/Dll1/Release/vc141.pdb b/Dll1/Release/vc141.pdb
new file mode 100644 (file)
index 0000000..7e35b63
Binary files /dev/null and b/Dll1/Release/vc141.pdb differ
diff --git a/Dll1/dllmain.cpp b/Dll1/dllmain.cpp
new file mode 100644 (file)
index 0000000..a842a5c
Binary files /dev/null and b/Dll1/dllmain.cpp differ
diff --git a/Dll1/stdafx.cpp b/Dll1/stdafx.cpp
new file mode 100644 (file)
index 0000000..08343af
Binary files /dev/null and b/Dll1/stdafx.cpp differ
diff --git a/Dll1/stdafx.h b/Dll1/stdafx.h
new file mode 100644 (file)
index 0000000..dcbb321
Binary files /dev/null and b/Dll1/stdafx.h differ
diff --git a/Dll1/targetver.h b/Dll1/targetver.h
new file mode 100644 (file)
index 0000000..0d3b8f8
Binary files /dev/null and b/Dll1/targetver.h differ
index ee8c0d197da7099a22c195a7c7e06e33d9ec5edb..fc56850df063c82249c76b82acfad7ea741a95a1 100644 (file)
Binary files a/MinZip/MinZip.cpp and b/MinZip/MinZip.cpp differ
index 7cc6cc28154a49614938208221255ae936b756b1..37dc64b2f8d77f7d810c7fe364afb92965154e98 100644 (file)
   <ItemGroup>
     <ClInclude Include="stdafx.h" />
     <ClInclude Include="targetver.h" />
+    <ClInclude Include="TestMin.h" />
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="dllmain.cpp" />
index f464954f58a71ebf4f85811f131b694452bd8785..8a7c6971a270be65295042d319a01c5263dff430 100644 (file)
@@ -21,6 +21,9 @@
     <ClInclude Include="targetver.h">
       <Filter>헤더 파일</Filter>
     </ClInclude>
+    <ClInclude Include="TestMin.h">
+      <Filter>헤더 파일</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="stdafx.cpp">
diff --git a/MinZip/Release/MinZip.log b/MinZip/Release/MinZip.log
new file mode 100644 (file)
index 0000000..d67cdf0
--- /dev/null
@@ -0,0 +1,2 @@
+  MinZip.cpp
+c:\users\ken13\desktop\minpro\zippro\zipproject\minzip\minzip.cpp(12): fatal error C1010: 미리 컴파일된 헤더를 찾는 동안 예기치 않은 파일의 끝이 나타났습니다. '#include "stdafx.h"'을(를) 소스에 추가하시겠습니까?
diff --git a/MinZip/Release/MinZip.pch b/MinZip/Release/MinZip.pch
new file mode 100644 (file)
index 0000000..82254f1
Binary files /dev/null and b/MinZip/Release/MinZip.pch differ
diff --git a/MinZip/Release/MinZip.tlog/CL.command.1.tlog b/MinZip/Release/MinZip.tlog/CL.command.1.tlog
new file mode 100644 (file)
index 0000000..fac2588
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/CL.command.1.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/CL.read.1.tlog b/MinZip/Release/MinZip.tlog/CL.read.1.tlog
new file mode 100644 (file)
index 0000000..e2b4725
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/CL.read.1.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/CL.write.1.tlog b/MinZip/Release/MinZip.tlog/CL.write.1.tlog
new file mode 100644 (file)
index 0000000..ff77c7c
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/CL.write.1.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/MinZip.lastbuildstate b/MinZip/Release/MinZip.tlog/MinZip.lastbuildstate
new file mode 100644 (file)
index 0000000..d84ba95
--- /dev/null
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17134.0
+Release|Win32|C:\Users\ken13\Desktop\minpro\ZipPro\ZipProject\|
diff --git a/MinZip/Release/MinZip.tlog/MinZip.write.1u.tlog b/MinZip/Release/MinZip.tlog/MinZip.write.1u.tlog
new file mode 100644 (file)
index 0000000..8635aab
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/MinZip.write.1u.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/link.command.1.tlog b/MinZip/Release/MinZip.tlog/link.command.1.tlog
new file mode 100644 (file)
index 0000000..4333e14
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/link.command.1.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/link.read.1.tlog b/MinZip/Release/MinZip.tlog/link.read.1.tlog
new file mode 100644 (file)
index 0000000..eb1b826
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/link.read.1.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/link.write.1.tlog b/MinZip/Release/MinZip.tlog/link.write.1.tlog
new file mode 100644 (file)
index 0000000..c0bc3e7
Binary files /dev/null and b/MinZip/Release/MinZip.tlog/link.write.1.tlog differ
diff --git a/MinZip/Release/MinZip.tlog/unsuccessfulbuild b/MinZip/Release/MinZip.tlog/unsuccessfulbuild
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/MinZip/Release/dllmain.obj b/MinZip/Release/dllmain.obj
new file mode 100644 (file)
index 0000000..5f07675
Binary files /dev/null and b/MinZip/Release/dllmain.obj differ
diff --git a/MinZip/Release/stdafx.obj b/MinZip/Release/stdafx.obj
new file mode 100644 (file)
index 0000000..209a6ca
Binary files /dev/null and b/MinZip/Release/stdafx.obj differ
diff --git a/MinZip/Release/vc141.pdb b/MinZip/Release/vc141.pdb
new file mode 100644 (file)
index 0000000..de3d704
Binary files /dev/null and b/MinZip/Release/vc141.pdb differ
diff --git a/MinZip/TestMin.h b/MinZip/TestMin.h
new file mode 100644 (file)
index 0000000..8ff257f
--- /dev/null
@@ -0,0 +1,6 @@
+#pragma once
+
+#include"stdafx.h"
+
+
+extern "C" __declspec(dllexport) string test(void);
diff --git a/Release/Dll1.dll b/Release/Dll1.dll
new file mode 100644 (file)
index 0000000..2e0ff60
Binary files /dev/null and b/Release/Dll1.dll differ
diff --git a/Release/Dll1.iobj b/Release/Dll1.iobj
new file mode 100644 (file)
index 0000000..62b5f5b
Binary files /dev/null and b/Release/Dll1.iobj differ
diff --git a/Release/Dll1.ipdb b/Release/Dll1.ipdb
new file mode 100644 (file)
index 0000000..6577b5a
Binary files /dev/null and b/Release/Dll1.ipdb differ
diff --git a/Release/Dll1.pdb b/Release/Dll1.pdb
new file mode 100644 (file)
index 0000000..33df37b
Binary files /dev/null and b/Release/Dll1.pdb differ
diff --git a/Release/MinZip.dll b/Release/MinZip.dll
new file mode 100644 (file)
index 0000000..ec122a1
Binary files /dev/null and b/Release/MinZip.dll differ
diff --git a/Release/MinZip.iobj b/Release/MinZip.iobj
new file mode 100644 (file)
index 0000000..302590b
Binary files /dev/null and b/Release/MinZip.iobj differ
diff --git a/Release/MinZip.ipdb b/Release/MinZip.ipdb
new file mode 100644 (file)
index 0000000..e31a148
Binary files /dev/null and b/Release/MinZip.ipdb differ
diff --git a/Release/MinZip.pdb b/Release/MinZip.pdb
new file mode 100644 (file)
index 0000000..48d9d52
Binary files /dev/null and b/Release/MinZip.pdb differ
index 2f5ea444adcf181872b7849c556ba8e26b92a83c..286769c1c7dd250af8ff9321da573cb1d41ab32e 100644 (file)
@@ -60,6 +60,6 @@ namespace ZipProject.Controllers
         }
 
     }
-    [DllImport("test1.dll")]
+   
 
 }