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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{FAD37592-C025-419D-A42C-D34002A241A7}</ProjectGuid>
    <OutputType>AppContainerExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>App1</RootNamespace>
    <AssemblyName>App1</AssemblyName>
    <DefaultLanguage>it-IT</DefaultLanguage>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <PackageCertificateKeyFile>App1_StoreKey.pfx</PackageCertificateKeyFile>
    <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
    <PackageCertificateThumbprint>87B90F7445012BFA270E8C4027E7BE9AAF4856BF</PackageCertificateThumbprint>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\ARM\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>ARM</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
    <OutputPath>bin\ARM\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>ARM</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <OutputPath>bin\x64\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
    </Compile>
    <Compile Include="DataModel\Bottone.cs" />
    <Compile Include="DataModel\Schermata.cs" />
    <Compile Include="MainPage.xaml.cs">
      <DependentUpon>MainPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <AppxManifest Include="Package.appxmanifest">
      <SubType>Designer</SubType>
    </AppxManifest>
    <Content Include="appbar.close.rest.png" />
    <Content Include="Assets\icona150x150.png" />
    <Content Include="Assets\icona30x30.png" />
    <Content Include="Assets\icona50x50.png" />
    <Content Include="Assets\Logo.scale-100.png" />
    <Content Include="Assets\SmallLogo.scale-100.png" />
    <Content Include="Assets\SplashScreen.scale-100.png" />
    <Content Include="Assets\WideLogo.scale-100.png" />
    <Content Include="Credits.png" />
    <None Include="App1_StoreKey.pfx" />
    <None Include="Package.StoreAssociation.xml" />
    <Content Include="sfondoFine.png" />
    <None Include="App1_TemporaryKey.pfx" />
    <None Include="packages.config" />
    <Content Include="cornice 5.png" />
    <Content Include="cornice.png" />
    <Content Include="coverORIZZ.jpg" />
    <Content Include="pagesMOD.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <Content Include="alberoLONTashley.jpg" />
    <Content Include="Assets\Logo.png" />
    <Content Include="Assets\SmallLogo.png" />
    <Content Include="Assets\StoreLogo.png" />
    <Content Include="images\albero.jpg" />
    <Content Include="images\alberoLONT.jpg" />
    <Content Include="images\alberoLONTashley.jpg" />
    <Content Include="images\alberoLONTspia.jpg" />
    <Content Include="images\appunti.jpg" />
    <Content Include="images\ashleyAparte.jpg" />
    <Content Include="images\AshleyBASSO.jpg" />
    <Content Include="images\ashleyBIGLIETTO.jpg" />
    <Content Include="images\assale.jpg" />
    <Content Include="images\baci.jpg" />
    <Content Include="images\baci2.jpg" />
    <Content Include="images\biglietto.jpg" />
    <Content Include="images\bigliettoLANDA.jpg" />
    <Content Include="images\bkimag.jpg" />
    <Content Include="images\braccioArrossato.jpg" />
    <Content Include="images\buio.jpg" />
    <Content Include="images\buioSPETTR.jpg" />
    <Content Include="images\cantiere.jpg" />
    <Content Include="images\casa.jpg" />
    <Content Include="images\CASAashleyBORGH.jpg" />
    <Content Include="images\casaBUIO.jpg" />
    <Content Include="images\casaBuioCELL.jpg" />
    <Content Include="images\casaGuardaFinestra.jpg" />
    <Content Include="images\casaGuardaFinestra.png" />
    <Content Include="images\casaPPpadCellScarico.jpg" />
    <Content Include="images\casaPPpadre.jpg" />
    <Content Include="images\casaPPpadre.png" />
    <Content Include="images\casaTelefl.jpg" />
    <Content Include="images\cella.jpg" />
    <Content Include="images\CellStrada.jpg" />
    <Content Include="images\cieloMEDdim.jpg" />
    <Content Include="images\circondato.jpg" />
    <Content Include="images\coverORIZZ.jpg" />
    <Content Include="images\creatMorente.jpg" />
    <Content Include="images\Credits.png" />
    <Content Include="images\CreditsMenu.png" />
    <Content Include="images\end.jpg" />
    <Content Include="images\finestra.jpg" />
    <Content Include="images\foto.jpg" />
    <Content Include="images\fotoRetro.jpg" />
    <Content Include="images\lampadaro.jpg" />
    <Content Include="images\landa.jpg" />
    <Content Include="images\landaLAMPA.jpg" />
    <Content Include="images\landaPADlontano.jpg" />
    <Content Include="images\landaPADREvicino.jpg" />
    <Content Include="images\landaTIPO.jpg" />
    <Content Include="images\lettere.jpg" />
    <Content Include="images\libro.jpg" />
    <Content Include="images\lotta.jpg" />
    <Content Include="images\menuback.jpg" />
    <Content Include="images\mezzaDIMENS.jpg" />
    <Content Include="images\mezzaDIMENSagguanta.jpg" />
    <Content Include="images\mezzaDIMENScreatura.jpg" />
    <Content Include="images\nascondiglio.jpg" />
    <Content Include="images\nascSGUARNITO.jpg" />
    <Content Include="images\nugolo.jpg" />
    <Content Include="images\occhiello.jpg" />
    <Content Include="images\Omofinestra.jpg" />
    <Content Include="images\p2_webOS_ls.jpg" />
    <Content Include="images\p2_webOS_pt.jpg" />
    <Content Include="images\p3_webOS_ls.jpg" />
    <Content Include="images\p3_webOS_pt.jpg" />
    <Content Include="images\p4_webOS_ls.jpg" />
    <Content Include="images\p4_webOS_pt.jpg" />
    <Content Include="images\p5_webOS_ls.jpg" />
    <Content Include="images\p5_webOS_pt.jpg" />
    <Content Include="images\padreOSpedale.jpg" />
    <Content Include="images\polizia.jpg" />
    <Content Include="images\porta.jpg" />
    <Content Include="images\portaAPERTAashley.jpg" />
    <Content Include="images\portaTIPO.jpg" />
    <Content Include="images\portone.jpg" />
    <Content Include="images\portoneTipoStra.jpg" />
    <Content Include="images\ppSignora.jpg" />
    <Content Include="images\sbarraStrada.jpg" />
    <Content Include="images\scrivania.jpg" />
    <Content Include="images\scrivaniaFOTO.jpg" />
    <Content Include="images\soffitto.jpg" />
    <Content Include="images\sogno1.jpg" />
    <Content Include="images\stanza.jpg" />
    <Content Include="images\StanzaArmadio.jpg" />
    <Content Include="images\stanzaDIARIO.jpg" />
    <Content Include="images\stanzaDIARioApert.jpg" />
    <Content Include="images\STRADA2.jpg" />
    <Content Include="images\strada2CELL.jpg" />
    <Content Include="images\strada2TipoLontano.jpg" />
    <Content Include="images\strada2tipoStraPP.JPG" />
    <Content Include="images\StradAashleyBORGH.jpg" />
    <Content Include="images\stradaDonna.jpg" />
    <Content Include="images\stradaMurCan.jpg" />
    <Content Include="json\agents.js" />
    <Content Include="json\events.js" />
    <Content Include="json\mainData.js" />
    <Content Include="json\objects.js" />
    <Content Include="json\pages.js" />
    <Content Include="json\quests.js" />
    <Content Include="json\save.js" />
    <Content Include="lib\Newtonsoft.Json.dll" />
    <Content Include="lib\Newtonsoft.Json.pdb" />
    <Content Include="lib\Newtonsoft.Json.xml" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Page Include="Common\StandardStyles.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="MainPage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\winrt45\Newtonsoft.Json.dll</HintPath>
    </Reference>
  </ItemGroup>
  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
    <VisualStudioVersion>11.0</VisualStudioVersion>
  </PropertyGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.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>
  -->
</Project>

Commits for Nextrek/Windows8/Minstrek/DimensioneParallela/App1/App1.csproj

Diff revisions: vs.
Revision Author Commited Message
25 Diff Diff LTardio picture LTardio Mon 01 Jul, 2013 14:15:15 +0000
19 Diff Diff LTardio picture LTardio Tue 25 Jun, 2013 16:09:41 +0000
15 FMMortaroli picture FMMortaroli Mon 24 Jun, 2013 21:39:28 +0000