Skip to content

Commit d55d36f

Browse files
authored
Updated Enabling Configuration Doc for VS2015U3
Added the steps needed to enable the configuration in Visual Studio 2015 Update 3
1 parent e179221 commit d55d36f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

documentation/EnableConfiguration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ At this time, the code fix is not able to fully configure the newly-created **st
44
tracked in bug report [dotnet/roslyn#4655](https://github.com/dotnet/roslyn/issues/4655). In the mean time, users must
55
manually perform the following additional steps after creating the **stylecop.json** file.
66

7+
In Visual Studio 2015 Update 3 and newer:
8+
9+
1. Select the file in **Solution Explorer**.
10+
2. In the Properties window set the value for **Build Action** to **AdditionalFiles**.
11+
12+
In older versions of Visual Studio 2015:
13+
714
1. Right click the project in **Solution Explorer** and select **Unload Project**. If you are asked to save changes,
815
click **Yes**.
916
2. Right click the unloaded project in **Solution Explorer** and select **Edit *ProjectName*.csproj**.

0 commit comments

Comments
 (0)