Skip to content

Commit e44c228

Browse files
committed
Add Mile.Aria2.WinRT project.
1 parent 78393f9 commit e44c228

File tree

4 files changed

+87
-0
lines changed

4 files changed

+87
-0
lines changed

Mile.Aria2.WinRT/Mile.Aria2.WinRT.cpp

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
* PROJECT: Mile.Aria2
3+
* FILE: Mile.Aria2.WinRT.cpp
4+
* PURPOSE: Implementation for Mile.Aria2.WinRT
5+
*
6+
* LICENSE: The MIT License
7+
*
8+
* MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
9+
*/
10+
11+
#include <clocale>
12+
#include <cstdio>
13+
#include <cwchar>
14+
15+
int main()
16+
{
17+
std::wprintf(
18+
L"Mile.Aria2.WinRT\n"
19+
L"================================================================\n"
20+
L"Hello World!\n");
21+
22+
std::getchar();
23+
24+
return 0;
25+
}
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
4+
<application>
5+
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
6+
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
7+
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
8+
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
9+
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
10+
</application>
11+
</compatibility>
12+
</assembly>
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Label="Globals">
4+
<ProjectGuid>{1538497C-5B88-478E-BB06-83204B473304}</ProjectGuid>
5+
<RootNamespace>Mile.Aria2.WinRT</RootNamespace>
6+
<MileProjectType>ConsoleApplication</MileProjectType>
7+
<MileProjectManifestFile>Mile.Aria2.WinRT.manifest</MileProjectManifestFile>
8+
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
9+
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
10+
<MileProjectCompanyName>Project Mile</MileProjectCompanyName>
11+
<MileProjectFileDescription>Mile.Aria2.WinRT</MileProjectFileDescription>
12+
<MileProjectInternalName>Mile.Aria2.WinRT</MileProjectInternalName>
13+
<MileProjectLegalCopyright>© Project Mile. All rights reserved.</MileProjectLegalCopyright>
14+
<MileProjectOriginalFilename>Mile.Aria2.WinRT.exe</MileProjectOriginalFilename>
15+
<MileProjectProductName>Mile.Aria2</MileProjectProductName>
16+
<MileProjectVersion>1.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2023-03-31'))).TotalDays).0</MileProjectVersion>
17+
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
18+
</PropertyGroup>
19+
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
20+
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
21+
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
22+
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.Default.props" />
23+
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
24+
<ItemGroup>
25+
<ClCompile Include="Mile.Aria2.WinRT.cpp" />
26+
</ItemGroup>
27+
<ItemGroup>
28+
<Manifest Include="Mile.Aria2.WinRT.manifest" />
29+
</ItemGroup>
30+
<ItemGroup>
31+
<PackageReference Include="Mile.Windows.Helpers">
32+
<Version>1.0.15</Version>
33+
</PackageReference>
34+
</ItemGroup>
35+
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
36+
</Project>

Mile.Aria2.sln

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mile.Aria2", "Mile.Aria2\Mi
1414
{E51989D4-79D3-4EAC-A7BF-F076996821BB} = {E51989D4-79D3-4EAC-A7BF-F076996821BB}
1515
EndProjectSection
1616
EndProject
17+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mile.Aria2.WinRT", "Mile.Aria2.WinRT\Mile.Aria2.WinRT.vcxproj", "{1538497C-5B88-478E-BB06-83204B473304}"
18+
EndProject
1719
Global
1820
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1921
Debug|ARM64 = Debug|ARM64
@@ -60,6 +62,18 @@ Global
6062
{696BC0B6-CA75-4955-97DE-A0A14345C55E}.Release|x64.Build.0 = Release|x64
6163
{696BC0B6-CA75-4955-97DE-A0A14345C55E}.Release|x86.ActiveCfg = Release|Win32
6264
{696BC0B6-CA75-4955-97DE-A0A14345C55E}.Release|x86.Build.0 = Release|Win32
65+
{1538497C-5B88-478E-BB06-83204B473304}.Debug|ARM64.ActiveCfg = Debug|ARM64
66+
{1538497C-5B88-478E-BB06-83204B473304}.Debug|ARM64.Build.0 = Debug|ARM64
67+
{1538497C-5B88-478E-BB06-83204B473304}.Debug|x64.ActiveCfg = Debug|x64
68+
{1538497C-5B88-478E-BB06-83204B473304}.Debug|x64.Build.0 = Debug|x64
69+
{1538497C-5B88-478E-BB06-83204B473304}.Debug|x86.ActiveCfg = Debug|Win32
70+
{1538497C-5B88-478E-BB06-83204B473304}.Debug|x86.Build.0 = Debug|Win32
71+
{1538497C-5B88-478E-BB06-83204B473304}.Release|ARM64.ActiveCfg = Release|ARM64
72+
{1538497C-5B88-478E-BB06-83204B473304}.Release|ARM64.Build.0 = Release|ARM64
73+
{1538497C-5B88-478E-BB06-83204B473304}.Release|x64.ActiveCfg = Release|x64
74+
{1538497C-5B88-478E-BB06-83204B473304}.Release|x64.Build.0 = Release|x64
75+
{1538497C-5B88-478E-BB06-83204B473304}.Release|x86.ActiveCfg = Release|Win32
76+
{1538497C-5B88-478E-BB06-83204B473304}.Release|x86.Build.0 = Release|Win32
6377
EndGlobalSection
6478
GlobalSection(SolutionProperties) = preSolution
6579
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)