We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88836f5 commit 5e9d6beCopy full SHA for 5e9d6be
src/CodeGenerator/CodeGenerator.csproj
@@ -5,16 +5,10 @@
5
<TargetFramework>netcoreapp2.1</TargetFramework>
6
</PropertyGroup>
7
8
- <ItemGroup>
9
- <None Remove="variants.json" />
10
- </ItemGroup>
11
-
12
<ItemGroup>
13
<Content Include="structs_and_enums.json" CopyToOutputDirectory="PreserveNewest" />
14
<Content Include="definitions.json" CopyToOutputDirectory="PreserveNewest" />
15
- <Content Include="variants.json">
16
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
17
- </Content>
+ <Content Include="variants.json" CopyToOutputDirectory="PreserveNewest" />
18
</ItemGroup>
19
20
src/CodeGenerator/Properties/launchSettings.json
0 commit comments