236 lines
13 KiB
XML
236 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.props" Condition="Exists('..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.props')" />
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{8E30F4A4-603B-4799-A473-6EF5388661BA}</ProjectGuid>
|
|
<RootNamespace>GraphManager-vs2008</RootNamespace>
|
|
<Keyword>ManagedCProj</Keyword>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<ProjectName>GraphManager</ProjectName>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<CLRSupport>Pure</CLRSupport>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CLRSupport>Pure</CLRSupport>
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\bin\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\bin\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Microsoft.Research.Dryad</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Microsoft.Research.Dryad</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>shared;graph;gang;filesystem;vertex;kernel;jobmanager;reporting;stagemanager;..\peloponnese\HadoopBridge;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GRAPHMANAGERVS2008_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EntryPointSymbol>
|
|
</EntryPointSymbol>
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GRAPHMANAGERVS2008_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<AdditionalIncludeDirectories>shared;graph;gang;filesystem;vertex;kernel;jobmanager;reporting;stagemanager;..\peloponnese\HadoopBridge;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<EntryPointSymbol>
|
|
</EntryPointSymbol>
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
<AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="filesystem\DrAzureBlobClient.h" />
|
|
<ClInclude Include="kernel\DrClusterInternal.h" />
|
|
<ClInclude Include="kernel\DrCluster.h" />
|
|
<ClInclude Include="reporting\DrCalypsoReporting.h" />
|
|
<ClInclude Include="shared\DrArray.h" />
|
|
<ClInclude Include="shared\DrArrayList.h" />
|
|
<ClInclude Include="reporting\DrArtemisLegacyReporting.h" />
|
|
<ClInclude Include="shared\DrAssert.h" />
|
|
<ClInclude Include="vertex\DrClique.h" />
|
|
<ClInclude Include="kernel\DrResources.h" />
|
|
<ClInclude Include="vertex\DrCohort.h" />
|
|
<ClInclude Include="shared\DrCritSec.h" />
|
|
<ClInclude Include="stagemanager\DrDefaultManager.h" />
|
|
<ClInclude Include="graph\DrDefaultParameters.h" />
|
|
<ClInclude Include="shared\DrDictionary.h" />
|
|
<ClInclude Include="stagemanager\DrDynamicAggregateManager.h" />
|
|
<ClInclude Include="stagemanager\DrDynamicBroadcast.h" />
|
|
<ClInclude Include="stagemanager\DrDynamicDistributor.h" />
|
|
<ClInclude Include="stagemanager\DrDynamicRangeDistributor.h" />
|
|
<ClInclude Include="shared\DrError.h" />
|
|
<ClInclude Include="shared\DrErrorInternal.h" />
|
|
<ClInclude Include="graph\DrFileSystem.h" />
|
|
<ClInclude Include="filesystem\DrFileSystems.h" />
|
|
<ClInclude Include="shared\DrFileWriter.h" />
|
|
<ClInclude Include="gang\DrGangHeaders.h" />
|
|
<ClInclude Include="vertex\DrGraph.h" />
|
|
<ClInclude Include="graph\DrGraphExecutor.h" />
|
|
<ClInclude Include="graph\DrGraphHeaders.h" />
|
|
<ClInclude Include="filesystem\DrHdfsClient.h" />
|
|
<ClInclude Include="jobmanager\DrHeaders.h" />
|
|
<ClInclude Include="kernel\DrKernel.h" />
|
|
<ClInclude Include="shared\DrLogging.h" />
|
|
<ClInclude Include="kernel\DrMessagePump.h" />
|
|
<ClInclude Include="gang\DrMetaData.h" />
|
|
<ClInclude Include="gang\DrMetaDataTag.h" />
|
|
<ClInclude Include="shared\DrMultiMap.h" />
|
|
<ClInclude Include="vertex\DrOutputGenerator.h" />
|
|
<ClInclude Include="filesystem\DrPartitionFile.h" />
|
|
<ClInclude Include="stagemanager\DrPipelineSplitManager.h" />
|
|
<ClInclude Include="kernel\DrProcess.h" />
|
|
<ClInclude Include="gang\DrProperties.h" />
|
|
<ClInclude Include="gang\DrProperty.h" />
|
|
<ClInclude Include="shared\DrRef.h" />
|
|
<ClInclude Include="reporting\DrReporting.h" />
|
|
<ClInclude Include="shared\DrSet.h" />
|
|
<ClInclude Include="shared\DrShared.h" />
|
|
<ClInclude Include="shared\DrSort.h" />
|
|
<ClInclude Include="stagemanager\DrStageHeaders.h" />
|
|
<ClInclude Include="vertex\DrStageManager.h" />
|
|
<ClInclude Include="stagemanager\DrStageStatistics.h" />
|
|
<ClInclude Include="shared\DrString.h" />
|
|
<ClInclude Include="shared\DrStringUtil.h" />
|
|
<ClInclude Include="shared\DrTypes.h" />
|
|
<ClInclude Include="vertex\DrVertex.h" />
|
|
<ClInclude Include="vertex\DrVertexCommand.h" />
|
|
<ClInclude Include="vertex\DrVertexHeaders.h" />
|
|
<ClInclude Include="vertex\DrVertexRecord.h" />
|
|
<ClInclude Include="jobmanager\targetver.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="filesystem\DrAzureBlobClient.cpp" />
|
|
<ClCompile Include="kernel\DrCluster.cpp" />
|
|
<ClCompile Include="reporting\DrArtemisLegacyReporting.cpp" />
|
|
<ClCompile Include="reporting\DrCalypsoReporting.cpp" />
|
|
<ClCompile Include="vertex\DrClique.cpp" />
|
|
<ClCompile Include="kernel\DrResources.cpp" />
|
|
<ClCompile Include="vertex\DrCohort.cpp" />
|
|
<ClCompile Include="stagemanager\DrDefaultManager.cpp" />
|
|
<ClCompile Include="stagemanager\DrDynamicAggregateManager.cpp" />
|
|
<ClCompile Include="stagemanager\DrDynamicBroadcast.cpp" />
|
|
<ClCompile Include="stagemanager\DrDynamicDistributor.cpp" />
|
|
<ClCompile Include="stagemanager\DrDynamicRangeDistributor.cpp" />
|
|
<ClCompile Include="shared\DrError.cpp" />
|
|
<ClCompile Include="graph\DrFileSystem.cpp" />
|
|
<ClCompile Include="shared\DrFileWriter.cpp" />
|
|
<ClCompile Include="vertex\DrGraph.cpp" />
|
|
<ClCompile Include="graph\DrGraphExecutor.cpp" />
|
|
<ClCompile Include="graph\DrGraphParameters.cpp" />
|
|
<ClCompile Include="filesystem\DrHdfsClient.cpp" />
|
|
<ClCompile Include="shared\DrLogging.cpp" />
|
|
<ClCompile Include="kernel\DrMessagePump.cpp" />
|
|
<ClCompile Include="gang\DrMetaData.cpp" />
|
|
<ClCompile Include="gang\DrMetaDataTag.cpp" />
|
|
<ClCompile Include="vertex\DrOutputGenerator.cpp" />
|
|
<ClCompile Include="filesystem\DrPartitionFile.cpp" />
|
|
<ClCompile Include="stagemanager\DrPipelineSplitManager.cpp" />
|
|
<ClCompile Include="kernel\DrProcess.cpp" />
|
|
<ClCompile Include="gang\DrProperty.cpp" />
|
|
<ClCompile Include="shared\DrRef.cpp" />
|
|
<ClCompile Include="stagemanager\DrStageStatistics.cpp" />
|
|
<ClCompile Include="shared\DrString.cpp" />
|
|
<ClCompile Include="shared\DrStringUtil.cpp" />
|
|
<ClCompile Include="vertex\DrVertex.cpp" />
|
|
<ClCompile Include="vertex\DrVertexCommand.cpp" />
|
|
<ClCompile Include="vertex\DrVertexRecord.cpp" />
|
|
<ClCompile Include="jobmanager\version.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Web" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ClusterInterface\ClusterInterface.csproj">
|
|
<Project>{a85853fb-aaab-4f1f-aaab-d051e8f0b2e6}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.targets" Condition="Exists('..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.targets')" />
|
|
</ImportGroup>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.props'))" />
|
|
<Error Condition="!Exists('..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Research.Peloponnese.0.7.1-beta\build\Microsoft.Research.Peloponnese.targets'))" />
|
|
</Target>
|
|
</Project>
|