You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
181 lines
8.3 KiB
181 lines
8.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{87383048-1B31-49B7-9FB7-0DED1B80ACE8}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Microsoft.VisualBasic.ComputingServices</RootNamespace>
|
|
<AssemblyName>Microsoft.VisualBasic.ComputingServices</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>Windows</MyType>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>Microsoft.VisualBasic.ComputingServices.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>Microsoft.VisualBasic.ComputingServices.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DocumentationFile>Microsoft.VisualBasic.ComputingServices.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>..\..\..\..\GCModeller\GCModeller-x64\</OutputPath>
|
|
<DocumentationFile>Microsoft.VisualBasic.ComputingServices.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="System.Threading.Tasks" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Asymmetric\Instance.vb" />
|
|
<Compile Include="Asymmetric\Protocols.vb" />
|
|
<Compile Include="Asymmetric\Parasitifer.vb" />
|
|
<Compile Include="Asymmetric\Master.vb" />
|
|
<Compile Include="ComponentModel\IRemote.vb" />
|
|
<Compile Include="ComponentModel\IHostBase.vb" />
|
|
<Compile Include="Extensions.vb" />
|
|
<Compile Include="FileSystem\FileStream\BaseStream.vb" />
|
|
<Compile Include="FileSystem\FileStream\FileStream.vb" />
|
|
<Compile Include="FileSystem\FileStream\StreamWriter.vb" />
|
|
<Compile Include="FileSystem\FileStream\StreamReader.vb" />
|
|
<Compile Include="FileSystem\Objects\DirectoryInfo.vb" />
|
|
<Compile Include="FileSystem\Objects\DriveInfo.vb" />
|
|
<Compile Include="FileSystem\Protocols\NetTransfer.vb" />
|
|
<Compile Include="FileSystem\Protocols\FileStreamInfo.vb" />
|
|
<Compile Include="FileSystem\Protocols\FileSystemAPI.vb" />
|
|
<Compile Include="FileSystem\Protocols\FileOpen.vb" />
|
|
<Compile Include="FileSystem\Protocols\Protocols.vb" />
|
|
<Compile Include="FileSystem\FileSystemHost.vb" />
|
|
<Compile Include="FileSystem\FileSystem.vb" />
|
|
<Compile Include="P2P\ServicesComponents\InternalServicesModule.vb" />
|
|
<Compile Include="P2P\ServicesComponents\NodeServicesAPI.vb" />
|
|
<Compile Include="P2P\ServicesComponents\ClusterServicesAPI.vb" />
|
|
<Compile Include="P2P\ServicesComponents\ClusterServices.vb" />
|
|
<Compile Include="P2P\ServicesComponents\Node.vb" />
|
|
<Compile Include="P2P\GridProtocol.vb" />
|
|
<Compile Include="P2P\ServicesComponents\NodeServices.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="P2P\PbsProtocol.vb" />
|
|
<Compile Include="P2P\PbsThread.vb" />
|
|
<Compile Include="Taskhost.d\Invoke\TaskInvoke.vb" />
|
|
<Compile Include="Taskhost.d\Linq\ILinq%28Of T%29.vb" />
|
|
<Compile Include="Taskhost.d\Linq\LinqProvider.vb" />
|
|
<Compile Include="Taskhost.d\Invoke\Return.vb" />
|
|
<Compile Include="Taskhost.d\Invoke\InvokeInfo.vb" />
|
|
<Compile Include="Taskhost.d\Protocols.vb" />
|
|
<Compile Include="Taskhost.d\Invoke\TaskHost.vb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="P2P\ServicesComponents\ComputingModel.pptx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\Microsoft.VisualBasic_Framework\Microsoft.VisualBasic.Architecture.Framework\+Microsoft.VisualBasic.Architecture.Framework.vbproj">
|
|
<Project>{fecce1fd-e1d4-49e3-a668-60bb5e7aed99}</Project>
|
|
<Name>+Microsoft.VisualBasic.Architecture.Framework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\LINQ\LINQ\LINQ.vbproj">
|
|
<Project>{0a9b9fa6-e12d-48fd-b979-9f021a591e69}</Project>
|
|
<Name>LINQ</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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> |