-
Notifications
You must be signed in to change notification settings - Fork 1
/
YukaLister.sln
38 lines (38 loc) · 2.01 KB
/
YukaLister.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YukaLister", "YukaLister\YukaLister.csproj", "{8C5CA641-CAA5-4CB4-B3CF-09FDE16B610D}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "YukaLister_Package", "Package\YukaLister_Package.wapproj", "{4F12BB69-8A27-4585-AC6D-6B43965380C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YukaLister_CsWin32", "CsWin32\YukaLister_CsWin32.csproj", "{9681180C-178F-41F5-AB6D-54785AC9D22C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C5CA641-CAA5-4CB4-B3CF-09FDE16B610D}.Debug|x64.ActiveCfg = Debug|x64
{8C5CA641-CAA5-4CB4-B3CF-09FDE16B610D}.Debug|x64.Build.0 = Debug|x64
{8C5CA641-CAA5-4CB4-B3CF-09FDE16B610D}.Release|x64.ActiveCfg = Release|x64
{8C5CA641-CAA5-4CB4-B3CF-09FDE16B610D}.Release|x64.Build.0 = Release|x64
{4F12BB69-8A27-4585-AC6D-6B43965380C5}.Debug|x64.ActiveCfg = Debug|x64
{4F12BB69-8A27-4585-AC6D-6B43965380C5}.Debug|x64.Build.0 = Debug|x64
{4F12BB69-8A27-4585-AC6D-6B43965380C5}.Debug|x64.Deploy.0 = Debug|x64
{4F12BB69-8A27-4585-AC6D-6B43965380C5}.Release|x64.ActiveCfg = Release|x64
{4F12BB69-8A27-4585-AC6D-6B43965380C5}.Release|x64.Build.0 = Release|x64
{4F12BB69-8A27-4585-AC6D-6B43965380C5}.Release|x64.Deploy.0 = Release|x64
{9681180C-178F-41F5-AB6D-54785AC9D22C}.Debug|x64.ActiveCfg = Debug|x64
{9681180C-178F-41F5-AB6D-54785AC9D22C}.Debug|x64.Build.0 = Debug|x64
{9681180C-178F-41F5-AB6D-54785AC9D22C}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4177A686-DB23-45A8-A80A-5F9AD6174D30}
EndGlobalSection
EndGlobal