Skip to content

Commit 4755c66

Browse files
authored
Merge pull request #2259 from aboo/aboo-doc-enable-config-vs2015u3
Updated Enabling Configuration Doc for VS2015U3
2 parents 4cf3e03 + d55d36f commit 4755c66

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)