forked from linn/Kinsky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KinskyAndroid.sln
36 lines (36 loc) · 2.04 KB
/
KinskyAndroid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kinsky", "Kinsky\Android\Kinsky.csproj", "{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "linnOssLib", "linnOssLib\Android\linnOssLib.csproj", "{F817AEC7-405A-41D3-8F82-D5B78F365F47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Any CPU = AppStore|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.AppStore|Any CPU.ActiveCfg = AppStore|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.AppStore|Any CPU.Build.0 = AppStore|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.AppStore|Any CPU.Deploy.0 = AppStore|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.Release|Any CPU.Build.0 = Release|Any CPU
{F0CD48C9-D732-4CC4-A132-57CD8BADC8EE}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F817AEC7-405A-41D3-8F82-D5B78F365F47}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{F817AEC7-405A-41D3-8F82-D5B78F365F47}.AppStore|Any CPU.Build.0 = Release|Any CPU
{F817AEC7-405A-41D3-8F82-D5B78F365F47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F817AEC7-405A-41D3-8F82-D5B78F365F47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F817AEC7-405A-41D3-8F82-D5B78F365F47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F817AEC7-405A-41D3-8F82-D5B78F365F47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal