mirror of https://github.com/M2Team/NanaZip.git

5 changed files with 74 additions and 0 deletions
-
16NanaZip.Codecs/NanaZip.Codecs.cpp
-
5NanaZip.Codecs/NanaZip.Codecs.def
-
35NanaZip.Codecs/NanaZip.Codecs.vcxproj
-
15NanaZip.sln
-
3NanaZipPackage/NanaZipPackage.wapproj
@ -0,0 +1,16 @@ |
|||
/*
|
|||
* PROJECT: Mile.Samples.DynamicLibrary |
|||
* FILE: NanaZip.Codecs.cpp |
|||
* PURPOSE: Implementation for NanaZip.Codecs |
|||
* |
|||
* LICENSE: The MIT License |
|||
* |
|||
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com) |
|||
*/ |
|||
|
|||
#include <Windows.h>
|
|||
|
|||
EXTERN_C int WINAPI NanaZipCodecsTestFunction() |
|||
{ |
|||
return 0; |
|||
} |
@ -0,0 +1,5 @@ |
|||
LIBRARY |
|||
|
|||
EXPORTS |
|||
|
|||
NanaZipCodecsTestFunction |
@ -0,0 +1,35 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup Label="Globals"> |
|||
<ProjectGuid>{89B81A5B-FF0D-4193-9CB1-738692775DD2}</ProjectGuid> |
|||
<RootNamespace>NanaZip.Codecs</RootNamespace> |
|||
<MileProjectType>DynamicLibrary</MileProjectType> |
|||
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport> |
|||
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties> |
|||
<MileProjectCompanyName>M2-Team</MileProjectCompanyName> |
|||
<MileProjectFileDescription>NanaZip Codecs</MileProjectFileDescription> |
|||
<MileProjectInternalName>NanaZip.Codecs</MileProjectInternalName> |
|||
<MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright> |
|||
<MileProjectOriginalFilename>NanaZip.Codecs.dll</MileProjectOriginalFilename> |
|||
<MileProjectProductName>NanaZip</MileProjectProductName> |
|||
<MileProjectVersion>3.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0</MileProjectVersion> |
|||
<MileProjectVersionTag>Preview 1</MileProjectVersionTag> |
|||
</PropertyGroup> |
|||
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" /> |
|||
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" /> |
|||
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" /> |
|||
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.Default.props" /> |
|||
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" /> |
|||
<ItemDefinitionGroup> |
|||
<Link> |
|||
<ModuleDefinitionFile>NanaZip.Codecs.def</ModuleDefinitionFile> |
|||
</Link> |
|||
</ItemDefinitionGroup> |
|||
<ItemGroup> |
|||
<None Include="NanaZip.Codecs.def" /> |
|||
</ItemGroup> |
|||
<ItemGroup> |
|||
<ClCompile Include="NanaZip.Codecs.cpp" /> |
|||
</ItemGroup> |
|||
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" /> |
|||
</Project> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue