Testing.props 480 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
  4. <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
  5. <_Parameter1>SharpGLTF.Core.Tests</_Parameter1>
  6. </AssemblyAttribute>
  7. <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
  8. <_Parameter1>SharpGLTF.Toolkit.Tests</_Parameter1>
  9. </AssemblyAttribute>
  10. </ItemGroup>
  11. </Project>