Skip to content

Commit

Permalink
Fixed File Issue in source gen
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Feb 23, 2022
1 parent 382457c commit 19dbf0a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
<ItemGroup>
<!-- GraphQL Files -->
<GraphQL Include="**/*.graphql" />
<None Remove="@(GraphQL)" />
<Watch Include="@(GraphQL)" />
<AdditionalFiles Include="@(GraphQL)" GraphQL="true" />
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="GraphQL" />

<!-- GraphQL Config Files -->
<GraphQLConfig Include="**/.graphqlrc.json" />
<None Remove="@(GraphQLConfig)" />
<Content Remove="@(GraphQLConfig)" />
<Watch Include="@(GraphQLConfig)" />
<AdditionalFiles Include="@(GraphQLConfig)" GraphQLConfig="true" />
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="GraphQLConfig" />
Expand All @@ -40,4 +37,4 @@

<Target Name="GraphQLCompile" />

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
<ItemGroup>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Custom.cs" />
<Compile Remove="CustomScalar\Test.cs" />
<Compile Remove="StarWars\Test.cs" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)..\..\src\MSBuild\StrawberryShake.targets" />

Expand Down

0 comments on commit 19dbf0a

Please sign in to comment.