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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>