| <?xml version="1.0" encoding="utf-8"?> | 
 | <!-- | 
 |   Licensed to the Apache Software Foundation (ASF) under one or more | 
 |   contributor license agreements.  See the NOTICE file distributed with | 
 |   this work for additional information regarding copyright ownership. | 
 |   The ASF licenses this file to You under the Apache License, Version 2.0 | 
 |   (the "License"); you may not use this file except in compliance with | 
 |   the License.  You may obtain a copy of the License at | 
 |    | 
 |        http://www.apache.org/licenses/LICENSE-2.0 | 
 |    | 
 |   Unless required by applicable law or agreed to in writing, software | 
 |   distributed under the License is distributed on an "AS IS" BASIS, | 
 |   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 |   See the License for the specific language governing permissions and | 
 |   limitations under the License. | 
 | --> | 
 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 
 |   <PropertyGroup> | 
 |     <CMAKE_SOURCE_DIR>${CMAKE_SOURCE_DIR_NATIVE}</CMAKE_SOURCE_DIR> | 
 |     <CMAKE_CURRENT_SOURCE_DIR>${CMAKE_CURRENT_SOURCE_DIR_NATIVE}</CMAKE_CURRENT_SOURCE_DIR> | 
 | 	<CMAKE_BINARY_DIR>${CMAKE_BINARY_DIR_NATIVE}</CMAKE_BINARY_DIR> | 
 | 	<CMAKE_CURRENT_BINARY_DIR>${CMAKE_CURRENT_BINARY_DIR_NATIVE}</CMAKE_CURRENT_BINARY_DIR> | 
 |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
 |     <Platform Condition=" '$(Platform)' == '' ">x64</Platform> | 
 |     <ProductVersion>8.0.50727</ProductVersion> | 
 |     <SchemaVersion>2.0</SchemaVersion> | 
 |     <ProjectGuid>{8698DFD3-8D88-32D4-8A4F-8C28F5D34F5A}</ProjectGuid> | 
 |     <OutputType>Library</OutputType> | 
 |     <AppDesignerFolder>Properties</AppDesignerFolder> | 
 |     <RootNamespace>PdxClassLibrary</RootNamespace> | 
 |     <AssemblyName>PdxClassLibrary</AssemblyName> | 
 |     <SignAssembly>${STRONG_NAME_KEY_ENABLED}</SignAssembly> | 
 |     <AssemblyOriginatorKeyFile>${STRONG_NAME_KEY}</AssemblyOriginatorKeyFile> | 
 |     <TargetFrameworkVersion>${DOTNET_TARGET_FRAMEWORK_VERSION}</TargetFrameworkVersion> | 
 |     <FileUpgradeFlags> | 
 |     </FileUpgradeFlags> | 
 |     <OldToolsVersion>2.0</OldToolsVersion> | 
 |     <UpgradeBackupLocation /> | 
 |     <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|x86' "> | 
 |     <DebugSymbols>true</DebugSymbols> | 
 |     <DebugType>full</DebugType> | 
 |     <Optimize>false</Optimize> | 
 |     <IntermediateOutputPath>Debug</IntermediateOutputPath> | 
 |     <OutputPath>Debug</OutputPath> | 
 |     <DefineConstants>DEBUG;TRACE</DefineConstants> | 
 |     <ErrorReport>prompt</ErrorReport> | 
 |     <WarningLevel>4</WarningLevel> | 
 |     <PlatformTarget>x86</PlatformTarget> | 
 |     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | 
 |     <DebugType>pdbonly</DebugType> | 
 |     <Optimize>true</Optimize> | 
 |     <IntermediateOutputPath>Release</IntermediateOutputPath> | 
 |     <OutputPath>Release</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> | 
 |     <DefineConstants>DEBUG;TRACE</DefineConstants> | 
 |     <IntermediateOutputPath>Debug</IntermediateOutputPath> | 
 |     <OutputPath>Debug</OutputPath> | 
 |     <DebugType>full</DebugType> | 
 |     <PlatformTarget>x64</PlatformTarget> | 
 |     <ErrorReport>prompt</ErrorReport> | 
 |     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | 
 |     <DefineConstants>TRACE</DefineConstants> | 
 |     <Optimize>true</Optimize> | 
 |     <IntermediateOutputPath>Release</IntermediateOutputPath> | 
 |     <OutputPath>Release</OutputPath> | 
 |     <DebugType>pdbonly</DebugType> | 
 |     <PlatformTarget>x64</PlatformTarget> | 
 |     <ErrorReport>prompt</ErrorReport> | 
 |     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | 
 |   </PropertyGroup> | 
 |   <ItemGroup> | 
 |     <Reference Include="System" /> | 
 |     <Reference Include="System.Data" /> | 
 |     <Reference Include="System.Xml" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ProjectReference Include="$(CMAKE_BINARY_DIR)\clicache\src\Apache.Geode.vcxproj"> | 
 |       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> | 
 |       <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | 
 |     </ProjectReference> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\PdxType.cs"> | 
 |       <Link>PdxType.cs</Link> | 
 |     </Compile> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\Person.cs"> | 
 |       <Link>Person.cs</Link> | 
 |     </Compile> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\PortfolioPdx.cs"> | 
 |       <Link>PortfolioPdx.cs</Link> | 
 |     </Compile> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\PositionPdx.cs"> | 
 |       <Link>PositionPdx.cs</Link> | 
 |     </Compile> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\VariousPdxTypes.cs"> | 
 |       <Link>VariousPdxTypes.cs</Link> | 
 |     </Compile> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\PdxTypesReflectionTest.cs"> | 
 |       <Link>PdxTypesReflectionTest.cs</Link> | 
 |     </Compile> | 
 |     <Compile Include="$(CMAKE_CURRENT_SOURCE_DIR)\PdxClassLibrary\Properties\AssemblyInfo.cs"> | 
 |       <Link>AssemblyInfo.cs</Link> | 
 |     </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> |