-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSQLite.MetroStyle.sln
More file actions
52 lines (52 loc) · 2.8 KB
/
Copy pathSQLite.MetroStyle.sln
File metadata and controls
52 lines (52 loc) · 2.8 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DDA2881D-18AF-4034-B173-8E7A74EAFA0B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite.MetroStyle.ValidationApp", "SQLite.MetroStyle.ValidationApp\SQLite.MetroStyle.ValidationApp.csproj", "{15A37476-6C7C-4D57-90D8-7670DB444CBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|ARM.ActiveCfg = Debug|ARM
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|ARM.Build.0 = Debug|ARM
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|ARM.Deploy.0 = Debug|ARM
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|x64.ActiveCfg = Debug|x64
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|x64.Build.0 = Debug|x64
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|x64.Deploy.0 = Debug|x64
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|x86.ActiveCfg = Debug|x86
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|x86.Build.0 = Debug|x86
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Debug|x86.Deploy.0 = Debug|x86
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|ARM.ActiveCfg = Release|ARM
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|ARM.Build.0 = Release|ARM
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|ARM.Deploy.0 = Release|ARM
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|Any CPU.Build.0 = Release|Any CPU
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|x64.ActiveCfg = Release|x64
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|x64.Build.0 = Release|x64
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|x64.Deploy.0 = Release|x64
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|x86.ActiveCfg = Release|x86
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|x86.Build.0 = Release|x86
{15A37476-6C7C-4D57-90D8-7670DB444CBC}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal