Skip to content

Commit 68e14d4

Browse files
committed
Only copy LibG for ASM230
1 parent fb034bb commit 68e14d4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/DynamoCore/DynamoCore.csproj

+2-8
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
<ItemGroup Label="Common dependencies">
2929
<PackageReference Include="Autodesk.IDSDK" Version="1.1.6" />
3030
<PackageReference Include="Greg" Version="3.0.0.3175" />
31-
<PackageReference Include="DynamoVisualProgramming.LibG_229_0_0" Version="3.0.0.3331" GeneratePathProperty="true" />
3231
<PackageReference Include="DynamoVisualProgramming.LibG_230_0_0" Version="3.0.0.3421" GeneratePathProperty="true" />
33-
<PackageReference Include="DynamoVisualProgramming.LibG_230_0_0" Version="3.0.0.4074" GeneratePathProperty="true" />
3432
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" CopyXML="true" />
3533
<PackageReference Include="RestSharp" Version="108.0.1" CopyXML="true" />
3634
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
@@ -110,18 +108,14 @@
110108

111109
<Target Name="BeforeBuildOps" BeforeTargets="Build">
112110
<PropertyGroup>
113-
<LibGProtoGeometryLibGLocale>$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\libg_locale</LibGProtoGeometryLibGLocale>
111+
<LibGProtoGeometryLibGLocale>$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\libg_locale</LibGProtoGeometryLibGLocale>
114112
</PropertyGroup>
115113
<ItemGroup>
116-
<LibGInterface Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\netstandard2.0\$(LibGOsToken)\LibG.Interface.dll" />
117-
<LibGProtoGeometryDLL Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\netstandard2.0\$(LibGOsToken)\ProtoGeometry.dll" />
118-
<LibGProtoGeometryXML Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\netstandard2.0\$(LibGOsToken)\ProtoGeometry.XML" />
119-
<LibG229Deps Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\netstandard2.0\$(LibGOsToken)\asm_deps.csproj" />
120114
<LibGInterface Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\LibG.Interface.dll" />
121115
<LibGProtoGeometryDLL Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\ProtoGeometry.dll" />
122116
<LibGProtoGeometryXML Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\ProtoGeometry.XML" />
123117
<LibG230Deps Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\asm_deps.csproj" />
124-
<LibGProtoGeometryUICulture Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\netstandard2.0\$(LibGOsToken)\$(UICulture)\*" />
118+
<LibGProtoGeometryUICulture Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\$(UICulture)\*" />
125119
<LibG230 Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\LibG_230_0_0\*" />
126120
<SampleFiles Include="$(SolutionDir)..\doc\distrib\Samples\**\*.*" />
127121
<NodeHelpMDFiles Include="$(SolutionDir)..\doc\distrib\NodeHelpFiles\**\*.md" />

0 commit comments

Comments
 (0)