Fix file path in CalculatorUnitTests.vcxproj.filters (#6)

This commit is contained in:
Matt Cooley
2019-01-31 13:05:10 -08:00
committed by GitHub
parent 278a1e714e
commit 8df88c7106

View File

@@ -57,6 +57,6 @@
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<None Include="CalculatorUnitTests_VS_TemporaryKey.pfx" />
<None Include="CalculatorUnitTests_TemporaryKey.pfx" />
</ItemGroup>
</Project>