file360

Log | Files | Refs

File360.csproj (14541B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
      4   <PropertyGroup>
      5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      7     <ProjectGuid>{08490F1C-404B-4B58-B97E-C23BB7A1B31D}</ProjectGuid>
      8     <OutputType>AppContainerExe</OutputType>
      9     <AppDesignerFolder>Properties</AppDesignerFolder>
     10     <RootNamespace>File360</RootNamespace>
     11     <AssemblyName>File360</AssemblyName>
     12     <DefaultLanguage>en-US</DefaultLanguage>
     13     <TargetPlatformVersion>8.1</TargetPlatformVersion>
     14     <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
     15     <FileAlignment>512</FileAlignment>
     16     <ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     17     <AppxBundle>Always</AppxBundle>
     18     <ExpressionBlendVersion>12.0.60617.0</ExpressionBlendVersion>
     19     <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
     20     <AppxBundlePlatforms>neutral</AppxBundlePlatforms>
     21   </PropertyGroup>
     22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     23     <PlatformTarget>AnyCPU</PlatformTarget>
     24     <DebugSymbols>true</DebugSymbols>
     25     <DebugType>full</DebugType>
     26     <Optimize>false</Optimize>
     27     <OutputPath>bin\Debug\</OutputPath>
     28     <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
     29     <ErrorReport>prompt</ErrorReport>
     30     <WarningLevel>4</WarningLevel>
     31   </PropertyGroup>
     32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     33     <PlatformTarget>AnyCPU</PlatformTarget>
     34     <DebugType>pdbonly</DebugType>
     35     <Optimize>true</Optimize>
     36     <OutputPath>bin\Release\</OutputPath>
     37     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
     38     <ErrorReport>prompt</ErrorReport>
     39     <WarningLevel>4</WarningLevel>
     40   </PropertyGroup>
     41   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
     42     <DebugSymbols>true</DebugSymbols>
     43     <OutputPath>bin\ARM\Debug\</OutputPath>
     44     <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
     45     <NoWarn>;2008</NoWarn>
     46     <DebugType>full</DebugType>
     47     <PlatformTarget>ARM</PlatformTarget>
     48     <UseVSHostingProcess>false</UseVSHostingProcess>
     49     <ErrorReport>prompt</ErrorReport>
     50     <Prefer32Bit>true</Prefer32Bit>
     51     <WarningLevel>4</WarningLevel>
     52   </PropertyGroup>
     53   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
     54     <OutputPath>bin\ARM\Release\</OutputPath>
     55     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
     56     <Optimize>true</Optimize>
     57     <NoWarn>;2008</NoWarn>
     58     <DebugType>pdbonly</DebugType>
     59     <PlatformTarget>ARM</PlatformTarget>
     60     <UseVSHostingProcess>false</UseVSHostingProcess>
     61     <ErrorReport>prompt</ErrorReport>
     62     <Prefer32Bit>true</Prefer32Bit>
     63   </PropertyGroup>
     64   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     65     <DebugSymbols>true</DebugSymbols>
     66     <OutputPath>bin\x86\Debug\</OutputPath>
     67     <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
     68     <NoWarn>;2008</NoWarn>
     69     <DebugType>full</DebugType>
     70     <PlatformTarget>x86</PlatformTarget>
     71     <UseVSHostingProcess>false</UseVSHostingProcess>
     72     <ErrorReport>prompt</ErrorReport>
     73     <Prefer32Bit>true</Prefer32Bit>
     74   </PropertyGroup>
     75   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     76     <OutputPath>bin\x86\Release\</OutputPath>
     77     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
     78     <Optimize>true</Optimize>
     79     <NoWarn>;2008</NoWarn>
     80     <DebugType>pdbonly</DebugType>
     81     <PlatformTarget>x86</PlatformTarget>
     82     <UseVSHostingProcess>false</UseVSHostingProcess>
     83     <ErrorReport>prompt</ErrorReport>
     84     <Prefer32Bit>true</Prefer32Bit>
     85   </PropertyGroup>
     86   <ItemGroup>
     87     <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
     88     <Page Include="BlankPage.xaml">
     89       <SubType>Designer</SubType>
     90       <Generator>MSBuild:Compile</Generator>
     91     </Page>
     92     <Page Include="BottomBarItem.xaml">
     93       <SubType>Designer</SubType>
     94       <Generator>MSBuild:Compile</Generator>
     95     </Page>
     96     <Page Include="CardDetails.xaml">
     97       <SubType>Designer</SubType>
     98       <Generator>MSBuild:Compile</Generator>
     99     </Page>
    100     <Page Include="ColorPicker.xaml">
    101       <SubType>Designer</SubType>
    102       <Generator>MSBuild:Compile</Generator>
    103     </Page>
    104     <Page Include="DialogBox.xaml">
    105       <Generator>MSBuild:Compile</Generator>
    106       <SubType>Designer</SubType>
    107     </Page>
    108     <Page Include="DownloadIndicator.xaml">
    109       <SubType>Designer</SubType>
    110       <Generator>MSBuild:Compile</Generator>
    111     </Page>
    112     <Page Include="FTPPage.xaml">
    113       <SubType>Designer</SubType>
    114       <Generator>MSBuild:Compile</Generator>
    115     </Page>
    116     <Page Include="GeneralSettings.xaml">
    117       <SubType>Designer</SubType>
    118       <Generator>MSBuild:Compile</Generator>
    119     </Page>
    120     <Page Include="HelpPage.xaml">
    121       <SubType>Designer</SubType>
    122       <Generator>MSBuild:Compile</Generator>
    123     </Page>
    124     <Page Include="MainPage.xaml">
    125       <SubType>Designer</SubType>
    126       <Generator>MSBuild:Compile</Generator>
    127     </Page>
    128     <Page Include="MarqueeText.xaml">
    129       <SubType>Designer</SubType>
    130       <Generator>MSBuild:Compile</Generator>
    131     </Page>
    132     <Page Include="MessageBox.xaml">
    133       <SubType>Designer</SubType>
    134       <Generator>MSBuild:Compile</Generator>
    135     </Page>
    136     <Page Include="SettingsPage.xaml">
    137       <SubType>Designer</SubType>
    138       <Generator>MSBuild:Compile</Generator>
    139     </Page>
    140     <Page Include="SideBarMenuButton.xaml">
    141       <Generator>MSBuild:Compile</Generator>
    142       <SubType>Designer</SubType>
    143     </Page>
    144     <Page Include="VaultPage.xaml">
    145       <SubType>Designer</SubType>
    146       <Generator>MSBuild:Compile</Generator>
    147     </Page>
    148     <Page Include="VideoPage.xaml">
    149       <SubType>Designer</SubType>
    150       <Generator>MSBuild:Compile</Generator>
    151     </Page>
    152   </ItemGroup>
    153   <ItemGroup>
    154     <Compile Include="Addresser.cs" />
    155     <Compile Include="App.xaml.cs">
    156       <DependentUpon>App.xaml</DependentUpon>
    157     </Compile>
    158     <Compile Include="BlankPage.xaml.cs">
    159       <DependentUpon>BlankPage.xaml</DependentUpon>
    160     </Compile>
    161     <Compile Include="BoolToVisibilityConverter.cs" />
    162     <Compile Include="CardDetails.xaml.cs">
    163       <DependentUpon>CardDetails.xaml</DependentUpon>
    164     </Compile>
    165     <Compile Include="ColorSampler.cs" />
    166     <Compile Include="Common\NavigationHelper.cs" />
    167     <Compile Include="Common\ObservableDictionary.cs" />
    168     <Compile Include="Common\RelayCommand.cs" />
    169     <Compile Include="Common\SuspensionManager.cs" />
    170     <Compile Include="Dialog.cs" />
    171     <Compile Include="DownloadIndicator.xaml.cs">
    172       <DependentUpon>DownloadIndicator.xaml</DependentUpon>
    173     </Compile>
    174     <Compile Include="FTPPage.xaml.cs">
    175       <DependentUpon>FTPPage.xaml</DependentUpon>
    176     </Compile>
    177     <Compile Include="MessageBox.xaml.cs">
    178       <DependentUpon>MessageBox.xaml</DependentUpon>
    179     </Compile>
    180     <Compile Include="MusicList.cs" />
    181     <Compile Include="PictureList.cs" />
    182     <Compile Include="SelectorItemEx.cs" />
    183     <Compile Include="Utility\Helper\NativeOperationsHelper.cs" />
    184     <Compile Include="Utility\Helper\SecurityAccessDeniedException.cs" />
    185     <Compile Include="HelpPage.xaml.cs">
    186       <DependentUpon>HelpPage.xaml</DependentUpon>
    187     </Compile>
    188     <Compile Include="IBackgroundAudioUpdater.cs" />
    189     <Compile Include="BottomBarItem.xaml.cs">
    190       <DependentUpon>BottomBarItem.xaml</DependentUpon>
    191     </Compile>
    192     <Compile Include="ColorList.cs" />
    193     <Compile Include="ColorPicker.xaml.cs">
    194       <DependentUpon>ColorPicker.xaml</DependentUpon>
    195     </Compile>
    196     <Compile Include="ContinuationManager.cs" />
    197     <Compile Include="DialogBox.xaml.cs">
    198       <DependentUpon>DialogBox.xaml</DependentUpon>
    199     </Compile>
    200     <Compile Include="DrawerLayout.cs" />
    201     <Compile Include="GeneralSettings.xaml.cs">
    202       <DependentUpon>GeneralSettings.xaml</DependentUpon>
    203     </Compile>
    204     <Compile Include="IntToNegativeIntConverter.cs" />
    205     <Compile Include="MainPage.xaml.cs">
    206       <DependentUpon>MainPage.xaml</DependentUpon>
    207     </Compile>
    208     <Compile Include="MarqueeText.xaml.cs">
    209       <DependentUpon>MarqueeText.xaml</DependentUpon>
    210     </Compile>
    211     <Compile Include="OccupyStack.cs" />
    212     <Compile Include="Properties\AssemblyInfo.cs" />
    213     <Compile Include="sdlist.cs" />
    214     <Compile Include="SettingsPage.xaml.cs">
    215       <DependentUpon>SettingsPage.xaml</DependentUpon>
    216     </Compile>
    217     <Compile Include="Shade.cs" />
    218     <Compile Include="SideBarMenuButton.xaml.cs">
    219       <DependentUpon>SideBarMenuButton.xaml</DependentUpon>
    220     </Compile>
    221     <Compile Include="VaultPage.xaml.cs">
    222       <DependentUpon>VaultPage.xaml</DependentUpon>
    223     </Compile>
    224     <Compile Include="VideoList.cs" />
    225     <Compile Include="VideoPage.xaml.cs">
    226       <DependentUpon>VideoPage.xaml</DependentUpon>
    227     </Compile>
    228   </ItemGroup>
    229   <ItemGroup>
    230     <Content Include="Assets\ARAM.png" />
    231     <Content Include="Assets\Fine-Halftone-Screen-Small.png" />
    232     <Content Include="Assets\innerShadow.png" />
    233     <Content Include="Assets\Maari-Tamil-2015-500x500.jpg" />
    234     <Content Include="Assets\mainDropShadow.png" />
    235     <Content Include="Assets\mainDropShadowTransparent.png" />
    236     <Content Include="Assets\main_drop_shadow_png 13-Dec-2007 09_42 31K.png" />
    237     <Content Include="Assets\nullMusicArt.jpg" />
    238     <Content Include="Assets\start3.png" />
    239     <Content Include="Assets\IMG-20150528-WA0003.jpg" />
    240     <Content Include="Assets\Logo.scale-240.png" />
    241     <Content Include="Assets\pic %281%29.jpg">
    242       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    243     </Content>
    244     <Content Include="Assets\pic %282%29.jpg" />
    245     <Content Include="Assets\pulse2.png" />
    246     <Content Include="Assets\SmallLogo.scale-240.png" />
    247     <Content Include="Assets\SplashScreen.scale-240.png" />
    248     <Content Include="Assets\Square71x71Logo.scale-240.png" />
    249     <Content Include="Assets\StoreLogo.scale-240.png" />
    250     <Content Include="Assets\url.png" />
    251     <Content Include="Assets\vertDrop.png" />
    252     <Content Include="Assets\WideLogo.scale-240.png" />
    253     <Content Include="Common\ReadMe.txt" />
    254     <Content Include="KernelBase.dll" />
    255     <Content Include="ReadMe.Coding4Fun.Toolkit.txt" />
    256     <Content Include="SharpCompress.dll" />
    257     <Content Include="StoreManifest.xml" />
    258   </ItemGroup>
    259   <ItemGroup>
    260     <ApplicationDefinition Include="App.xaml">
    261       <Generator>MSBuild:Compile</Generator>
    262       <SubType>Designer</SubType>
    263     </ApplicationDefinition>
    264   </ItemGroup>
    265   <ItemGroup>
    266     <PRIResource Include="Strings\en-US\Resources.resw">
    267       <SubType>Designer</SubType>
    268     </PRIResource>
    269   </ItemGroup>
    270   <ItemGroup>
    271     <Folder Include="Assets\Font\FileTypes\" />
    272     <Folder Include="Assets\Font\UI\" />
    273   </ItemGroup>
    274   <ItemGroup>
    275     <Content Include="Assets\Font\Custom\Mohave.otf" />
    276   </ItemGroup>
    277   <ItemGroup>
    278     <Content Include="Assets\Font\Custom\Lobster 1.4.otf" />
    279   </ItemGroup>
    280   <ItemGroup>
    281     <Content Include="Assets\Font\settingsfont.ttf" />
    282   </ItemGroup>
    283   <ItemGroup>
    284     <Reference Include="Coding4Fun.Toolkit, Version=2.0.8.0, Culture=neutral, PublicKeyToken=c5fd7b72b1a17ce4, processorArchitecture=MSIL">
    285       <HintPath>..\packages\Coding4Fun.Toolkit.Controls.2.1.7\lib\wpa81\Coding4Fun.Toolkit.dll</HintPath>
    286       <Private>True</Private>
    287     </Reference>
    288     <Reference Include="Coding4Fun.Toolkit.Controls, Version=2.1.6.0, Culture=neutral, processorArchitecture=MSIL">
    289       <HintPath>..\packages\Coding4Fun.Toolkit.Controls.2.1.7\lib\wpa81\Coding4Fun.Toolkit.Controls.dll</HintPath>
    290       <Private>True</Private>
    291     </Reference>
    292     <Reference Include="TagLib.Portable, Version=2.2.0.0, Culture=neutral, PublicKeyToken=db62eba44689b5b0, processorArchitecture=MSIL">
    293       <HintPath>..\packages\TagLib.Portable.1.0.3\lib\portable-net45+win+wpa81+wp8+MonoAndroid10+xamarinios10+MonoTouch10\TagLib.Portable.dll</HintPath>
    294       <Private>True</Private>
    295     </Reference>
    296     <Reference Include="WinRTXamlToolkit, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL">
    297       <HintPath>..\packages\WinRTXamlToolkit.WindowsPhone.1.8.1.0\lib\wpa\WinRTXamlToolkit.dll</HintPath>
    298       <Private>True</Private>
    299     </Reference>
    300     <Reference Include="WriteableBitmapEx.WinRT, Version=1.5.0.0, Culture=neutral, PublicKeyToken=50375ca6144f1c69, processorArchitecture=MSIL">
    301       <HintPath>..\packages\WriteableBitmapEx.1.5.0.0\lib\wpa81\WriteableBitmapEx.WinRT.dll</HintPath>
    302       <Private>True</Private>
    303     </Reference>
    304   </ItemGroup>
    305   <ItemGroup>
    306     <Content Include="Assets\Font\Custom\ClearSans-Light.ttf" />
    307     <Content Include="Assets\Font\Custom\ClearSans-Thin.ttf" />
    308     <AppxManifest Include="Package.appxmanifest">
    309       <SubType>Designer</SubType>
    310     </AppxManifest>
    311     <Content Include="Assets\Font\Custom\Raleway-Light.ttf" />
    312     <Content Include="Assets\Font\Custom\Raleway-Thin.ttf" />
    313     <Content Include="Assets\Font\Custom\Raleway-SemiBold.ttf" />
    314     <Content Include="Assets\Font\Custom\Roboto-Thin.ttf" />
    315     <Content Include="Assets\Font\Custom\HelveticaNeue-Thin.otf" />
    316     <Content Include="Assets\Font\filetypes.ttf" />
    317     <Content Include="Assets\Font\iconfont.ttf" />
    318     <None Include="packages.config" />
    319     <None Include="File.cs" />
    320     <None Include="FileLister.cs" />
    321   </ItemGroup>
    322   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
    323     <VisualStudioVersion>12.0</VisualStudioVersion>
    324   </PropertyGroup>
    325   <PropertyGroup Condition=" '$(TargetPlatformIdentifier)' == '' ">
    326     <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>
    327   </PropertyGroup>
    328   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
    329   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    330        Other similar extension points exist, see Microsoft.Common.targets.
    331   <Target Name="BeforeBuild">
    332   </Target>
    333   <Target Name="AfterBuild">
    334   </Target>
    335   -->
    336 </Project>