Skip to content

Commit

Permalink
A few small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jul 1, 2022
1 parent 4362fe6 commit cf16e4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions FXBTests/AutocompleteTests.cs
@@ -1,5 +1,6 @@
using MarkMpn.XmlSchemaAutocomplete;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Rappen.XTB.FetchXmlBuilder;
using System.Linq;

namespace FXBTests
Expand Down
1 change: 1 addition & 0 deletions FXBTests/QueryExpressionTests.cs
@@ -1,5 +1,6 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Xrm.Sdk.Query;
using Rappen.XTB.FetchXmlBuilder.Converters;

namespace FXBTests
{
Expand Down
1 change: 1 addition & 0 deletions FXBTests/TestUrls.cs
@@ -1,4 +1,5 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Rappen.XTB.FetchXmlBuilder.AppCode;

namespace FXBTests
{
Expand Down
1 change: 1 addition & 0 deletions FetchXmlBuilder/FetchXmlBuilder.csproj
Expand Up @@ -473,6 +473,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Forms\About.resx">
<DependentUpon>About.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="DockControls\ResultGrid.resx">
<DependentUpon>ResultGrid.cs</DependentUpon>
Expand Down

0 comments on commit cf16e4c

Please sign in to comment.