Skip to content

Commit

Permalink
remove docs and some projects from build and service nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Jun 7, 2024
1 parent b906528 commit 68dd564
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 55 deletions.
4 changes: 4 additions & 0 deletions src/Config/CS_SDK.props
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,8 @@
</PropertyGroup>
</Otherwise>
</Choose>
<!--When we build the DynamoCore solution define a constant for conditional compilation-->
<PropertyGroup Condition="'$(SolutionName)'=='DynamoCore'">
<DefineConstants>$(DefineConstants);MINIMAL_SERVICE</DefineConstants>
</PropertyGroup>
</Project>
43 changes: 0 additions & 43 deletions src/DynamoCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitsCore", "Libraries\Dyna
{133FC760-5699-46D9-BEA6-E816B5F01016} = {133FC760-5699-46D9-BEA6-E816B5F01016}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphLayout", "Engine\GraphLayout\GraphLayout.csproj", "{C2595B04-856D-40AE-8B99-4804C7A70708}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMDataBridge", "Libraries\VMDataBridge\VMDataBridge.csproj", "{CCB6E56B-2DA1-4EBA-A1F9-E8510E129D12}"
ProjectSection(ProjectDependencies) = postProject
{133FC760-5699-46D9-BEA6-E816B5F01016} = {133FC760-5699-46D9-BEA6-E816B5F01016}
Expand All @@ -61,8 +59,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoConversions", "Librar
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoShapeManager", "Tools\DynamoShapeManager\DynamoShapeManager.csproj", "{263FA9C1-F81E-4A8E-95E0-8CDAE20F177B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoInstallDetective", "Tools\DynamoInstallDetective\DynamoInstallDetective.csproj", "{98692887-B389-4F73-A71A-9FC516738DAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoCLI", "DynamoCLI\DynamoCLI.csproj", "{5F9AE581-6781-4A4C-A262-1B06CD27208B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoApplications", "DynamoApplications\DynamoApplications.csproj", "{AA782772-FE61-4226-BAA4-EB529FA1646B}"
Expand All @@ -75,8 +71,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyInfoGenerator", "AssemblySharedInfoGenerator\AssemblyInfoGenerator.csproj", "{133FC760-5699-46D9-BEA6-E816B5F01016}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoFeatureFlags", "Tools\DynamoFeatureFlags\DynamoFeatureFlags.csproj", "{94CF053D-BB66-4FC7-883B-48F072701BA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analysis", "Libraries\Analysis\Analysis.csproj", "{76686ED6-E759-4772-81C2-768740BE13FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSCPython", "Libraries\DSCPython\DSCPython.csproj", "{F1541C2D-80A9-4FE7-8D9E-75A8B9FF3479}"
Expand Down Expand Up @@ -123,8 +117,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSOffice", "Libraries\DSOff
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSOfficeUtilities", "Libraries\DSOfficeUtilities\DSOfficeUtilities.csproj", "{9B4FDC96-E2F9-4B8F-894A-4294405D50E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamoMLDataPipeline", "DynamoMLDataPipeline\DynamoMLDataPipeline.csproj", "{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -213,14 +205,6 @@ Global
{6E0A079E-85F1-45A1-AD5B-9855E4344809}.Release|Any CPU.Build.0 = Release|Any CPU
{6E0A079E-85F1-45A1-AD5B-9855E4344809}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{6E0A079E-85F1-45A1-AD5B-9855E4344809}.Release|NET_Linux.Build.0 = Release|NET_Linux
{C2595B04-856D-40AE-8B99-4804C7A70708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2595B04-856D-40AE-8B99-4804C7A70708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2595B04-856D-40AE-8B99-4804C7A70708}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
{C2595B04-856D-40AE-8B99-4804C7A70708}.Debug|NET_Linux.Build.0 = Debug|NET_Linux
{C2595B04-856D-40AE-8B99-4804C7A70708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2595B04-856D-40AE-8B99-4804C7A70708}.Release|Any CPU.Build.0 = Release|Any CPU
{C2595B04-856D-40AE-8B99-4804C7A70708}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{C2595B04-856D-40AE-8B99-4804C7A70708}.Release|NET_Linux.Build.0 = Release|NET_Linux
{CCB6E56B-2DA1-4EBA-A1F9-E8510E129D12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCB6E56B-2DA1-4EBA-A1F9-E8510E129D12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCB6E56B-2DA1-4EBA-A1F9-E8510E129D12}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
Expand All @@ -245,14 +229,6 @@ Global
{263FA9C1-F81E-4A8E-95E0-8CDAE20F177B}.Release|Any CPU.Build.0 = Release|Any CPU
{263FA9C1-F81E-4A8E-95E0-8CDAE20F177B}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{263FA9C1-F81E-4A8E-95E0-8CDAE20F177B}.Release|NET_Linux.Build.0 = Release|NET_Linux
{98692887-B389-4F73-A71A-9FC516738DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98692887-B389-4F73-A71A-9FC516738DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98692887-B389-4F73-A71A-9FC516738DAB}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
{98692887-B389-4F73-A71A-9FC516738DAB}.Debug|NET_Linux.Build.0 = Debug|NET_Linux
{98692887-B389-4F73-A71A-9FC516738DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98692887-B389-4F73-A71A-9FC516738DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{98692887-B389-4F73-A71A-9FC516738DAB}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{98692887-B389-4F73-A71A-9FC516738DAB}.Release|NET_Linux.Build.0 = Release|NET_Linux
{5F9AE581-6781-4A4C-A262-1B06CD27208B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F9AE581-6781-4A4C-A262-1B06CD27208B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F9AE581-6781-4A4C-A262-1B06CD27208B}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
Expand Down Expand Up @@ -293,14 +269,6 @@ Global
{133FC760-5699-46D9-BEA6-E816B5F01016}.Release|Any CPU.Build.0 = Release|Any CPU
{133FC760-5699-46D9-BEA6-E816B5F01016}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{133FC760-5699-46D9-BEA6-E816B5F01016}.Release|NET_Linux.Build.0 = Release|NET_Linux
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Debug|NET_Linux.Build.0 = Debug|NET_Linux
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{94CF053D-BB66-4FC7-883B-48F072701BA9}.Release|NET_Linux.Build.0 = Release|NET_Linux
{76686ED6-E759-4772-81C2-768740BE13FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76686ED6-E759-4772-81C2-768740BE13FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76686ED6-E759-4772-81C2-768740BE13FA}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
Expand Down Expand Up @@ -459,14 +427,6 @@ Global
{9B4FDC96-E2F9-4B8F-894A-4294405D50E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4FDC96-E2F9-4B8F-894A-4294405D50E7}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4FDC96-E2F9-4B8F-894A-4294405D50E7}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Debug|NET_Linux.ActiveCfg = Debug|NET_Linux
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Debug|NET_Linux.Build.0 = Debug|NET_Linux
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Release|Any CPU.Build.0 = Release|Any CPU
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Release|NET_Linux.ActiveCfg = Release|NET_Linux
{5DF79F45-5F2C-41C1-BACC-890AE514CDA8}.Release|NET_Linux.Build.0 = Release|NET_Linux
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -479,14 +439,11 @@ Global
{87550B2B-6CB8-461E-8965-DFAFE3AAFB5C} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{D8262D40-4880-41E4-91E4-AF8F480C8637} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{6E0A079E-85F1-45A1-AD5B-9855E4344809} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{C2595B04-856D-40AE-8B99-4804C7A70708} = {A6533823-A64A-441C-B7A2-7B2772F87002}
{CCB6E56B-2DA1-4EBA-A1F9-E8510E129D12} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{C5ADC05B-34E8-47BF-8E78-9C7BF96418C2} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{263FA9C1-F81E-4A8E-95E0-8CDAE20F177B} = {D114C59C-CF66-4CC2-980F-9301FB4EA4E1}
{98692887-B389-4F73-A71A-9FC516738DAB} = {D114C59C-CF66-4CC2-980F-9301FB4EA4E1}
{47533B7C-0E1A-44A4-8511-B438645F052A} = {88D45B00-E564-41DB-B57C-9509646CAA49}
{C0D6DEE5-5532-4345-9C66-4C00D7FDB8BE} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{94CF053D-BB66-4FC7-883B-48F072701BA9} = {D114C59C-CF66-4CC2-980F-9301FB4EA4E1}
{76686ED6-E759-4772-81C2-768740BE13FA} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{F1541C2D-80A9-4FE7-8D9E-75A8B9FF3479} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
{A50C198C-DA6E-4081-BC53-0F44D287F207} = {FA7BE306-A3B0-45FA-9D87-0C69E6932C13}
Expand Down
4 changes: 0 additions & 4 deletions src/DynamoCore/DynamoCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
<PackageReference Include="DynamoVisualProgramming.Analytics" Version="4.2.1.4086" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Engine\GraphLayout\GraphLayout.csproj">
<Project>{c2595b04-856d-40ae-8b99-4804c7a70708}</Project>
<Name>GraphLayout</Name>
</ProjectReference>
<ProjectReference Include="..\Engine\ProtoAssociative\ProtoAssociative.csproj">
<Project>{7318d5e5-9d15-4abe-8a51-92f58d4f0b85}</Project>
<Name>ProtoAssociative</Name>
Expand Down
5 changes: 5 additions & 0 deletions src/DynamoCore/Graph/Workspaces/LayoutExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
using Dynamo.Graph.Notes;
using Dynamo.Selection;

#if !MINIMAL_SERVICE

namespace Dynamo.Graph.Workspaces
{


/// <summary>
/// Layout class contains methods for organizing graphs.
/// </summary>
Expand Down Expand Up @@ -622,3 +626,4 @@ private static void SaveLayoutGraphForNodeAutoComplete(this WorkspaceModel works
}
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>DynamoUtilitiesTests</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.18.4"/>
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
Expand All @@ -21,10 +21,6 @@
<Name>DynamoUtilities</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\src\Tools\DynamoInstallDetective\DynamoInstallDetective.csproj">
<Project>{98692887-b389-4f73-a71a-9fc516738dab}</Project>
<Name>DynamoInstallDetective</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
Expand Down
6 changes: 4 additions & 2 deletions test/Libraries/DynamoUtilitiesTests/ProductLookUpTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System;
#if !MINIMAL_SERVICE

using System;
using System.Collections.Generic;
using System.Linq;

Expand Down Expand Up @@ -335,7 +337,6 @@ private static InstalledProductLookUp SetUpProductLookUpFailsToFindProductByName

return lookUp.Object;
}

private static InstalledProductLookUp SetUpProductLookUp(Dictionary<string, Tuple<int,int,int,int>> products,
Dictionary<string, Tuple<int, int, int, int>> locations)
{
Expand Down Expand Up @@ -375,3 +376,4 @@ private static InstalledProductLookUp SetUpProductLookUp(Dictionary<string, Tupl
}
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
</dependencies>
</metadata>
<files>
<file src="**" target="lib\$TargetFramework$\" exclude="en-US\fallback_docs\*"/>
<file src="**" target="lib\$TargetFramework$\" exclude="en-US\fallback_docs\*;NodeHelpSharedDocs\*;Open Source Licenses\* "/>
</files>
</package>

0 comments on commit 68dd564

Please sign in to comment.