Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Windows 8 XAML Controls/DXCRM/CS/DXCRM/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Windows 8 XAML Controls/DXCRM/CS/DXCRM/DXCRM.csproj

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>{8FE941EA-DD3D-46AB-8544-FCC46811DE5F}</ProjectGuid>
    <OutputType>AppContainerExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>DXCRM</RootNamespace>
    <AssemblyName>DXCRM</AssemblyName>
    <DefaultLanguage>en-US</DefaultLanguage>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <PackageCertificateKeyFile>DemoKey.pfx</PackageCertificateKeyFile>
  </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>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  </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>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  </PropertyGroup>
  <ItemGroup>
    <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
    <Folder Include="Tests\" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
    </Compile>
    <Compile Include="Common\ButtonExtensions.cs" />
    <Compile Include="Common\CollectionExtensions.cs" />
    <Compile Include="Common\Converters\StringToDisplayTextConverter.cs" />
    <Compile Include="Common\DisablePortraitOrientationPanel.cs" />
    <Compile Include="Common\FindAncestor.cs" />
    <Compile Include="Common\ValidationHelpers.cs" />
    <Compile Include="Common\VisibilityHelper.cs" />
    <Compile Include="Common\Converters\BooleanToOpacityConverter.cs" />
    <Compile Include="Common\Converters\ColorToBrushConverter.cs" />
    <Compile Include="Common\CustomListBoxItem.cs" />
    <Compile Include="Common\CustomToggleButton.cs" />
    <Compile Include="Common\Converters\DecimalToDoubleConverter.cs" />
    <Compile Include="Common\EnumTemplateSelector.cs" />
    <Compile Include="Common\ExceptionHelper.cs" />
    <Compile Include="Common\NavigationServiceExt.cs" />
    <Compile Include="Common\Converters\PercentSymbolRemovingConverter.cs" />
    <Compile Include="Common\SearchControl.cs" />
    <Compile Include="Common\Converters\StringToVisibilityConverter.cs" />
    <Compile Include="Common\Converters\TimeSpanToStringConverter.cs" />
    <Compile Include="Common\WeakEventHandler.cs" />
    <Compile Include="Controls\AutoFocusTextEdit.cs" />
    <Compile Include="Controls\NotesListView.cs" />
    <Compile Include="Controls\MainPageHeadedTile.cs" />
    <Compile Include="DataModel\Account.cs" />
    <Compile Include="DataModel\Activity.cs" />
    <Compile Include="DataModel\ChartPointData.cs" />
    <Compile Include="DataModel\Contact.cs" />
    <Compile Include="DataModel\Contactable.cs" />
    <Compile Include="DataModel\CRMObject.cs" />
    <Compile Include="DataModel\Customer.cs" />
    <Compile Include="DataModel\DataObject.cs" />
    <Compile Include="DataModel\DataProvider.cs" />
    <Compile Include="DataModel\Employee.cs" />
    <Compile Include="DataModel\EnumExtensions.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="DataModel\Event.cs" />
    <Compile Include="DataModel\Image.cs" />
    <Compile Include="DataModel\Invoice.cs" />
    <Compile Include="DataModel\Lead.cs" />
    <Compile Include="DataModel\Note.cs" />
    <Compile Include="DataModel\Opportunity.cs" />
    <Compile Include="DataModel\Order.cs" />
    <Compile Include="DataModel\OwnedObject.cs" />
    <Compile Include="DataModel\Person.cs" />
    <Compile Include="DataModel\PersonPhotoConverter.cs" />
    <Compile Include="DataModel\Phone.cs" />
    <Compile Include="DataModel\Quote.cs" />
    <Compile Include="DataModel\SaleBase.cs" />
    <Compile Include="Service References\DXCRMService\Reference.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Reference.svcmap</DependentUpon>
    </Compile>
    <Compile Include="ViewModel\DetailPages\ActivityPageViewModel.cs" />
    <Compile Include="ViewModel\DetailPages\DetailPageViewModel.cs" />
    <Compile Include="ViewModel\DetailPages\NotableObjectDetailPageViewModel.cs" />
    <Compile Include="ViewModel\DetailPages\OpportunityPageViewModel.cs" />
    <Compile Include="ViewModel\DetailPages\SaleBaseDetailPageViewModel.cs" />
    <Compile Include="ViewModel\ListPages\ActivitiesPageViewModel.cs" />
    <Compile Include="ViewModel\ListPages\ListPageViewModel.cs" />
    <Compile Include="ViewModel\MainPage\DashboardGroupViewModel.cs" />
    <Compile Include="ViewModel\ListPages\EventsPageViewModel.cs" />
    <Compile Include="ViewModel\ListPages\OwnedObjectsListPageViewModel.cs" />
    <Compile Include="ViewModel\DetailPages\LeadPageViewModel.cs" />
    <Compile Include="ViewModel\MainPage\LeadsGroupViewModel.cs" />
    <Compile Include="ViewModel\ListPages\LeadsPageViewModel.cs" />
    <Compile Include="ViewModel\ListPages\OpportunitiesPageViewModel.cs" />
    <Compile Include="ViewModel\MainPage\LoginPageViewModel.cs" />
    <Compile Include="ViewModel\MainPage\PerformanceGroupViewModel.cs" />
    <Compile Include="ViewModel\PageViewModel.cs" />
    <Compile Include="ViewModel\ViewModelBase.cs" />
    <Compile Include="View\AboutFlyoutView.xaml.cs">
      <DependentUpon>AboutFlyoutView.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\DetailPages\ActivityPage.xaml.cs">
      <DependentUpon>ActivityPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\DetailPages\OpportunityPage.xaml.cs">
      <DependentUpon>OpportunityPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\ListPages\ActivitiesPage.xaml.cs">
      <DependentUpon>ActivitiesPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\ListPages\EventsPage.xaml.cs">
      <DependentUpon>EventsPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MainPage\DashboardGroup.xaml.cs">
      <DependentUpon>DashboardGroup.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MainPage\GeneralGroup.xaml.cs">
      <DependentUpon>GeneralGroup.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\DetailPages\LeadPage.xaml.cs">
      <DependentUpon>LeadPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MainPage\LeadsGroup.xaml.cs">
      <DependentUpon>LeadsGroup.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\ListPages\LeadsPage.xaml.cs">
      <DependentUpon>LeadsPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\ListPages\OpportunitiesPage.xaml.cs">
      <DependentUpon>OpportunitiesPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MainPage\LoginPage.xaml.cs">
      <DependentUpon>LoginPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="View\MainPage\PerformanceGroup.xaml.cs">
      <DependentUpon>PerformanceGroup.xaml</DependentUpon>
    </Compile>
    <Compile Include="Common\NavigationTypeProvider.cs" />
    <Compile Include="View\MainPage\MainPage.xaml.cs">
      <DependentUpon>MainPage.xaml</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ViewModel\MainPage\GeneralGroupViewModel.cs" />
    <Compile Include="ViewModel\MainPage\MainPageViewModel.cs" />
  </ItemGroup>
  <ItemGroup>
    <AppxManifest Include="Package.appxmanifest">
      <SubType>Designer</SubType>
    </AppxManifest>
    <Content Include="Assets\SnappedViewLogo.png" />
    <Content Include="Assets\WideLogo.png" />
    <Content Include="DemoKey.pfx" />
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  </ItemGroup>
  <ItemGroup>
    <Content Include="Assets\Logo.png" />
    <Content Include="Assets\SmallLogo.png" />
    <Content Include="Assets\SplashScreen.png" />
    <Content Include="Assets\StoreLogo.png" />
    <Content Include="Images\Leads.png" />
    <Content Include="Images\LoginKey.png" />
    <Content Include="Images\Invoices.png" />
    <Content Include="Images\Opportunities.png" />
    <Content Include="Images\Orders.png" />
    <Content Include="Images\Products.png" />
    <Content Include="Images\Quotes.png" />
    <Content Include="Images\UnknownPerson.png" />
    <Content Include="Service References\DXCRMService\Reference.svcmap">
      <Generator>WCF Proxy Generator</Generator>
      <LastGenOutput>Reference.cs</LastGenOutput>
    </Content>
    
    
    
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Page Include="CommonResources\AppBar.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\AppBarButtons.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\Colors.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="CommonResources\Constants.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="CommonResources\Converters.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\GlyphButtons.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\GlyphButtonStyle.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\DetailsPageResources.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\EnumConverters.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="CommonResources\ListPageResources.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\MainPageResources.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\NotableObjectDetailsPageResources.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="CommonResources\PageResources.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="Common\DefaultGridViewStyle.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="Common\DefaultListViewStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Page>
    <Page Include="View\AboutFlyoutView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\DetailPages\ActivityPage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\DetailPages\OpportunityPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\ListPages\ActivitiesPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\ListPages\EventsPage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\MainPage\DashboardGroup.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\MainPage\GeneralGroup.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\DetailPages\LeadPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\MainPage\LeadsGroup.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\ListPages\LeadsPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\ListPages\OpportunitiesPage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\MainPage\LoginPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="View\MainPage\PerformanceGroup.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Common\StandardStyles.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="View\MainPage\MainPage.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Service References\" />
  </ItemGroup>
  <ItemGroup>
    <WCFMetadataStorage Include="Service References\DXCRMService\" />
  </ItemGroup>
  <ItemGroup>
    <SDKReference Include="DevExpress.Controls, Version=13.1">
      <Name>DevExpress.Controls</Name>
    </SDKReference>
    <SDKReference Include="DevExpress.Core, Version=13.1">
      <Name>DevExpress.Core</Name>
    </SDKReference>
    <SDKReference Include="DevExpress.Data, Version=13.1">
      <Name>DevExpress.Data</Name>
    </SDKReference>
    <SDKReference Include="DevExpress.Visualization, Version=13.1">
      <Name>DevExpress.Visualization</Name>
    </SDKReference>
  </ItemGroup>
  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
    <VisualStudioVersion>11.0</VisualStudioVersion>
  </PropertyGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  <PropertyGroup>
    
  </PropertyGroup>
  <PropertyGroup>
    
  </PropertyGroup>
  <!-- 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>