361 lines
17 KiB
XML
361 lines
17 KiB
XML
<?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>{120B88CC-F3F0-4C5A-A3FD-C26E835338CC}</ProjectGuid>
|
|
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CampusAppWP8</RootNamespace>
|
|
<AssemblyName>CampusAppWP8</AssemblyName>
|
|
<TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
|
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
<SilverlightApplication>true</SilverlightApplication>
|
|
<SupportedCultures>
|
|
</SupportedCultures>
|
|
<XapOutputs>true</XapOutputs>
|
|
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
|
|
<XapFilename>CampusAppWP8_$(Configuration)_$(Platform).xap</XapFilename>
|
|
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
|
|
<SilverlightAppEntry>CampusAppWP8.App</SilverlightAppEntry>
|
|
<ValidateXaml>true</ValidateXaml>
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
<ExpressionBlendVersion>5.0.40218.0</ExpressionBlendVersion>
|
|
</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>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</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>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>Bin\x86\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|x86' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>Bin\x86\Release</OutputPath>
|
|
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>Bin\ARM\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|ARM' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>Bin\ARM\Release</OutputPath>
|
|
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Feed\Openinghours\OpeninghoursFeed.cs" />
|
|
<Compile Include="LocalizedStrings.cs" />
|
|
<Compile Include="Model\Campusmap\MapModel.cs" />
|
|
<Compile Include="Model\Campusmap\MapPinModel.cs" />
|
|
<Compile Include="Model\Departments\ChairModel.cs" />
|
|
<Compile Include="Model\Departments\DepartmentModel.cs" />
|
|
<Compile Include="Model\Departments\DepartmentViewModel.cs" />
|
|
<Compile Include="Model\Departments\FacultyModel.cs" />
|
|
<Compile Include="Model\Events\RSSChannelModel.cs" />
|
|
<Compile Include="Model\Events\RSSViewModel.cs" />
|
|
<Compile Include="Model\Lecture\LectureActivity.cs" />
|
|
<Compile Include="Model\Lecture\LectureCourse.cs" />
|
|
<Compile Include="Model\Lecture\LectureDate.cs" />
|
|
<Compile Include="Model\Lecture\LectureLecturer.cs" />
|
|
<Compile Include="Model\Lecture\LectureList.cs" />
|
|
<Compile Include="Model\Lecture\LectureModule.cs" />
|
|
<Compile Include="Model\Lecture\LecturePageModel.cs" />
|
|
<Compile Include="Model\Mensa\MenuModel.cs" />
|
|
<Compile Include="Model\Mensa\MenuWeekModel.cs" />
|
|
<Compile Include="Model\Openinghours\OpeninghoursInstitutionModel.cs" />
|
|
<Compile Include="Model\Openinghours\OpeninghoursModel.cs" />
|
|
<Compile Include="Model\Utility\UrlParamModel.cs" />
|
|
<Compile Include="Pages\Campusmap\CampusMapPage.xaml.cs">
|
|
<DependentUpon>CampusMapPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Api\Lecture\LectureApi.cs" />
|
|
<Compile Include="Feed\Departments\DepartmentFeed.cs" />
|
|
<Compile Include="Pages\Departments\DepartmentPage.xaml.cs">
|
|
<DependentUpon>DepartmentPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Feed\Events\EventFeed.cs" />
|
|
<Compile Include="Pages\Events\EventIndexPage.xaml.cs">
|
|
<DependentUpon>EventIndexPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Events\EventPage.xaml.cs">
|
|
<DependentUpon>EventPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="pages\lecture\LecturePage.xaml.cs">
|
|
<DependentUpon>LecturePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\BaseModel.cs" />
|
|
<Compile Include="Model\BaseViewModel.cs" />
|
|
<Compile Include="Feed\Mensa\MensaFeed.cs" />
|
|
<Compile Include="Pages\Lecture\ModulWebPage.xaml.cs">
|
|
<DependentUpon>ModulWebPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\Utility\ListPickerItemModel.cs" />
|
|
<Compile Include="Pages\Lecture\ResultDetailPage.xaml.cs">
|
|
<DependentUpon>ResultDetailPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Lecture\ResultPage.xaml.cs">
|
|
<DependentUpon>ResultPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Mensa\MensaPage.xaml.cs">
|
|
<DependentUpon>MensaPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Feed\News\NewsFeed.cs" />
|
|
<Compile Include="Pages\News\NewsIndexPage.xaml.cs">
|
|
<DependentUpon>NewsIndexPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\News\NewsPage.xaml.cs">
|
|
<DependentUpon>NewsPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\Events\RSSModel.cs" />
|
|
<Compile Include="Pages\Openinghours\OpeninghoursPage.xaml.cs">
|
|
<DependentUpon>OpeninghoursPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="pages\StartPage.xaml.cs">
|
|
<DependentUpon>StartPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Webmail\WebmailPage.xaml.cs">
|
|
<DependentUpon>WebmailPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resources\AppResources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>AppResources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\Constants.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Constants.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\Icons.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Icons.resx</DependentUpon>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Compile>
|
|
<Compile Include="ThemelizedIcons.cs" />
|
|
<Compile Include="Utility\Api.cs" />
|
|
<Compile Include="Utility\ApiEventHandler.cs" />
|
|
<Compile Include="Utility\Feed.cs" />
|
|
<Compile Include="Utility\FeedEventHandler.cs" />
|
|
<Compile Include="Utility\FileList.cs" />
|
|
<Compile Include="Utility\FileManager.cs" />
|
|
<Compile Include="Utility\Logger.cs" />
|
|
<Compile Include="Utility\HttpRequest.cs" />
|
|
<Compile Include="Utility\StringManager.cs" />
|
|
<Compile Include="Utility\URLList.cs" />
|
|
<Compile Include="Utility\XmlApi.cs" />
|
|
<Compile Include="Utility\XmlFeed.cs" />
|
|
<Compile Include="Utility\XmlManager.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</ApplicationDefinition>
|
|
<Page Include="Pages\Campusmap\CampusMapPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Departments\DepartmentPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Lecture\LecturePage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Lecture\ModulWebPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Lecture\ResultDetailPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Lecture\ResultPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Events\EventIndexPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Events\EventPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Pages\Mensa\MensaPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Pages\News\NewsIndexPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\News\NewsPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Openinghours\OpeninghoursPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="pages\StartPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Webmail\WebmailPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Assets\psd\holo_optionsbuttons.psd" />
|
|
<None Include="Assets\psd\iconbutton_effects2.psd" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\AppManifest.xml" />
|
|
<None Include="Properties\WMAppManifest.xml">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Assets\AlignmentGrid.png" />
|
|
<Content Include="Assets\ApplicationIcon.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Assets\Icons\DarkTheme\campus_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\phone_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\campus_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\departments_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\departments_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\homework_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\homework_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\link_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\link_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\lectures_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\lectures_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\mensa_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\mensa_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\news_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\news_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\openhours_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\openhours_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\schedule_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\phone_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\schedule_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\search_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\search_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\student_council_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\student_council_159.png" />
|
|
<Content Include="Assets\Icons\DarkTheme\webmail_159.png" />
|
|
<Content Include="Assets\Icons\LightTheme\webmail_159.png" />
|
|
<Content Include="Assets\testmap.png" />
|
|
<Content Include="Assets\Tiles\FlipCycleTileLarge.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Assets\Tiles\FlipCycleTileMedium.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Assets\Tiles\FlipCycleTileSmall.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Assets\Tiles\IconicTileMediumLarge.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Assets\Tiles\IconicTileSmall.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="README_FIRST.txt" />
|
|
<Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
|
|
<Content Include="Toolkit.Content\ApplicationBar.Check.png" />
|
|
<Content Include="Toolkit.Content\ApplicationBar.Delete.png" />
|
|
<Content Include="Toolkit.Content\ApplicationBar.Select.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\AppResources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>AppResources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Constants.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Constants.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Icons.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Icons.Designer.cs</LastGenOutput>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Phone.Controls, Version=8.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.Phone.Controls.Toolkit">
|
|
<HintPath>..\packages\WPtoolkit.4.2012.10.30\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).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> |