diff --git a/ReadMe.md b/ReadMe.md index dd132db..56ee46c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,16 +1,16 @@ -##Application Insights SDK C++ - For UAP apps## +## Application Insights SDK C++ - For UAP apps -###Introduction### +### Introduction This document describes how to integrate AppInsights into your projects and the APIs available to you. -###Requirements:### +### Requirements: This SDK will run on Windows C++ - VS 2015 UAP projects -###Download:### +### Download: 1. Download the ApplicationInsightsCpp.zip file. 2. Unzip the folder to a location on your computer (i.e. c:\sdk). The folder contains static libs for debug and release and the *.h files. -###Setup:### +### Setup: 1. In your project, in both **release and debug mode**, Add the ``\ApplicationInsights\inc to the project properties -> VC++ Directories -> Include Directories 2. In both **release and debug**, add AppInsights_Win10-UAP.lib to your project properties -> Link -> input -> additional dependencies 3. In **release**: @@ -45,8 +45,7 @@ This SDK will run on Windows C++ - VS 2015 UAP projects tc->TrackMetric(L"Test Metric", 5.03); ``` - -###APIs### +### APIs ```cpp /// /// Initializes a new instance of the class. @@ -118,4 +117,4 @@ void EnableTracking(); void RenewSession(); ``` -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.