This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
forked from ryancheung/MonoGame.IMEHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonoGame.IMEHelper.sln
56 lines (56 loc) · 3.25 KB
/
MonoGame.IMEHelper.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29721.120
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fonts", "Fonts", "{0D602ED4-52C0-47BC-B95E-DEEF3B04A529}"
ProjectSection(SolutionItems) = preProject
Fonts\simsun.ttf = Fonts\simsun.ttf
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.IMEHelper", "MonoGame.IMEHelper\MonoGame.IMEHelper.csproj", "{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.IMEHelper.Test", "MonoGame.IMEHelper.Test\MonoGame.IMEHelper.Test.csproj", "{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|DesktopGL = Debug|DesktopGL
Debug|FNA = Debug|FNA
Debug|WindowsDX = Debug|WindowsDX
Release|DesktopGL = Release|DesktopGL
Release|FNA = Release|FNA
Release|WindowsDX = Release|WindowsDX
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Debug|DesktopGL.ActiveCfg = Debug|DesktopGL
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Debug|DesktopGL.Build.0 = Debug|DesktopGL
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Debug|FNA.ActiveCfg = Debug|FNA
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Debug|FNA.Build.0 = Debug|FNA
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Debug|WindowsDX.ActiveCfg = Debug|WindowsDX
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Debug|WindowsDX.Build.0 = Debug|WindowsDX
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Release|DesktopGL.ActiveCfg = Release|DesktopGL
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Release|DesktopGL.Build.0 = Release|DesktopGL
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Release|FNA.ActiveCfg = Release|FNA
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Release|FNA.Build.0 = Release|FNA
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Release|WindowsDX.ActiveCfg = Release|WindowsDX
{D7D75CFF-76E4-4D90-99D2-ECEBF57C49BF}.Release|WindowsDX.Build.0 = Release|WindowsDX
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Debug|DesktopGL.ActiveCfg = Debug|DesktopGL
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Debug|DesktopGL.Build.0 = Debug|DesktopGL
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Debug|FNA.ActiveCfg = Debug|FNA
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Debug|FNA.Build.0 = Debug|FNA
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Debug|WindowsDX.ActiveCfg = Debug|WindowsDX
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Debug|WindowsDX.Build.0 = Debug|WindowsDX
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Release|DesktopGL.ActiveCfg = Release|DesktopGL
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Release|DesktopGL.Build.0 = Release|DesktopGL
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Release|FNA.ActiveCfg = Release|FNA
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Release|FNA.Build.0 = Release|FNA
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Release|WindowsDX.ActiveCfg = Release|WindowsDX
{AB6D7597-C3FD-433E-9671-7D9FA6BC8E29}.Release|WindowsDX.Build.0 = Release|WindowsDX
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97FE0206-94F4-4719-B0EE-9469D0579FF5}
EndGlobalSection
EndGlobal