123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- <?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>{56025B6D-91AA-43F6-95F0-8D2BC6591E6D}</ProjectGuid>
- <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>VocabManager</RootNamespace>
- <AssemblyName>VocabManager</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>VocabManager.xap</XapFilename>
- <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
- <SilverlightAppEntry>VocabManager.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.Expression.Controls, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Expression.Drawing, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Expression.Interactions, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Phone" />
- <Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Phone.Interop" />
- <Reference Include="Microsoft.Xna.Framework" />
- <Reference Include="system.data.linq" />
- <Reference Include="System.Windows" />
- <Reference Include="system" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net" />
- <Reference Include="System.Windows.Interactivity, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="System.Xml" />
- <Reference Include="mscorlib.extensions" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="Code\UIHelper.cs" />
- <Compile Include="DataLayer\DataAccess.cs" />
- <Compile Include="DataLayer\DatabaseManager.cs" />
- <Compile Include="DataLayer\DeckRepository.cs" />
- <Compile Include="DataLayer\ItemRepository.cs" />
- <Compile Include="MainPage.xaml.cs">
- <DependentUpon>MainPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Model\BackPart.cs" />
- <Compile Include="Model\Deck.cs" />
- <Compile Include="Model\FrontPart.cs" />
- <Compile Include="Model\Item.cs" />
- <Compile Include="Model\ItemPart.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ViewModel\AboutViewModel.cs" />
- <Compile Include="ViewModel\DeckViewModel.cs" />
- <Compile Include="ViewModel\HelpViewModel.cs" />
- <Compile Include="ViewModel\ItemViewModel.cs" />
- <Compile Include="Command\RelayCommand.cs" />
- <Compile Include="ViewModel\AppListViewModel.cs" />
- <Compile Include="ViewModel\ViewModelBase.cs" />
- <Compile Include="ViewModel\WelcomeViewModel.cs" />
- <Compile Include="View\Constants.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="View\AppListView.xaml.cs">
- <DependentUpon>AppListView.xaml</DependentUpon>
- </Compile>
- <Compile Include="View\AboutView.xaml.cs">
- <DependentUpon>AboutView.xaml</DependentUpon>
- </Compile>
- <Compile Include="View\WelcomeView.xaml.cs">
- <DependentUpon>WelcomeView.xaml</DependentUpon>
- </Compile>
- <Compile Include="View\HelpView.xaml.cs">
- <DependentUpon>HelpView.xaml</DependentUpon>
- </Compile>
- <Compile Include="View\DeckViewEdit.xaml.cs">
- <DependentUpon>DeckViewEdit.xaml</DependentUpon>
- </Compile>
- <Compile Include="View\DeckView.xaml.cs">
- <DependentUpon>DeckView.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="View\DeckViewInfoMode.xaml.cs">
- <DependentUpon>DeckViewInfoMode.xaml</DependentUpon>
- </Compile>
- <Compile Include="View\ItemView.xaml.cs">
- <DependentUpon>ItemView.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="View\ItemViewModeEdit.xaml.cs">
- <DependentUpon>ItemViewModeEdit.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="View\ItemViewModeView.xaml.cs">
- <DependentUpon>ItemViewModeView.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="View\UserControlBase.cs" />
- <Compile Include="Voice\SoundManager.cs" />
- <Compile Include="Voice\WaveHeaderWriter.cs" />
- <Compile Include="Voice\XNAFrameworkDispatcherService.cs" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </ApplicationDefinition>
- <Page Include="MainPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Resource Include="Resources\Theme\Default.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Resource>
- <Page Include="View\AppListView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\AboutView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\WelcomeView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\HelpView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\DeckViewEdit.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\DeckView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\DeckViewInfoMode.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\ItemView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\ItemViewModeEdit.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="View\ItemViewModeView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <None Include="Properties\AppManifest.xml" />
- <None Include="Properties\WMAppManifest.xml" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="ApplicationIcon.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Resource Include="Resources\Images\Backgrounds\flickr-words.jpg" />
- <Resource Include="Background.png" />
- <Content Include="Resources\Images\Dark\appbar.add.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.back.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.basecircle.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.cancel.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.check.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.close.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.delete.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.download.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.edit.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.favs.addto.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.favs.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.feature.camera.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.feature.email.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.feature.search.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.feature.settings.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.feature.video.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.folder.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.minus.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.new.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.next.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.overflowdots.png" />
- <Content Include="Resources\Images\Dark\appbar.questionmark.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.refresh.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.save.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.share.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.stop.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.sync.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.transport.ff.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.transport.pause.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.transport.play.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.transport.rew.rest.png" />
- <Content Include="Resources\Images\Dark\appbar.upload.rest.png" />
- <Content Include="SplashScreenImage.jpg" />
- </ItemGroup>
- <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>
|