VocabManager.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{56025B6D-91AA-43F6-95F0-8D2BC6591E6D}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>VocabManager</RootNamespace>
  13. <AssemblyName>VocabManager</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>VocabManager.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>VocabManager.App</SilverlightAppEntry>
  26. <ValidateXaml>true</ValidateXaml>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>Bin\Debug</OutputPath>
  34. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  35. <NoStdLib>true</NoStdLib>
  36. <NoConfig>true</NoConfig>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>Bin\Release</OutputPath>
  44. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  45. <NoStdLib>true</NoStdLib>
  46. <NoConfig>true</NoConfig>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.Expression.Controls, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  52. <Reference Include="Microsoft.Expression.Drawing, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  53. <Reference Include="Microsoft.Expression.Interactions, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  54. <Reference Include="Microsoft.Phone" />
  55. <Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
  56. <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
  57. <Reference Include="Microsoft.Phone.Interop" />
  58. <Reference Include="Microsoft.Xna.Framework" />
  59. <Reference Include="system.data.linq" />
  60. <Reference Include="System.Windows" />
  61. <Reference Include="system" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Net" />
  64. <Reference Include="System.Windows.Interactivity, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="mscorlib.extensions" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="App.xaml.cs">
  70. <DependentUpon>App.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="Code\UIHelper.cs" />
  73. <Compile Include="DataLayer\DataAccess.cs" />
  74. <Compile Include="DataLayer\DatabaseManager.cs" />
  75. <Compile Include="DataLayer\DeckRepository.cs" />
  76. <Compile Include="DataLayer\ItemRepository.cs" />
  77. <Compile Include="MainPage.xaml.cs">
  78. <DependentUpon>MainPage.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="Model\BackPart.cs" />
  81. <Compile Include="Model\Deck.cs" />
  82. <Compile Include="Model\FrontPart.cs" />
  83. <Compile Include="Model\Item.cs" />
  84. <Compile Include="Model\ItemPart.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="ViewModel\AboutViewModel.cs" />
  87. <Compile Include="ViewModel\DeckViewModel.cs" />
  88. <Compile Include="ViewModel\HelpViewModel.cs" />
  89. <Compile Include="ViewModel\ItemViewModel.cs" />
  90. <Compile Include="Command\RelayCommand.cs" />
  91. <Compile Include="ViewModel\AppListViewModel.cs" />
  92. <Compile Include="ViewModel\ViewModelBase.cs" />
  93. <Compile Include="ViewModel\WelcomeViewModel.cs" />
  94. <Compile Include="View\Constants.cs">
  95. <SubType>Code</SubType>
  96. </Compile>
  97. <Compile Include="View\AppListView.xaml.cs">
  98. <DependentUpon>AppListView.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="View\AboutView.xaml.cs">
  101. <DependentUpon>AboutView.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="View\WelcomeView.xaml.cs">
  104. <DependentUpon>WelcomeView.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="View\HelpView.xaml.cs">
  107. <DependentUpon>HelpView.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="View\DeckViewEdit.xaml.cs">
  110. <DependentUpon>DeckViewEdit.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="View\DeckView.xaml.cs">
  113. <DependentUpon>DeckView.xaml</DependentUpon>
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="View\DeckViewInfoMode.xaml.cs">
  117. <DependentUpon>DeckViewInfoMode.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="View\ItemView.xaml.cs">
  120. <DependentUpon>ItemView.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="View\ItemViewModeEdit.xaml.cs">
  124. <DependentUpon>ItemViewModeEdit.xaml</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="View\ItemViewModeView.xaml.cs">
  128. <DependentUpon>ItemViewModeView.xaml</DependentUpon>
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="View\UserControlBase.cs" />
  132. <Compile Include="Voice\SoundManager.cs" />
  133. <Compile Include="Voice\WaveHeaderWriter.cs" />
  134. <Compile Include="Voice\XNAFrameworkDispatcherService.cs" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <ApplicationDefinition Include="App.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </ApplicationDefinition>
  141. <Page Include="MainPage.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Resource Include="Resources\Theme\Default.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Resource>
  149. <Page Include="View\AppListView.xaml">
  150. <Generator>MSBuild:Compile</Generator>
  151. <SubType>Designer</SubType>
  152. </Page>
  153. <Page Include="View\AboutView.xaml">
  154. <Generator>MSBuild:Compile</Generator>
  155. <SubType>Designer</SubType>
  156. </Page>
  157. <Page Include="View\WelcomeView.xaml">
  158. <Generator>MSBuild:Compile</Generator>
  159. <SubType>Designer</SubType>
  160. </Page>
  161. <Page Include="View\HelpView.xaml">
  162. <Generator>MSBuild:Compile</Generator>
  163. <SubType>Designer</SubType>
  164. </Page>
  165. <Page Include="View\DeckViewEdit.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </Page>
  169. <Page Include="View\DeckView.xaml">
  170. <SubType>Designer</SubType>
  171. <Generator>MSBuild:Compile</Generator>
  172. </Page>
  173. <Page Include="View\DeckViewInfoMode.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="View\ItemView.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="View\ItemViewModeEdit.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="View\ItemViewModeView.xaml">
  186. <SubType>Designer</SubType>
  187. <Generator>MSBuild:Compile</Generator>
  188. </Page>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="Properties\AppManifest.xml" />
  192. <None Include="Properties\WMAppManifest.xml" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Content Include="ApplicationIcon.png">
  196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  197. </Content>
  198. <Resource Include="Resources\Images\Backgrounds\flickr-words.jpg" />
  199. <Resource Include="Background.png" />
  200. <Content Include="Resources\Images\Dark\appbar.add.rest.png" />
  201. <Content Include="Resources\Images\Dark\appbar.back.rest.png" />
  202. <Content Include="Resources\Images\Dark\appbar.basecircle.rest.png" />
  203. <Content Include="Resources\Images\Dark\appbar.cancel.rest.png" />
  204. <Content Include="Resources\Images\Dark\appbar.check.rest.png" />
  205. <Content Include="Resources\Images\Dark\appbar.close.rest.png" />
  206. <Content Include="Resources\Images\Dark\appbar.delete.rest.png" />
  207. <Content Include="Resources\Images\Dark\appbar.download.rest.png" />
  208. <Content Include="Resources\Images\Dark\appbar.edit.rest.png" />
  209. <Content Include="Resources\Images\Dark\appbar.favs.addto.rest.png" />
  210. <Content Include="Resources\Images\Dark\appbar.favs.rest.png" />
  211. <Content Include="Resources\Images\Dark\appbar.feature.camera.rest.png" />
  212. <Content Include="Resources\Images\Dark\appbar.feature.email.rest.png" />
  213. <Content Include="Resources\Images\Dark\appbar.feature.search.rest.png" />
  214. <Content Include="Resources\Images\Dark\appbar.feature.settings.rest.png" />
  215. <Content Include="Resources\Images\Dark\appbar.feature.video.rest.png" />
  216. <Content Include="Resources\Images\Dark\appbar.folder.rest.png" />
  217. <Content Include="Resources\Images\Dark\appbar.minus.rest.png" />
  218. <Content Include="Resources\Images\Dark\appbar.new.rest.png" />
  219. <Content Include="Resources\Images\Dark\appbar.next.rest.png" />
  220. <Content Include="Resources\Images\Dark\appbar.overflowdots.png" />
  221. <Content Include="Resources\Images\Dark\appbar.questionmark.rest.png" />
  222. <Content Include="Resources\Images\Dark\appbar.refresh.rest.png" />
  223. <Content Include="Resources\Images\Dark\appbar.save.rest.png" />
  224. <Content Include="Resources\Images\Dark\appbar.share.rest.png" />
  225. <Content Include="Resources\Images\Dark\appbar.stop.rest.png" />
  226. <Content Include="Resources\Images\Dark\appbar.sync.rest.png" />
  227. <Content Include="Resources\Images\Dark\appbar.transport.ff.rest.png" />
  228. <Content Include="Resources\Images\Dark\appbar.transport.pause.rest.png" />
  229. <Content Include="Resources\Images\Dark\appbar.transport.play.rest.png" />
  230. <Content Include="Resources\Images\Dark\appbar.transport.rew.rest.png" />
  231. <Content Include="Resources\Images\Dark\appbar.upload.rest.png" />
  232. <Content Include="SplashScreenImage.jpg" />
  233. </ItemGroup>
  234. <ItemGroup />
  235. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  236. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  237. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  238. Other similar extension points exist, see Microsoft.Common.targets.
  239. <Target Name="BeforeBuild">
  240. </Target>
  241. <Target Name="AfterBuild">
  242. </Target>
  243. -->
  244. <ProjectExtensions />
  245. </Project>