Skip to content

Commit a0da2cc

Browse files
committed
docs: Fix wrong folder name to change PostBuildEvents to PostBuildScripts
1 parent d405d8b commit a0da2cc

File tree

3 files changed

+56
-5
lines changed

3 files changed

+56
-5
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{522E6653-AA2F-4080-AB14-0FA4E6E84382}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "1 - TestProject - Before turning on automatic updates and enforce min version", "src\ChangesVisualStudioMakesToProjectFileThatNeedToBeMimicked\1 - TestProject - Before turning on automatic updates and enforce min version.csproj", "{09A4A572-9C19-4DB6-AE7F-613B62B0C535}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2 - TestProject - After turning on min version", "src\ChangesVisualStudioMakesToProjectFileThatNeedToBeMimicked\2 - TestProject - After turning on min version.csproj", "{068ADA5A-54EB-4142-8C02-B949387F675C}"
11+
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3 - TestProject - After turning on automatic updates and enforce min version", "src\ChangesVisualStudioMakesToProjectFileThatNeedToBeMimicked\3 - TestProject - After turning on automatic updates and enforce min version.csproj", "{156C17E1-A9B0-4C17-B801-68F90FF49D7F}"
13+
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "4 - TestProject - Already on the latest version", "src\ChangesVisualStudioMakesToProjectFileThatNeedToBeMimicked\4 - TestProject - Already on the latest version.csproj", "{C0D0E0E6-8303-41B0-82FC-303CF58EE74C}"
15+
EndProject
16+
Global
17+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|Any CPU = Debug|Any CPU
19+
Release|Any CPU = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+
{09A4A572-9C19-4DB6-AE7F-613B62B0C535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{09A4A572-9C19-4DB6-AE7F-613B62B0C535}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{09A4A572-9C19-4DB6-AE7F-613B62B0C535}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{09A4A572-9C19-4DB6-AE7F-613B62B0C535}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{068ADA5A-54EB-4142-8C02-B949387F675C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{068ADA5A-54EB-4142-8C02-B949387F675C}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{068ADA5A-54EB-4142-8C02-B949387F675C}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{068ADA5A-54EB-4142-8C02-B949387F675C}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{156C17E1-A9B0-4C17-B801-68F90FF49D7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{156C17E1-A9B0-4C17-B801-68F90FF49D7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{156C17E1-A9B0-4C17-B801-68F90FF49D7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{156C17E1-A9B0-4C17-B801-68F90FF49D7F}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{C0D0E0E6-8303-41B0-82FC-303CF58EE74C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{C0D0E0E6-8303-41B0-82FC-303CF58EE74C}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{C0D0E0E6-8303-41B0-82FC-303CF58EE74C}.Release|Any CPU.ActiveCfg = Release|Any CPU
37+
{C0D0E0E6-8303-41B0-82FC-303CF58EE74C}.Release|Any CPU.Build.0 = Release|Any CPU
38+
EndGlobalSection
39+
GlobalSection(SolutionProperties) = preSolution
40+
HideSolutionNode = FALSE
41+
EndGlobalSection
42+
GlobalSection(NestedProjects) = preSolution
43+
{09A4A572-9C19-4DB6-AE7F-613B62B0C535} = {522E6653-AA2F-4080-AB14-0FA4E6E84382}
44+
{068ADA5A-54EB-4142-8C02-B949387F675C} = {522E6653-AA2F-4080-AB14-0FA4E6E84382}
45+
{156C17E1-A9B0-4C17-B801-68F90FF49D7F} = {522E6653-AA2F-4080-AB14-0FA4E6E84382}
46+
{C0D0E0E6-8303-41B0-82FC-303CF58EE74C} = {522E6653-AA2F-4080-AB14-0FA4E6E84382}
47+
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
SolutionGuid = {F12AB66E-08EA-4BA8-A53E-A3709EF46B72}
50+
EndGlobalSection
51+
EndGlobal

ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Unfortunately the PackageReference format does not support NuGet packages runnin
3131
Instead of using the NuGet package, you will instead need to manually add the PowerShell script to your project, and add the post-build event to the project file.
3232
The steps to do this are:
3333

34-
1. In Visual Studio, right-click on your project and add a new folder called `PostBuildEvents`.
35-
1. Download [the latest AutoUpdateProjectsMinimumRequiredClickOnceVersion.ps1 PowerShell script](https://github.com/deadlydog/AutoUpdateProjectsMinimumRequiredClickOnceVersion/releases) and save it to the `PostBuildEvents` folder.
36-
1. You should now see the PowerShell script in the `PostBuildEvents` folder in Solution Explorer.
37-
1. If you do not see the PowerShell file in Visual Studio, right-click on the `PostBuildEvents` folder and choose `Add` > `Existing Item...`.
38-
Select the PowerShell script that you downloaded and saved to the `PostBuildEvents` folder.
34+
1. In Visual Studio, right-click on your project and add a new folder called `PostBuildScripts`.
35+
1. Download [the latest AutoUpdateProjectsMinimumRequiredClickOnceVersion.ps1 PowerShell script](https://github.com/deadlydog/AutoUpdateProjectsMinimumRequiredClickOnceVersion/releases) and save it to the `PostBuildScripts` folder.
36+
1. You should now see the PowerShell script in the `PostBuildScripts` folder in Solution Explorer.
37+
1. If you do not see the PowerShell file in Visual Studio, right-click on the `PostBuildScripts` folder and choose `Add` > `Existing Item...`.
38+
Select the PowerShell script that you downloaded and saved to the `PostBuildScripts` folder.
3939
1. In Visual Studio, right-click on the project and choose `Properties`.
4040
1. Navigate to the `Build` > `Events` tab, and paste the following code into the `Post-build event` text box:
4141

564 Bytes
Loading

0 commit comments

Comments
 (0)