1. Added Mono-specific version.

2. Bumped NUnit library
3. Fixed up references under VS2015 so entire solution builds.
This commit is contained in:
Mark Smith 2015-07-22 13:06:08 -05:00
Родитель 8a41d16b4f
Коммит 0c3637cb24
6 изменённых файлов: 445 добавлений и 0 удалений

183
bio/Bio.Mono.sln Normal file
Просмотреть файл

@ -0,0 +1,183 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Core", "Source\Framework\Bio.Core\Bio.Core.csproj", "{DFB9C4E2-C98C-4401-A650-756ABAB52663}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shims", "Shims", "{9AD1F00F-4C1B-49A6-8525-4FFAED741F22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Platform.Helpers", "Source\Framework\Shims\Bio.Platform.Helpers\Bio.Platform.Helpers.csproj", "{83CBB611-4049-456A-B87B-0B2CFC4797FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Platform.Helpers.Desktop", "Source\Framework\Shims\Bio.Platform.Helpers.Desktop\Bio.Platform.Helpers.Desktop.csproj", "{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Desktop", "Source\Framework\Bio.Desktop\Bio.Desktop.csproj", "{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "Source\Framework\Shared\Shared.shproj", "{BDB423A3-D3B6-434C-96BA-102025E2EA3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Android", "Source\Framework\Bio.Android\Bio.Android.csproj", "{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.WebServices", "Source\Framework\Bio.WebServices\Bio.WebServices.csproj", "{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8E652F59-53FD-41B2-BA2E-6351AFA95422}"
ProjectSection(SolutionItems) = preProject
Source\Tests\local.runsettings = Source\Tests\local.runsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.TestUtils", "Source\Tests\Bio.TestUtils\Bio.TestUtils.csproj", "{FC09FA89-39A2-4DB7-BB26-4DF616918506}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Tests.Core", "Source\Tests\Bio.Tests\Bio.Tests.Core.csproj", "{B58E121A-3D49-472F-A20A-72EC35575E53}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestData", "Source\Tests\TestData\TestData.shproj", "{64B51721-D4FD-4DA6-B722-95DBAE696F03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Add-ins", "Add-ins", "{235CCF67-0EE2-4964-AED6-23940527AE9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Padena", "Source\Add-in\Bio.Padena\Bio.Padena.csproj", "{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bio.Pamsam", "Source\Add-in\Bio.Pamsam\Bio.Pamsam.csproj", "{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Source\Tests\TestData\TestData.projitems*{fc09fa89-39a2-4db7-bb26-4df616918506}*SharedItemsImports = 4
Source\Framework\Shared\Shared.projitems*{c1249952-18e4-4d6d-bd8d-32a51af2d3f3}*SharedItemsImports = 4
Source\Framework\Shared\Shared.projitems*{a482be8f-67d5-4991-84bd-da3bf6ed84fa}*SharedItemsImports = 4
Source\Tests\TestData\TestData.projitems*{64b51721-d4fd-4da6-b722-95dbae696f03}*SharedItemsImports = 13
Source\Framework\Shared\Shared.projitems*{bdb423a3-d3b6-434c-96ba-102025e2ea3b}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Debug|ARM.ActiveCfg = Debug|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Debug|x64.ActiveCfg = Debug|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Debug|x86.ActiveCfg = Debug|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Release|ARM.ActiveCfg = Release|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Release|x64.ActiveCfg = Release|Any CPU
{DFB9C4E2-C98C-4401-A650-756ABAB52663}.Release|x86.ActiveCfg = Release|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Debug|ARM.ActiveCfg = Debug|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Debug|x64.ActiveCfg = Debug|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Debug|x86.ActiveCfg = Debug|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Release|Any CPU.Build.0 = Release|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Release|ARM.ActiveCfg = Release|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Release|x64.ActiveCfg = Release|Any CPU
{83CBB611-4049-456A-B87B-0B2CFC4797FA}.Release|x86.ActiveCfg = Release|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Debug|x64.ActiveCfg = Debug|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Debug|x86.ActiveCfg = Debug|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Release|Any CPU.Build.0 = Release|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Release|ARM.ActiveCfg = Release|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Release|x64.ActiveCfg = Release|Any CPU
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A}.Release|x86.ActiveCfg = Release|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Debug|x64.ActiveCfg = Debug|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Debug|x86.ActiveCfg = Debug|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Release|Any CPU.Build.0 = Release|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Release|ARM.ActiveCfg = Release|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Release|x64.ActiveCfg = Release|Any CPU
{A482BE8F-67D5-4991-84BD-DA3BF6ED84FA}.Release|x86.ActiveCfg = Release|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Debug|x64.ActiveCfg = Debug|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Debug|x86.ActiveCfg = Debug|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Release|ARM.ActiveCfg = Release|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Release|x64.ActiveCfg = Release|Any CPU
{C1249952-18E4-4D6D-BD8D-32A51AF2D3F3}.Release|x86.ActiveCfg = Release|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Debug|ARM.ActiveCfg = Debug|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Debug|x64.ActiveCfg = Debug|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Debug|x86.ActiveCfg = Debug|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Release|Any CPU.Build.0 = Release|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Release|ARM.ActiveCfg = Release|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Release|x64.ActiveCfg = Release|Any CPU
{3B79B074-0DF5-4FB5-89B7-6A8F4271A1A7}.Release|x86.ActiveCfg = Release|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Debug|ARM.ActiveCfg = Debug|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Debug|x64.ActiveCfg = Debug|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Debug|x86.ActiveCfg = Debug|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Release|Any CPU.Build.0 = Release|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Release|ARM.ActiveCfg = Release|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Release|x64.ActiveCfg = Release|Any CPU
{FC09FA89-39A2-4DB7-BB26-4DF616918506}.Release|x86.ActiveCfg = Release|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Debug|x64.ActiveCfg = Debug|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Debug|x86.ActiveCfg = Debug|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Release|Any CPU.Build.0 = Release|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Release|ARM.ActiveCfg = Release|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Release|x64.ActiveCfg = Release|Any CPU
{B58E121A-3D49-472F-A20A-72EC35575E53}.Release|x86.ActiveCfg = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|ARM.ActiveCfg = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|ARM.Build.0 = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|x64.Build.0 = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Debug|x86.Build.0 = Debug|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|Any CPU.Build.0 = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|ARM.ActiveCfg = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|ARM.Build.0 = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|x64.ActiveCfg = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|x64.Build.0 = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|x86.ActiveCfg = Release|Any CPU
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3}.Release|x86.Build.0 = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|ARM.ActiveCfg = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|ARM.Build.0 = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|x64.ActiveCfg = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|x64.Build.0 = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|x86.ActiveCfg = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Debug|x86.Build.0 = Debug|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|Any CPU.Build.0 = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|ARM.ActiveCfg = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|ARM.Build.0 = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|x64.ActiveCfg = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|x64.Build.0 = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|x86.ActiveCfg = Release|Any CPU
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83CBB611-4049-456A-B87B-0B2CFC4797FA} = {9AD1F00F-4C1B-49A6-8525-4FFAED741F22}
{2A6BB04D-047F-4F04-9AFB-9BF8941A292A} = {9AD1F00F-4C1B-49A6-8525-4FFAED741F22}
{FC09FA89-39A2-4DB7-BB26-4DF616918506} = {8E652F59-53FD-41B2-BA2E-6351AFA95422}
{B58E121A-3D49-472F-A20A-72EC35575E53} = {8E652F59-53FD-41B2-BA2E-6351AFA95422}
{64B51721-D4FD-4DA6-B722-95DBAE696F03} = {8E652F59-53FD-41B2-BA2E-6351AFA95422}
{1CFF1C79-1E34-4411-97E0-0FB02F4865C3} = {235CCF67-0EE2-4964-AED6-23940527AE9C}
{0416DD4D-DA84-4BBF-B698-892CF04D3DFB} = {235CCF67-0EE2-4964-AED6-23940527AE9C}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{14A64DB3-6621-4950-B25D-E24615D9386B}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Bio</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Bio.iOS</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<DocumentationFile>bin\iPhone\Release\Bio.iOS.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bio.Core\Bio.Core.csproj">
<Project>{dfb9c4e2-c98c-4401-a650-756abab52663}</Project>
<Name>Bio.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Shims\Bio.Platform.Helpers\Bio.Platform.Helpers.csproj">
<Project>{83cbb611-4049-456a-b87b-0b2cfc4797fa}</Project>
<Name>Bio.Platform.Helpers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="System.Runtime" />
<Reference Include="System.IO" />
</ItemGroup>
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

Просмотреть файл

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Bio.iOS.Unified")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Bio.iOS")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("77115995-13b6-4f87-a09e-9171206fb64d")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7E92412C-5EFC-4932-B07F-F78853AA7775}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Bio.Platform.Helpers</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Bio.Platform.Helpers</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<DocumentationFile>bin\iPhone\Release\Bio.Platform.Helpers.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Bio.Platform.Helpers.Desktop\TemporaryStream.cs">
<Link>TemporaryStream.cs</Link>
</Compile>
<Compile Include="..\Bio.Platform.Helpers.Droid\PlatformServices.cs">
<Link>PlatformServices.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

Просмотреть файл

@ -0,0 +1,30 @@
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Bio.Platform.Helpers")]
[assembly: AssemblyDescription(".NET Bio Platform Helpers for Xamarin.iOS")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Bio.Platform.Helpers")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

73
bio/createNuget.cmd Normal file
Просмотреть файл

@ -0,0 +1,73 @@
Echo "copying DLLs into bin folder."
@copy "Source\Framework\Bio.Core\bin\Release\Bio.Core.dll" ".\bin"
@copy "Source\Framework\Bio.Core\bin\Release\Bio.Core.xml" ".\bin"
@copy "Source\Framework\Bio.Core\bin\Release\Bio.Core.pdb" ".\bin"
@copy "Source\Framework\Bio.Android\bin\Release\Bio.Android.dll" ".\bin"
@copy "Source\Framework\Bio.Android\bin\Release\Bio.Android.xml" ".\bin"
@copy "Source\Framework\Bio.Android\bin\Release\Bio.Android.pdb" ".\bin"
@copy "Source\Framework\Bio.Desktop\bin\Release\Bio.Desktop.dll" ".\bin"
@copy "Source\Framework\Bio.Desktop\bin\Release\Bio.Desktop.xml" ".\bin"
@copy "Source\Framework\Bio.Desktop\bin\Release\Bio.Desktop.pdb" ".\bin"
@copy "Source\Framework\Bio.iOS\bin\iPhone\Release\Bio.iOS.dll" ".\bin"
@copy "Source\Framework\Bio.iOS\bin\iPhone\Release\Bio.iOS.xml" ".\bin"
@copy "Source\Framework\Bio.iOS\bin\iPhone\Release\Bio.iOS.pdb" ".\bin"
@copy "Source\Framework\Bio.iOS.Unified\bin\iPhone\Release\Bio.iOS.Unified.dll" ".\bin"
@copy "Source\Framework\Bio.iOS.Unified\bin\iPhone\Release\Bio.iOS.Unified.xml" ".\bin"
@copy "Source\Framework\Bio.iOS.Unified\bin\iPhone\Release\Bio.iOS.Unified.pdb" ".\bin"
@copy "Source\Framework\Bio.WebServices\bin\Release\Bio.WebServices.dll" ".\bin"
@copy "Source\Framework\Bio.WebServices\bin\Release\Bio.WebServices.xml" ".\bin"
@copy "Source\Framework\Bio.WebServices\bin\Release\Bio.WebServices.pdb" ".\bin"
@copy "Source\Framework\Shims\Bio.Platform.Helpers\bin\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.PCL.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers\bin\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.PCL.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers\bin\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.PCL.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.Desktop\bin\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.Desktop.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.Desktop\bin\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.Desktop.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.Desktop\bin\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.Desktop.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.iOS\bin\iPhone\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.iOS.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.iOS\bin\iPhone\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.iOS.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.iOS\bin\iPhone\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.iOS.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.iOS.Unified\bin\iPhone\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.iOS.Unified.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.iOS.Unified\bin\iPhone\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.iOS.Unified.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.iOS.Unified\bin\iPhone\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.iOS.Unified.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.Droid\bin\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.Droid.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.Droid\bin\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.iOS.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.Droid\bin\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.iOS.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinPRT\bin\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.WinPRT.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinPRT\bin\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.WinPRT.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinPRT\bin\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.WinPRT.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinPRT\bin\Release\Bio.Platform.Helpers.pri" ".\bin\Bio.Platform.Helpers.WinPRT.pri"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinRT\bin\Release\Bio.Platform.Helpers.dll" ".\bin\Bio.Platform.Helpers.WinRT.dll"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinRT\bin\Release\Bio.Platform.Helpers.xml" ".\bin\Bio.Platform.Helpers.WinRT.xml"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinRT\bin\Release\Bio.Platform.Helpers.pdb" ".\bin\Bio.Platform.Helpers.WinRT.pdb"
@copy "Source\Framework\Shims\Bio.Platform.Helpers.WinRT\bin\Release\Bio.Platform.Helpers.pri" ".\bin\Bio.Platform.Helpers.WinRT.pri"
@copy "Source\Add-in\Bio.Padena\bin\Release\Bio.Padena.dll" ".\bin"
@copy "Source\Add-in\Bio.Padena\bin\Release\Bio.Padena.xml" ".\bin"
@copy "Source\Add-in\Bio.Padena\bin\Release\Bio.Padena.pdb" ".\bin"
@copy "Source\Add-in\Bio.Pamsam\bin\Release\Bio.Pamsam.dll" ".\bin"
@copy "Source\Add-in\Bio.Pamsam\bin\Release\Bio.Pamsam.xml" ".\bin"
@copy "Source\Add-in\Bio.Pamsam\bin\Release\Bio.Pamsam.pdb" ".\bin"
Echo "Creating Nuget package - Bio.Core"
@Nuget pack bioCore.nuspec
Echo "Creating Nuget package - Bio.Web"
@Nuget pack bioWeb.nuspec
Echo "Creating Nuget package - Bio.Algorithms"
@Nuget pack bioAlgorithms.nuspec