Skip to content

Commit

Permalink
Create NanaZip.Codecs.SfxStubs project.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Mar 28, 2024
1 parent 1d6fbe3 commit 0b86add
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NanaZip.Codecs/NanaZip.Codecs.SfxStubs.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{1E894B34-F9D2-4258-9401-6519AAE91620}</ProjectGuid>
<RootNamespace>NanaZip.Codecs.SfxStubs</RootNamespace>
<MileProjectType>StaticLibrary</MileProjectType>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</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" />
<ItemGroup>
<ClCompile Include="Mile.Samples.StaticLibrary.cpp" />
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
15 changes: 15 additions & 0 deletions NanaZip.sln
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Classic", "Classic", "{6666
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaZip.Codecs", "NanaZip.Codecs\NanaZip.Codecs.vcxproj", "{89B81A5B-FF0D-4193-9CB1-738692775DD2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaZip.Codecs.SfxStubs", "NanaZip.Codecs\NanaZip.Codecs.SfxStubs.vcxproj", "{1E894B34-F9D2-4258-9401-6519AAE91620}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Expand Down Expand Up @@ -239,6 +241,18 @@ Global
{89B81A5B-FF0D-4193-9CB1-738692775DD2}.Release|x64.Build.0 = Release|x64
{89B81A5B-FF0D-4193-9CB1-738692775DD2}.Release|x86.ActiveCfg = Release|Win32
{89B81A5B-FF0D-4193-9CB1-738692775DD2}.Release|x86.Build.0 = Release|Win32
{1E894B34-F9D2-4258-9401-6519AAE91620}.Debug|ARM64.ActiveCfg = Debug|ARM64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Debug|ARM64.Build.0 = Debug|ARM64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Debug|x64.ActiveCfg = Debug|x64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Debug|x64.Build.0 = Debug|x64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Debug|x86.ActiveCfg = Debug|Win32
{1E894B34-F9D2-4258-9401-6519AAE91620}.Debug|x86.Build.0 = Debug|Win32
{1E894B34-F9D2-4258-9401-6519AAE91620}.Release|ARM64.ActiveCfg = Release|ARM64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Release|ARM64.Build.0 = Release|ARM64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Release|x64.ActiveCfg = Release|x64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Release|x64.Build.0 = Release|x64
{1E894B34-F9D2-4258-9401-6519AAE91620}.Release|x86.ActiveCfg = Release|Win32
{1E894B34-F9D2-4258-9401-6519AAE91620}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -262,6 +276,7 @@ Global
{F4511F91-B0EB-41B4-99D6-AEB48169132B} = {B954CA12-11FE-45D8-A4D2-562560E1CD4D}
{6666CFC3-1986-469A-9266-0FD8C2674DF6} = {FB9122A4-25AA-405E-9EE1-886274614847}
{89B81A5B-FF0D-4193-9CB1-738692775DD2} = {94A1E11C-B722-4BAE-9B12-1495F5EF3CC9}
{1E894B34-F9D2-4258-9401-6519AAE91620} = {94A1E11C-B722-4BAE-9B12-1495F5EF3CC9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE2C16C4-5306-4103-9C2A-749DC32B5CA6}
Expand Down

0 comments on commit 0b86add

Please sign in to comment.