Subversion Repository Public Repository

Nextrek

Diff Revisions 137 vs 169 for /WindowsPhone/OpenLavoro/OpenLavoro/OpenLavoro.csproj

Diff revisions: vs.
  @@ -1,5 +1,5 @@
1 1 <?xml version="1.0" encoding="utf-8"?>
2 - <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 + <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3 <PropertyGroup>
4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  @@ -11,20 +11,43 @@
11 11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 12 <RootNamespace>OpenLavoro</RootNamespace>
13 13 <AssemblyName>OpenLavoro</AssemblyName>
14 - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 - <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
16 - <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
17 - <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
14 + <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
15 + <SilverlightVersion>
16 + </SilverlightVersion>
17 + <TargetFrameworkProfile>
18 + </TargetFrameworkProfile>
19 + <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
18 20 <SilverlightApplication>true</SilverlightApplication>
19 21 <SupportedCultures>
20 22 </SupportedCultures>
21 23 <XapOutputs>true</XapOutputs>
22 24 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
23 - <XapFilename>OpenLavoro.xap</XapFilename>
25 + <XapFilename>OpenLavoro_$(Configuration)_$(Platform).xap</XapFilename>
24 26 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
25 27 <SilverlightAppEntry>OpenLavoro.App</SilverlightAppEntry>
26 28 <ValidateXaml>true</ValidateXaml>
27 29 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
30 + <FileUpgradeFlags>
31 + </FileUpgradeFlags>
32 + <UpgradeBackupLocation>
33 + </UpgradeBackupLocation>
34 + <OldToolsVersion>4.0</OldToolsVersion>
35 + <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
36 + <PublishUrl>publish\</PublishUrl>
37 + <Install>true</Install>
38 + <InstallFrom>Disk</InstallFrom>
39 + <UpdateEnabled>false</UpdateEnabled>
40 + <UpdateMode>Foreground</UpdateMode>
41 + <UpdateInterval>7</UpdateInterval>
42 + <UpdateIntervalUnits>Days</UpdateIntervalUnits>
43 + <UpdatePeriodically>false</UpdatePeriodically>
44 + <UpdateRequired>false</UpdateRequired>
45 + <MapFileExtensions>true</MapFileExtensions>
46 + <ApplicationRevision>0</ApplicationRevision>
47 + <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
48 + <IsWebBootstrapper>false</IsWebBootstrapper>
49 + <UseApplicationTrust>false</UseApplicationTrust>
50 + <BootstrapperEnabled>true</BootstrapperEnabled>
28 51 </PropertyGroup>
29 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 53 <DebugSymbols>true</DebugSymbols>
  @@ -47,23 +70,39 @@
47 70 <ErrorReport>prompt</ErrorReport>
48 71 <WarningLevel>4</WarningLevel>
49 72 </PropertyGroup>
73 + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
74 + <PlatformTarget />
75 + <OutputPath>Bin\x86\Debug</OutputPath>
76 + <DebugSymbols>true</DebugSymbols>
77 + <DebugType>full</DebugType>
78 + <Optimize>false</Optimize>
79 + </PropertyGroup>
80 + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
81 + <PlatformTarget />
82 + <OutputPath>Bin\x86\Release</OutputPath>
83 + <DebugType>pdbonly</DebugType>
84 + <Optimize>true</Optimize>
85 + </PropertyGroup>
86 + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
87 + <PlatformTarget />
88 + <OutputPath>Bin\ARM\Debug</OutputPath>
89 + <DebugSymbols>true</DebugSymbols>
90 + <DebugType>full</DebugType>
91 + <Optimize>false</Optimize>
92 + </PropertyGroup>
93 + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
94 + <PlatformTarget />
95 + <OutputPath>Bin\ARM\Release</OutputPath>
96 + <DebugType>pdbonly</DebugType>
97 + <Optimize>true</Optimize>
98 + </PropertyGroup>
50 99 <ItemGroup>
51 - <Reference Include="Microsoft.Phone" />
52 - <Reference Include="Microsoft.Phone.Controls" />
100 + <Reference Include="Microsoft.Phone.Controls, Version=8.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
53 101 <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
54 - <Reference Include="Microsoft.Phone.Interop" />
55 102 <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
56 103 <SpecificVersion>False</SpecificVersion>
57 104 <HintPath>..\packages\Newtonsoft.Json.4.5.1\lib\sl4-windowsphone71\Newtonsoft.Json.dll</HintPath>
58 105 </Reference>
59 - <Reference Include="System.Runtime.Serialization" />
60 - <Reference Include="System.Servicemodel.Web" />
61 - <Reference Include="System.Windows" />
62 - <Reference Include="system" />
63 - <Reference Include="System.Core" />
64 - <Reference Include="System.Net" />
65 - <Reference Include="System.Xml" />
66 - <Reference Include="mscorlib.extensions" />
67 106 </ItemGroup>
68 107 <ItemGroup>
69 108 <Compile Include="App.xaml.cs">
  @@ -81,20 +120,28 @@
81 120 <ApplicationDefinition Include="App.xaml">
82 121 <SubType>Designer</SubType>
83 122 <Generator>MSBuild:Compile</Generator>
123 + <Generator>MSBuild:Compile</Generator>
124 + <SubType>Designer</SubType>
84 125 </ApplicationDefinition>
85 126 <Page Include="MainPage.xaml">
86 127 <SubType>Designer</SubType>
87 128 <Generator>MSBuild:Compile</Generator>
129 + <Generator>MSBuild:Compile</Generator>
130 + <SubType>Designer</SubType>
88 131 </Page>
89 132 <DesignData Include="SampleData\MainViewModelSampleData.xaml">
90 133 <Generator>MSBuild:Compile</Generator>
91 134 <SubType>Designer</SubType>
135 + <Generator>MSBuild:Compile</Generator>
136 + <SubType>Designer</SubType>
92 137 </DesignData>
93 138 </ItemGroup>
94 139 <ItemGroup>
95 140 <None Include="packages.config" />
96 141 <None Include="Properties\AppManifest.xml" />
97 - <None Include="Properties\WMAppManifest.xml" />
142 + <None Include="Properties\WMAppManifest.xml">
143 + <SubType>Designer</SubType>
144 + </None>
98 145 </ItemGroup>
99 146 <ItemGroup>
100 147 <Content Include="ApplicationIcon.png">
  @@ -123,8 +170,20 @@
123 170 <ItemGroup>
124 171 <WCFMetadata Include="Service References\" />
125 172 </ItemGroup>
126 - <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
127 - <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
173 + <ItemGroup>
174 + <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
175 + <Visible>False</Visible>
176 + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
177 + <Install>false</Install>
178 + </BootstrapperPackage>
179 + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
180 + <Visible>False</Visible>
181 + <ProductName>.NET Framework 3.5 SP1</ProductName>
182 + <Install>false</Install>
183 + </BootstrapperPackage>
184 + </ItemGroup>
185 + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
186 + <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
128 187 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129 188 Other similar extension points exist, see Microsoft.Common.targets.
130 189 <Target Name="BeforeBuild">