| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| <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-470A92180AB9}</ProjectGuid> |
| <OutputType>Exe</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>GemStone.GemFire.Cache.Examples</RootNamespace> |
| <AssemblyName>CacheRunner</AssemblyName> |
| <FileUpgradeFlags> |
| </FileUpgradeFlags> |
| <OldToolsVersion>2.0</OldToolsVersion> |
| <UpgradeBackupLocation> |
| </UpgradeBackupLocation> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <DebugSymbols>true</DebugSymbols> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CacheRunner\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CacheRunner\</OutputPath> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <PlatformTarget>x86</PlatformTarget> |
| <NoWarn>618</NoWarn> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| <DebugType>pdbonly</DebugType> |
| <Optimize>true</Optimize> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\CacheRunner\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\CacheRunner\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <PlatformTarget>x86</PlatformTarget> |
| <NoWarn>618</NoWarn> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| <DebugSymbols>true</DebugSymbols> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CacheRunner\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\Debug\CacheRunner\</OutputPath> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <PlatformTarget>x64</PlatformTarget> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <NoWarn>618</NoWarn> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| <IntermediateOutputPath>$(OSBUILDDIR)\examples\clicache\CacheRunner\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\CacheRunner\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <Optimize>true</Optimize> |
| <DebugType>pdbonly</DebugType> |
| <PlatformTarget>x64</PlatformTarget> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <NoWarn>618</NoWarn> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="System" /> |
| <Reference Include="System.XML" /> |
| </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="CacheRunner.cs" /> |
| <Compile Include="Callbacks.cs" /> |
| <Compile Include="ComplexNumber.cs" /> |
| <Compile Include="ExampleObject.cs" /> |
| <Compile Include="Properties\AssemblyInfo.cs" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\..\..\vs_projects\gfclicache\gfclicache.vcproj"> |
| <Project>{B274E3B1-6A09-4322-952B-8BDA712892CE}</Project> |
| <Name>gfclicache</Name> |
| </ProjectReference> |
| </ItemGroup> |
| <ItemGroup> |
| <Content Include="..\..\dist\cacheRunner\cacherunner.xml"> |
| <Link>cacherunner.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\cacherunner2.xml"> |
| <Link>cacherunner2.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\csQueryPortfolios.xml"> |
| <Link>csQueryPortfolios.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\csQueryPortfolios2.xml"> |
| <Link>csQueryPortfolios2.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\tcr_cache.xml"> |
| <Link>tcr_cache.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\tcr_cacheless.xml"> |
| <Link>tcr_cacheless.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\tcr_hacache.xml"> |
| <Link>tcr_hacache.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| <Content Include="..\..\dist\cacheRunner\tcr_hacacheless.xml"> |
| <Link>tcr_hacacheless.xml</Link> |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| </Content> |
| </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> |