* renamed MockGraphingImpl to GraphingImpl, updated the nuget.config to include the WindowsApps feed * Revert nuget.config change * Updated vcxproj files to output to the same directory regardless of configuration * Removed outder used GenerateProjectSpecificOutputfolder instead * revert commenting out the temporary.pfx cert in the calculator.vcxproj file
7 lines
147 B
XML
7 lines
147 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="repositorypath" value=".\packages" />
|
|
</config>
|
|
</configuration>
|