Skip to content

Commit 42df35e

Browse files
author
HiroHsu
committed
#新建 專案與程式內容
1 parent 9172311 commit 42df35e

File tree

4 files changed

+412
-0
lines changed

4 files changed

+412
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
################################################################################
2+
# 這個 .gitignore 檔案由 Microsoft(R) Visual Studio 自動建立。
3+
################################################################################
4+
5+
/.vs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29306.81
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnicodeAtOnToUnicode", "UnicodeAtOnToUnicode\UnicodeAtOnToUnicode.csproj", "{829679AD-485F-4675-8DB9-808DA750C8A9}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{829679AD-485F-4675-8DB9-808DA750C8A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{829679AD-485F-4675-8DB9-808DA750C8A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{829679AD-485F-4675-8DB9-808DA750C8A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{829679AD-485F-4675-8DB9-808DA750C8A9}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {BE1844FC-65A5-492A-9584-94FA17B8FEE7}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)