Subversion Repository Public Repository

Nextrek

Diff Revisions 35 vs 36 for /WindowsPhone/NotizieTL/NotizieTL/NotizieTL.csproj

Diff revisions: vs.
  @@ -50,10 +50,10 @@
50 50 <ItemGroup>
51 51 <Reference Include="Microsoft.Phone" />
52 52 <Reference Include="Microsoft.Phone.Controls" />
53 - <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
53 + <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
54 54 <Reference Include="Microsoft.Phone.Interop" />
55 55 <Reference Include="System.ServiceModel.Syndication">
56 - <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.ServiceModel.Syndication.dll</HintPath>
56 + <HintPath>C:\Users\PeterParker\Desktop\System.ServiceModel.Syndication.dll</HintPath>
57 57 </Reference>
58 58 <Reference Include="System.Windows" />
59 59 <Reference Include="system" />
  @@ -68,6 +68,12 @@
68 68 </Compile>
69 69 <Compile Include="Articolo.cs" />
70 70 <Compile Include="ArticoloPreferito.cs" />
71 + <Compile Include="Feedback.xaml.cs">
72 + <DependentUpon>Feedback.xaml</DependentUpon>
73 + </Compile>
74 + <Compile Include="Information.xaml.cs">
75 + <DependentUpon>Information.xaml</DependentUpon>
76 + </Compile>
71 77 <Compile Include="MainPage.xaml.cs">
72 78 <DependentUpon>MainPage.xaml</DependentUpon>
73 79 </Compile>
  @@ -81,6 +87,14 @@
81 87 <SubType>Designer</SubType>
82 88 <Generator>MSBuild:Compile</Generator>
83 89 </ApplicationDefinition>
90 + <Page Include="Feedback.xaml">
91 + <SubType>Designer</SubType>
92 + <Generator>MSBuild:Compile</Generator>
93 + </Page>
94 + <Page Include="Information.xaml">
95 + <SubType>Designer</SubType>
96 + <Generator>MSBuild:Compile</Generator>
97 + </Page>
84 98 <Page Include="MainPage.xaml">
85 99 <SubType>Designer</SubType>
86 100 <Generator>MSBuild:Compile</Generator>
  @@ -92,9 +106,16 @@
92 106 </ItemGroup>
93 107 <ItemGroup>
94 108 <None Include="Properties\AppManifest.xml" />
95 - <None Include="Properties\WMAppManifest.xml" />
109 + <None Include="Properties\WMAppManifest.xml">
110 + <SubType>Designer</SubType>
111 + </None>
96 112 </ItemGroup>
97 113 <ItemGroup>
114 + <Content Include="iconaNotizieTL173x173.png" />
115 + <Content Include="iconaNotizieTL62x62.png" />
116 + <Content Include="images\appbar.add.rest.png" />
117 + <Content Include="images\appbar.close.rest.png" />
118 + <Content Include="images\appbar.info.rest.png" />
98 119 <Content Include="ApplicationIcon.png">
99 120 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
100 121 </Content>
  @@ -102,7 +123,14 @@
102 123 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
103 124 </Content>
104 125 <Content Include="images\appbar.delete.rest.png" />
126 + <Content Include="images\appbar.info.rest2.png" />
105 127 <Content Include="images\appbar.refresh.rest.png" />
128 + <Content Include="images\feedback50.png" />
129 + <Content Include="iconaNotizieTL173x173white.png" />
130 + <Content Include="iconaNotizieTL62x62white.png" />
131 + <Content Include="images\ic_logo_loader.png" />
132 + <Content Include="images\mail_send.png" />
133 + <Content Include="images\star.png" />
106 134 <Content Include="SplashScreenImage.jpg" />
107 135 </ItemGroup>
108 136 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />