forked from Alfanous-team/alfanous
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d218809
commit f485ff4
Showing
67 changed files
with
4,973 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2013 | ||
VisualStudioVersion = 12.0.30501.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlFanous", "AlFanous\AlFanous.csproj", "{75CCCE90-11AA-405D-A128-FEA952708D15}" | ||
EndProject | ||
Global | ||
GlobalSection(TeamFoundationVersionControl) = preSolution | ||
SccNumberOfProjects = 2 | ||
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | ||
SccTeamFoundationServer = https://fenylab.visualstudio.com/defaultcollection | ||
SccLocalPath0 = . | ||
SccProjectUniqueName1 = AlFanous\\AlFanous.csproj | ||
SccProjectName1 = AlFanous | ||
SccLocalPath1 = AlFanous | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|ARM = Debug|ARM | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|ARM = Release|ARM | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|ARM.ActiveCfg = Debug|ARM | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|ARM.Build.0 = Debug|ARM | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|ARM.Deploy.0 = Debug|ARM | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|x64.ActiveCfg = Debug|x64 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|x64.Build.0 = Debug|x64 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|x64.Deploy.0 = Debug|x64 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|x86.ActiveCfg = Debug|x86 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|x86.Build.0 = Debug|x86 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Debug|x86.Deploy.0 = Debug|x86 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|ARM.ActiveCfg = Release|ARM | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|ARM.Build.0 = Release|ARM | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|ARM.Deploy.0 = Release|ARM | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|x64.ActiveCfg = Release|x64 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|x64.Build.0 = Release|x64 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|x86.ActiveCfg = Release|x86 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|x86.Build.0 = Release|x86 | ||
{75CCCE90-11AA-405D-A128-FEA952708D15}.Release|x86.Deploy.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
269 changes: 269 additions & 0 deletions
269
interfaces/smart_phones/WindowsStore/AlFanous/AlFanous.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,269 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="12.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>{75CCCE90-11AA-405D-A128-FEA952708D15}</ProjectGuid> | ||
<OutputType>AppContainerExe</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>AlFanous</RootNamespace> | ||
<AssemblyName>AlFanous</AssemblyName> | ||
<DefaultLanguage>ar</DefaultLanguage> | ||
<TargetPlatformVersion>8.1</TargetPlatformVersion> | ||
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<PackageCertificateKeyFile>AlFanous_StoreKey.pfx</PackageCertificateKeyFile> | ||
<ExpressionBlendVersion>12.0.50429.0</ExpressionBlendVersion> | ||
<NuGetPackageImportStamp>6fe1caec</NuGetPackageImportStamp> | ||
<SccProjectName>SAK</SccProjectName> | ||
<SccLocalPath>SAK</SccLocalPath> | ||
<SccAuxPath>SAK</SccAuxPath> | ||
<SccProvider>SAK</SccProvider> | ||
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> | ||
<AppxBundlePlatforms>x86|arm</AppxBundlePlatforms> | ||
<PackageCertificateThumbprint>F815B2D6EE877881EF0FBBAD9C461C1B52858814</PackageCertificateThumbprint> | ||
<AppxBundle>Never</AppxBundle> | ||
</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="AyaDetail.xaml.cs"> | ||
<DependentUpon>AyaDetail.xaml</DependentUpon> | ||
</Compile> | ||
<Compile Include="Common\BooleanNegationConverter.cs" /> | ||
<Compile Include="Common\BooleanToVisibilityConverter.cs" /> | ||
<Compile Include="Common\DialogService.cs" /> | ||
<Compile Include="Common\DisplayOrientationsHelper.cs" /> | ||
<Compile Include="Common\IDialogService.cs" /> | ||
<Compile Include="Common\INavigationService.cs" /> | ||
<Compile Include="Common\NavigationHelper.cs" /> | ||
<Compile Include="Common\NavigationService.cs" /> | ||
<Compile Include="Common\ObservableDictionary.cs" /> | ||
<Compile Include="Common\OrientationStateControlBehavior.cs" /> | ||
<Compile Include="Common\OrientationStateMessage.cs" /> | ||
<Compile Include="Common\PageBase.cs" /> | ||
<Compile Include="Common\PageOrientations.cs" /> | ||
<Compile Include="Common\SuspensionManager.cs" /> | ||
<Compile Include="Common\UserControlBase.cs" /> | ||
<Compile Include="Converter\Html2XamlConverter.cs" /> | ||
<Compile Include="Converter\PageToIsEnabledConverter.cs" /> | ||
<Compile Include="Design\DesignDataService.cs" /> | ||
<Compile Include="Model\FanousQuery.cs" /> | ||
<Compile Include="SecondPage.xaml.cs"> | ||
<DependentUpon>SecondPage.xaml</DependentUpon> | ||
</Compile> | ||
<Compile Include="MainPage.xaml.cs"> | ||
<DependentUpon>MainPage.xaml</DependentUpon> | ||
</Compile> | ||
<Compile Include="Common\OrientationStateBehavior.cs" /> | ||
<Compile Include="Model\DataItem.cs" /> | ||
<Compile Include="Model\DataService.cs" /> | ||
<Compile Include="Model\IDataService.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="UserControll\HilightingControl.xaml.cs"> | ||
<DependentUpon>HilightingControl.xaml</DependentUpon> | ||
</Compile> | ||
<Compile Include="utility\RequestBuilder.cs" /> | ||
<Compile Include="ViewModel\CostumConverter.cs" /> | ||
<Compile Include="ViewModel\MainViewModel.cs" /> | ||
<Compile Include="ViewModel\SettingsFlyout.xaml.cs"> | ||
<DependentUpon>SettingsFlyout.xaml</DependentUpon> | ||
</Compile> | ||
<Compile Include="ViewModel\ViewModelLocator.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AppxManifest Include="Package.appxmanifest"> | ||
<SubType>Designer</SubType> | ||
</AppxManifest> | ||
<Content Include="Assets\Logo.scale-100.png" /> | ||
<Content Include="Assets\Logo.scale-140.png" /> | ||
<Content Include="Assets\Logo.scale-180.png" /> | ||
<Content Include="Assets\logopo.png" /> | ||
<None Include="Common\ReadMe.txt" /> | ||
<None Include="packages.config" /> | ||
<PRIResource Include="Strings\en-US\Resources.resw" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Assets\fonts\me_quran_volt_mark2.ttf"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="Assets\SmallLogo.scale-100.png" /> | ||
<Content Include="Assets\SmallLogo.scale-140.png" /> | ||
<Content Include="Assets\SmallLogo.scale-180.png" /> | ||
<Content Include="Assets\SplashScreen.scale-100.png" /> | ||
<Content Include="Assets\SplashScreen.scale-140.png" /> | ||
<Content Include="Assets\SplashScreen.scale-180.png" /> | ||
<Content Include="Assets\StoreLogo.scale-100.png" /> | ||
<Content Include="Assets\StoreLogo.scale-140.png" /> | ||
<Content Include="Assets\StoreLogo.scale-180.png" /> | ||
<Content Include="Assets\WideLogo.scale-100.png" /> | ||
<Content Include="Assets\WideLogo.scale-140.png" /> | ||
<Content Include="Assets\WideLogo.scale-180.png" /> | ||
<Content Include="FodyWeavers.xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ApplicationDefinition Include="App.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</ApplicationDefinition> | ||
<Page Include="AyaDetail.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
<Page Include="SecondPage.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
<Page Include="MainPage.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
<Page Include="Skins\MainSkin.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
<Page Include="UserControll\HilightingControl.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
<Page Include="ViewModel\SettingsFlyout.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="GalaSoft.MvvmLight.Extras.Win8"> | ||
<HintPath>..\packages\MvvmLightLibs.4.2.30.0\lib\netcore45\GalaSoft.MvvmLight.Extras.Win8.dll</HintPath> | ||
</Reference> | ||
<Reference Include="GalaSoft.MvvmLight.Win8"> | ||
<HintPath>..\packages\MvvmLightLibs.4.2.30.0\lib\netcore45\GalaSoft.MvvmLight.Win8.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Practices.ServiceLocation"> | ||
<HintPath>..\packages\MvvmLightLibs.4.2.30.0\lib\netcore45\Microsoft.Practices.ServiceLocation.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json"> | ||
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\netcore45\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="PropertyChanged"> | ||
<HintPath>..\packages\PropertyChanged.Fody.1.48.2.0\Lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<SDKReference Include="BehaviorsXamlSDKManaged, Version=12.0"> | ||
<Name>Behaviors SDK %28XAML%29</Name> | ||
</SDKReference> | ||
<SDKReference Include="Syncfusion 8.1 controls for WinRT XAML, Version=11.4.0.26"> | ||
<Name>Syncfusion 8.1 Controls for WinRT XAML</Name> | ||
</SDKReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<DesignData Include="SampleData\AyaElementSampleData.xaml" /> | ||
</ItemGroup> | ||
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' "> | ||
<VisualStudioVersion>12.0</VisualStudioVersion> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> | ||
<Import Project="..\packages\Fody.1.24.0\build\Fody.targets" Condition="Exists('..\packages\Fody.1.24.0\build\Fody.targets')" /> | ||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
<PropertyGroup> | ||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
</PropertyGroup> | ||
<Error Condition="!Exists('..\packages\Fody.1.24.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.24.0\build\Fody.targets'))" /> | ||
</Target> | ||
<!-- 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<Application x:Class="AlFanous.App" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:ignore="http://www.ignore.com" | ||
mc:Ignorable="d ignore" | ||
xmlns:vm="using:AlFanous.ViewModel" | ||
xmlns:converter="using:AlFanous.Converter"> | ||
|
||
<Application.Resources> | ||
<!-- Application-specific resources --> | ||
|
||
<x:String x:Key="AppName">AlFanous</x:String> | ||
<converter:PageToIsEnabledConverter x:Name="PageToIsEnabledConverter"/> | ||
<vm:ViewModelLocator x:Key="Locator" | ||
d:IsDataSource="True" /> | ||
<converter:StringToVisibility x:Name="StringToVisibility"/> | ||
<converter:BoolToIconConverter x:Name="BoolToIconConverter"/> | ||
<converter:BoolToTextConverter x:Name="BoolToTextConverter"/> | ||
</Application.Resources> | ||
</Application> |
Oops, something went wrong.