Fix file path in CalculatorUnitTests.vcxproj.filters

This commit is contained in:
Matt Cooley 2019-01-31 11:05:45 -08:00
commit daf6d59812

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>