| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| <PropertyGroup> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <ProductVersion>8.0.50727</ProductVersion> |
| <SchemaVersion>2.0</SchemaVersion> |
| <ProjectGuid>{D8F67104-CDDE-433F-A8EE-470A92180AA9}</ProjectGuid> |
| <OutputType>Exe</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>GemStone.GemFire.Cache.Examples</RootNamespace> |
| <AssemblyName>CqQuery</AssemblyName> |
| <FileUpgradeFlags> |
| </FileUpgradeFlags> |
| <OldToolsVersion>3.5</OldToolsVersion> |
| <UpgradeBackupLocation> |
| </UpgradeBackupLocation> |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| <PublishUrl>publish\</PublishUrl> |
| <Install>true</Install> |
| <InstallFrom>Disk</InstallFrom> |
| <UpdateEnabled>false</UpdateEnabled> |
| <UpdateMode>Foreground</UpdateMode> |
| <UpdateInterval>7</UpdateInterval> |
| <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| <UpdatePeriodically>false</UpdatePeriodically> |
| <UpdateRequired>false</UpdateRequired> |
| <MapFileExtensions>true</MapFileExtensions> |
| <ApplicationRevision>0</ApplicationRevision> |
| <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| <IsWebBootstrapper>false</IsWebBootstrapper> |
| <UseApplicationTrust>false</UseApplicationTrust> |
| <BootstrapperEnabled>true</BootstrapperEnabled> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <DebugSymbols>true</DebugSymbols> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CqQuery\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CqQuery\</OutputPath> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <PlatformTarget>x86</PlatformTarget> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| <DebugType>pdbonly</DebugType> |
| <Optimize>true</Optimize> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\CqQuery\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\CqQuery\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <PlatformTarget>x86</PlatformTarget> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| <DebugSymbols>true</DebugSymbols> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CqQuery\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CqQuery\</OutputPath> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <PlatformTarget>x64</PlatformTarget> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\CqQuery\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\CqQuery\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <Optimize>true</Optimize> |
| <DebugType>pdbonly</DebugType> |
| <PlatformTarget>x64</PlatformTarget> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="System" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="..\..\..\..\tests\clicache\TestObject\Portfolio.cs"> |
| <Link>Portfolio.cs</Link> |
| </Compile> |
| <Compile Include="..\..\..\..\tests\clicache\TestObject\Position.cs"> |
| <Link>Position.cs</Link> |
| </Compile> |
| <Compile Include="..\..\..\..\examples\clicache\CqQuery\CqQuery.cs" /> |
| <Compile Include="..\..\..\..\examples\clicache\CqQuery\Properties\AssemblyInfo.cs" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\..\..\..\vs_projects_10\gfclicache\gfclicache.vcxproj"> |
| <Project>{B274E3B1-6A09-4322-952B-8BDA712892CE}</Project> |
| <Name>gfclicache</Name> |
| </ProjectReference> |
| </ItemGroup> |
| <ItemGroup> |
| <Content Include="..\..\..\..\examples\dist\cqQuery\XMLs\clientCqQuery.xml"> |
| <Link>clientCqQuery.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\..\..\examples\dist\cqQuery\XMLs\serverCqQuery.xml"> |
| <Link>serverCqQuery.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| </ItemGroup> |
| <ItemGroup> |
| <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| <Visible>False</Visible> |
| <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| <Install>false</Install> |
| </BootstrapperPackage> |
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| <Visible>False</Visible> |
| <ProductName>.NET Framework 3.5 SP1</ProductName> |
| <Install>true</Install> |
| </BootstrapperPackage> |
| <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| <Visible>False</Visible> |
| <ProductName>Windows Installer 3.1</ProductName> |
| <Install>true</Install> |
| </BootstrapperPackage> |
| </ItemGroup> |
| <Import Project="$(MSBuildBinPath)\Microsoft.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> |
| --> |
| </Project> |