| <?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>{8698DFD3-8D88-32D4-8A4F-8C28F5D34F5A}</ProjectGuid> | |
| <OutputType>Library</OutputType> | |
| <AppDesignerFolder>Properties</AppDesignerFolder> | |
| <RootNamespace>PdxClassLibrary</RootNamespace> | |
| <AssemblyName>PdxClassLibrary</AssemblyName> | |
| <SignAssembly>true</SignAssembly> | |
| <AssemblyOriginatorKeyFile>${CMAKE_SOURCE_DIR}/../release/keys/gemfire.snk</AssemblyOriginatorKeyFile> | |
| <TargetFrameworkVersion>v4.0</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|AnyCPU' "> | |
| <DebugSymbols>true</DebugSymbols> | |
| <DebugType>full</DebugType> | |
| <Optimize>false</Optimize> | |
| <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> | |
| <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>Debug</IntermediateOutputPath> | |
| <OutputPath>Debug</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="..\..\..\clicache\gfclicache.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> | |
| <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> |