Mini Kabibi Habibi
<?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.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B1F974E1-17EE-4099-B51A-D8FC750B35AD}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GridDemo.Web</RootNamespace>
<AssemblyName>GridDemo.Web</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightApplicationList>{B1811121-9E3F-4DC3-94F0-6F2C52B473F1}|..\GridDemo\GridDemo.csproj|ClientBin|False</SilverlightApplicationList>
<UseIISExpress>false</UseIISExpress>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugLocal|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Data.v13.1">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Xpf.DemoBase.v13.1.Web">
<HintPath></HintPath>
<Private>False</Private></Reference>
<Reference Include="DevExpress.Xpf.Printing.v13.1.Service">
<SpecificVersion>False</SpecificVersion>
<HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="System"><Private>False</Private></Reference>
<Reference Include="System.Data"><Private>False</Private></Reference>
<Reference Include="System.Core">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
<Private>False</Private></Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
<Private>False</Private></Reference>
<Reference Include="System.Data.Entity"><Private>False</Private></Reference>
<Reference Include="System.Runtime.Serialization"><Private>False</Private></Reference>
<Reference Include="System.ServiceModel"><Private>False</Private></Reference>
<Reference Include="System.ServiceModel.DomainServices.EntityFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel.DomainServices.Server, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="System.Web.ApplicationServices"><Private>False</Private></Reference>
<Reference Include="System.Web.Extensions">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
<Private>False</Private></Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
<Private>False</Private></Reference>
<Reference Include="System.Drawing"><Private>False</Private></Reference>
<Reference Include="System.Web"><Private>False</Private></Reference>
<Reference Include="System.Xml"><Private>False</Private></Reference>
<Reference Include="System.Configuration"><Private>False</Private></Reference>
<Reference Include="System.Web.Services"><Private>False</Private></Reference>
<Reference Include="System.EnterpriseServices"><Private>False</Private></Reference>
<Reference Include="System.Web.Mobile"><Private>False</Private></Reference>
</ItemGroup>
<ItemGroup>
<Content Include="App_Data\NWind.mdf" />
<Content Include="App_Data\printing.mdb" />
<Content Include="bin\System.ServiceModel.DomainServices.EntityFramework.dll" />
<Content Include="bin\System.ServiceModel.DomainServices.Hosting.dll" />
<Content Include="bin\System.ServiceModel.DomainServices.Server.dll" />
<Content Include="ClientBin\GridDemo.xap" />
<Content Include="Default.aspx" />
<Content Include="ExportService.svc" />
<Content Include="Silverlight.js" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="DemosMainHandler.ashx.cs">
<DependentUpon>DemosMainHandler.ashx</DependentUpon>
</Compile>
<Compile Include="ExportService.svc.cs">
<DependentUpon>ExportService.svc</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StartApplicationHelper.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="DemosMainHandler.ashx" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.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>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>54049</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' != 'DebugLocal|AnyCPU' ">
</PropertyGroup>
</Project>