You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
419 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\..\..\IPA.Loader\IPA.Loader.csproj" />
  4. </ItemGroup>
  5. <PropertyGroup>
  6. <TargetFramework>net472</TargetFramework>
  7. <RootNamespace>Demo</RootNamespace>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <EmbeddedResource Include="manifest.json" />
  11. <EmbeddedResource Include="description.md" />
  12. </ItemGroup>
  13. </Project>