| <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>{7C77A471-0334-49DF-ABE5-B1799428B8AC}</ProjectGuid> |
| <OutputType>WinExe</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>GemStone.GemFire.Cache.Examples</RootNamespace> |
| <AssemblyName>ProductBrowser</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\ProductBrowser\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\Debug\ProductBrowser\</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\ProductBrowser\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\ProductBrowser\</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\ProductBrowser\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\Debug\ProductBrowser\</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\ProductBrowser\</IntermediateOutputPath> |
| <OutputPath>$(OSBUILDDIR)\examples\clicache\ProductBrowser\</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.Data" /> |
| <Reference Include="System.Deployment" /> |
| <Reference Include="System.Drawing" /> |
| <Reference Include="System.Windows.Forms" /> |
| <Reference Include="System.Xml" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\..\..\vs_projects\gfclicache\gfclicache.vcproj"> |
| <Project>{B274E3B1-6A09-4322-952B-8BDA712892CE}</Project> |
| <Name>gfclicache</Name> |
| </ProjectReference> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="Form1.cs"> |
| <SubType>Form</SubType> |
| </Compile> |
| <Compile Include="Form1.Designer.cs"> |
| <DependentUpon>Form1.cs</DependentUpon> |
| </Compile> |
| <Compile Include="Product.cs" /> |
| <Compile Include="Program.cs" /> |
| <Compile Include="Properties\AssemblyInfo.cs" /> |
| <EmbeddedResource Include="Form1.resx"> |
| <SubType>Designer</SubType> |
| <DependentUpon>Form1.cs</DependentUpon> |
| </EmbeddedResource> |
| <EmbeddedResource Include="Properties\Resources.resx"> |
| <Generator>ResXFileCodeGenerator</Generator> |
| <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| <SubType>Designer</SubType> |
| </EmbeddedResource> |
| <Compile Include="Properties\Resources.Designer.cs"> |
| <AutoGen>True</AutoGen> |
| <DependentUpon>Resources.resx</DependentUpon> |
| <DesignTime>True</DesignTime> |
| </Compile> |
| <None Include="Properties\Settings.settings"> |
| <Generator>SettingsSingleFileGenerator</Generator> |
| <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| </None> |
| <Compile Include="Properties\Settings.Designer.cs"> |
| <AutoGen>True</AutoGen> |
| <DependentUpon>Settings.settings</DependentUpon> |
| <DesignTimeSharedInput>True</DesignTimeSharedInput> |
| </Compile> |
| </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> |