Subversion Repository Public Repository

Nextrek

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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>10.0.20506</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A2CD2A95-6AC1-4139-A931-ACCB381AFDA8}</ProjectGuid>
    <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>NotizieTL</RootNamespace>
    <AssemblyName>NotizieTL</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
    <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
    <SilverlightApplication>true</SilverlightApplication>
    <SupportedCultures>
    </SupportedCultures>
    <XapOutputs>true</XapOutputs>
    <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
    <XapFilename>NotizieTL.xap</XapFilename>
    <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
    <SilverlightAppEntry>NotizieTL.App</SilverlightAppEntry>
    <ValidateXaml>true</ValidateXaml>
    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>Bin\Debug</OutputPath>
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>Bin\Release</OutputPath>
    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Microsoft.Phone" />
    <Reference Include="Microsoft.Phone.Controls" />
    <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
    <Reference Include="Microsoft.Phone.Interop" />
    <Reference Include="System.ServiceModel.Syndication">
      <HintPath>C:\Users\PeterParker\Desktop\System.ServiceModel.Syndication.dll</HintPath>
    </Reference>
    <Reference Include="System.Windows" />
    <Reference Include="system" />
    <Reference Include="System.Core" />
    <Reference Include="System.Net" />
    <Reference Include="System.Xml" />
    <Reference Include="mscorlib.extensions" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AnimatedSplashScreen.xaml.cs">
      <DependentUpon>AnimatedSplashScreen.xaml</DependentUpon>
    </Compile>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
    </Compile>
    <Compile Include="Articolo.cs" />
    <Compile Include="ArticoloPreferito.cs" />
    <Compile Include="Feedback.xaml.cs">
      <DependentUpon>Feedback.xaml</DependentUpon>
    </Compile>
    <Compile Include="Information.xaml.cs">
      <DependentUpon>Information.xaml</DependentUpon>
    </Compile>
    <Compile Include="MainPage.xaml.cs">
      <DependentUpon>MainPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="RssTextTrimmer.cs" />
    <Compile Include="ViewModels\ItemViewModel.cs" />
    <Compile Include="ViewModels\MainViewModel.cs" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </ApplicationDefinition>
    <Page Include="AnimatedSplashScreen.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Feedback.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Information.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="MainPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <DesignData Include="SampleData\MainViewModelSampleData.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </DesignData>
  </ItemGroup>
  <ItemGroup>
    <None Include="Properties\AppManifest.xml" />
    <None Include="Properties\WMAppManifest.xml">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Content Include="iconaNotizieTL173x173.png" />
    <Content Include="iconaNotizieTL62x62.png" />
    <Content Include="images\appbar.add.rest.png" />
    <Content Include="images\appbar.back.rest.png" />
    <Content Include="images\appbar.close.rest.png" />
    <Content Include="images\appbar.delete.rest.black.png" />
    <Content Include="images\appbar.favs.addto.rest.png" />
    <Content Include="images\appbar.info.rest.png" />
    <Content Include="ApplicationIcon.png">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="Background.png">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="images\appbar.delete.rest.png" />
    <Content Include="images\appbar.info.rest2.png" />
    <Content Include="images\appbar.next.rest.png" />
    <Content Include="images\appbar.refresh.rest.png" />
    <Content Include="images\appbar.save.rest.black.png" />
    <Content Include="images\feedback50.png" />
    <Content Include="iconaNotizieTL173x173white.png" />
    <Content Include="iconaNotizieTL62x62white.png" />
    <Resource Include="images\logoNextrek.png" />
    <Content Include="images\reloadBlack.png" />
    <Content Include="images\reloadGray.png" />
    <Content Include="images\sfondoOpaco.png" />
    <Content Include="images\tuttolavoro.jpg" />
    <Resource Include="images\ic_logo_loader.png" />
    <Content Include="images\mail_send.png" />
    <Content Include="images\refresh_button.png" />
    <Content Include="images\refresh_button_transparent.png" />
    <Content Include="images\reload-icon_transparent.png" />
    <Content Include="images\reload_04P.png" />
    <Content Include="images\reload_05P.png" />
    <Content Include="images\separator.png" />
    <Content Include="images\sfondo.jpg" />
    <Content Include="images\star.png" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <ProjectExtensions />
</Project>

Commits for Nextrek/WindowsPhone/NotizieTL/NotizieTL/NotizieTL.csproj

Diff revisions: vs.
Revision Author Commited Message
42 Diff Diff LTardio picture LTardio Tue 30 Jul, 2013 18:51:03 +0000
41 Diff Diff LTardio picture LTardio Tue 30 Jul, 2013 06:53:05 +0000
39 Diff Diff LTardio picture LTardio Wed 24 Jul, 2013 18:54:33 +0000
38 Diff Diff LTardio picture LTardio Mon 22 Jul, 2013 18:29:47 +0000
37 Diff Diff LTardio picture LTardio Thu 18 Jul, 2013 20:17:52 +0000
36 Diff Diff LTardio picture LTardio Mon 15 Jul, 2013 18:56:24 +0000
35 Diff Diff LTardio picture LTardio Fri 12 Jul, 2013 19:34:36 +0000
34 Diff Diff LTardio picture LTardio Fri 12 Jul, 2013 15:13:48 +0000
33 LTardio picture LTardio Thu 11 Jul, 2013 16:57:32 +0000