Skip to content

Commit

Permalink
Update BuildSolution for removing PygmentSharp.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Blanchard committed Nov 16, 2021
1 parent d740ccb commit 9c718d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
12 changes: 8 additions & 4 deletions Projects/BuildSolution/AOTBrowser/AOTBrowser.rnrproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@
<Project>{2f618da7-59bc-4abe-8f24-72d2d59f9ad4}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\AOTBrowser\PygmentSharp.Core\PygmentSharp.Core.csproj">
</ItemGroup>
<ItemGroup>
<Folder Include="AxReference\" />
</ItemGroup>
<ItemGroup>
<Reference Include="PygmentSharp.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null">
<Name>PygmentSharp.Core</Name>
<Project>{9eb63a83-0f9d-4c49-bc2a-95e37eb1cb15}</Project>
<Private>True</Private>
</ProjectReference>
<HintPath>..\packages\PygmentSharp.Core.0.3.0\lib\netstandard2.0\PygmentSharp.Core.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.Common.targets" />
<Import Project="$(BuildTasksDirectory)\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets" />
Expand Down
13 changes: 5 additions & 8 deletions Projects/BuildSolution/BuildSolution.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1401
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FC65038C-1B2F-41E1-A629-BED71D161FFF}") = "AOTBrowser (ISV) [AOTBrowser]", "AOTBrowser\AOTBrowser.rnrproj", "{B46BA67D-F758-4471-A70B-D6B2E2A4689D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arbela.Dynamics.AX.Xpp.Support", "..\AOTBrowser\Arbela.Dynamics.AX.Xpp.Support\Arbela.Dynamics.AX.Xpp.Support.csproj", "{2F618DA7-59BC-4ABE-8F24-72D2D59F9AD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PygmentSharp.Core", "..\AOTBrowser\PygmentSharp.Core\PygmentSharp.Core.csproj", "{9EB63A83-0F9D-4C49-BC2A-95E37EB1CB15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -23,12 +21,11 @@ Global
{2F618DA7-59BC-4ABE-8F24-72D2D59F9AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F618DA7-59BC-4ABE-8F24-72D2D59F9AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F618DA7-59BC-4ABE-8F24-72D2D59F9AD4}.Release|Any CPU.Build.0 = Release|Any CPU
{9EB63A83-0F9D-4C49-BC2A-95E37EB1CB15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EB63A83-0F9D-4C49-BC2A-95E37EB1CB15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EB63A83-0F9D-4C49-BC2A-95E37EB1CB15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EB63A83-0F9D-4C49-BC2A-95E37EB1CB15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4F287D9-D6CE-48DB-B9AC-67CFB7332BC6}
EndGlobalSection
EndGlobal

0 comments on commit 9c718d4

Please sign in to comment.