Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update file assembly version and set BHoM dependencies to not copy local #51

Merged
merged 1 commit into from
Sep 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Socket_Adapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
6 changes: 6 additions & 0 deletions Socket_Adapter/Socket_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@
<ItemGroup>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BHoM_Adapter">
<HintPath>..\..\BHoM_Adapter\Build\BHoM_Adapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Data_oM">
<HintPath>..\..\BHoM\Build\Data_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MongoDB.Bson, Version=2.4.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Bson.2.4.4\lib\net45\MongoDB.Bson.dll</HintPath>
Expand All @@ -46,9 +49,11 @@
<Reference Include="Reflection_Engine">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BHoM_Engine\Build\Reflection_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Serialiser_Engine">
<HintPath>..\..\BHoM_Engine\Build\Serialiser_Engine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -84,6 +89,7 @@
<ProjectReference Include="..\Socket_oM\Socket_oM.csproj">
<Project>{3f378f18-88db-4139-9a20-00bca576cfb1}</Project>
<Name>Socket_oM</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
6 changes: 0 additions & 6 deletions Socket_Test/App.config

This file was deleted.

121 changes: 0 additions & 121 deletions Socket_Test/Program.cs

This file was deleted.

57 changes: 0 additions & 57 deletions Socket_Test/Properties/AssemblyInfo.cs

This file was deleted.

76 changes: 0 additions & 76 deletions Socket_Test/Socket_Test.csproj

This file was deleted.

13 changes: 5 additions & 8 deletions Socket_Toolkit.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Socket_Adapter", "Socket_Adapter\Socket_Adapter.csproj", "{FFEF6E83-840B-41B3-94A1-7DD10550AB02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Socket_Test", "Socket_Test\Socket_Test.csproj", "{D5580B47-E61E-41BC-9B05-E6AC8328F099}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Socket_oM", "Socket_oM\Socket_oM.csproj", "{3F378F18-88DB-4139-9A20-00BCA576CFB1}"
EndProject
Global
Expand All @@ -19,10 +17,6 @@ Global
{FFEF6E83-840B-41B3-94A1-7DD10550AB02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFEF6E83-840B-41B3-94A1-7DD10550AB02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFEF6E83-840B-41B3-94A1-7DD10550AB02}.Release|Any CPU.Build.0 = Release|Any CPU
{D5580B47-E61E-41BC-9B05-E6AC8328F099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5580B47-E61E-41BC-9B05-E6AC8328F099}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5580B47-E61E-41BC-9B05-E6AC8328F099}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5580B47-E61E-41BC-9B05-E6AC8328F099}.Release|Any CPU.Build.0 = Release|Any CPU
{3F378F18-88DB-4139-9A20-00BCA576CFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F378F18-88DB-4139-9A20-00BCA576CFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F378F18-88DB-4139-9A20-00BCA576CFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -31,4 +25,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {847DA225-19CE-416C-8EC8-863B1794C36F}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion Socket_oM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
2 changes: 2 additions & 0 deletions Socket_oM/Socket_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
<ItemGroup>
<Reference Include="BHoM">
<HintPath>..\..\BHoM\Build\BHoM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Reflection_oM">
<HintPath>..\..\BHoM\Build\Reflection_oM.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down