Misc project cleanup

internals
Eric Mellino 5 years ago
parent 88836f5e0b
commit 5e9d6be61d
  1. 8
      src/CodeGenerator/CodeGenerator.csproj
  2. 8
      src/CodeGenerator/Properties/launchSettings.json

@ -5,16 +5,10 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="variants.json" />
</ItemGroup>
<ItemGroup>
<Content Include="structs_and_enums.json" CopyToOutputDirectory="PreserveNewest" />
<Content Include="definitions.json" CopyToOutputDirectory="PreserveNewest" />
<Content Include="variants.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="variants.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>

@ -1,8 +0,0 @@
{
"profiles": {
"CodeGenerator": {
"commandName": "Project",
"commandLineArgs": "E:\\repositories\\github\\ImGui.NET\\src\\ImGui.NET\\Generated"
}
}
}
Loading…
Cancel
Save