-
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create NanaZip.Codecs.SfxStubs project.
- Loading branch information
1 parent
1d6fbe3
commit 0b86add
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters