Update readme with details of custom configurations. (#21)

* Updating readme with instructions for custom configurations.

* Updating text.
This commit is contained in:
Manodasan Wignarajah 2020-04-17 12:01:34 -07:00 коммит произвёл GitHub
Родитель be5175b7c4
Коммит d82a8fd2ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,11 @@ This project contains App-local DLLs that forward to runtime DLLs that are requi
The NuGet package Microsoft.VCRTForwarders.140 can be found [here](https://aka.ms/vcrtfwdnuget).
Referencing the package will include the appropriate version of the forwarders on supported architectures based
on the CRT (debug / release) in use in the component project. For projects using custom debug configurations and referencing the component DLL
directly rather than via project (i.e C++ applications), the `VCRTForwarders-IncludeDebugCRT` property can be set to `true`
for that configuration to ensure inclusion of the debug CRT forwarders.
## Sample usage
You can find samples of C++ and C# apps using the forwarders [here](https://aka.ms/regfreewinrtsample).