Nextrek
Diff Revisions
137
vs
169
for /WindowsPhone/OpenLavoro/OpenLavoro.sln
|
@@ -1,20 +1,38 @@ |
1 |
1 |
|
|
2 |
2 |
|
Microsoft Visual Studio Solution File, Format Version 12.00 |
3 |
|
- |
# Visual Studio Express 2012 for Windows Phone |
|
3 |
+ |
# Visual Studio 2013 |
|
4 |
+ |
VisualStudioVersion = 12.0.31101.0 |
|
5 |
+ |
MinimumVisualStudioVersion = 10.0.40219.1 |
4 |
6 |
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenLavoro", "OpenLavoro\OpenLavoro.csproj", "{153544BD-4BC6-4650-BA96-8333B6DBA48B}" |
5 |
7 |
|
EndProject |
6 |
8 |
|
Global |
7 |
9 |
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
8 |
10 |
|
Debug|Any CPU = Debug|Any CPU |
|
11 |
+ |
Debug|ARM = Debug|ARM |
|
12 |
+ |
Debug|x86 = Debug|x86 |
9 |
13 |
|
Release|Any CPU = Release|Any CPU |
|
14 |
+ |
Release|ARM = Release|ARM |
|
15 |
+ |
Release|x86 = Release|x86 |
10 |
16 |
|
EndGlobalSection |
11 |
17 |
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
12 |
18 |
|
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
13 |
19 |
|
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
14 |
20 |
|
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU |
|
21 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|ARM.ActiveCfg = Debug|ARM |
|
22 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|ARM.Build.0 = Debug|ARM |
|
23 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|ARM.Deploy.0 = Debug|ARM |
|
24 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|x86.ActiveCfg = Debug|x86 |
|
25 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|x86.Build.0 = Debug|x86 |
|
26 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Debug|x86.Deploy.0 = Debug|x86 |
15 |
27 |
|
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
16 |
28 |
|
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|Any CPU.Build.0 = Release|Any CPU |
17 |
29 |
|
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|Any CPU.Deploy.0 = Release|Any CPU |
|
30 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|ARM.ActiveCfg = Release|ARM |
|
31 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|ARM.Build.0 = Release|ARM |
|
32 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|ARM.Deploy.0 = Release|ARM |
|
33 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|x86.ActiveCfg = Release|x86 |
|
34 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|x86.Build.0 = Release|x86 |
|
35 |
+ |
{153544BD-4BC6-4650-BA96-8333B6DBA48B}.Release|x86.Deploy.0 = Release|x86 |
18 |
36 |
|
EndGlobalSection |
19 |
37 |
|
GlobalSection(SolutionProperties) = preSolution |
20 |
38 |
|
HideSolutionNode = FALSE |