Skip to content

Commit

Permalink
Use path for cswinrt.sln (#1260)
Browse files Browse the repository at this point in the history
Because we ran the previous command for the build.cmd, we should do the same for the next command
  • Loading branch information
AZero13 authored Oct 21, 2022
1 parent 79a86bf commit 18ab8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The [`build.cmd`](src/build.cmd) script takes care of all related configuration

- Open a Visual Studio Developer command prompt pointing at the repo.
- Run `src\build.cmd`.
- To launch the project in Visual Studio, run `devenv cswinrt.sln` from the same command prompt. This will inherit the necessary environment.
- To launch the project in Visual Studio, run `devenv src\cswinrt.sln` from the same command prompt. This will inherit the necessary environment.

**Note:** By default, the projects for various [Projections](src/Projections) only generate source files for Release configurations, where `cswinrt.exe` can execute in seconds. To generate sources for the [Projections](src/Projections) projects on Debug configurations, set the project property `GenerateTestProjection` to `true`. This configuration permits a faster inner loop in Visual Studio. In either case, existing projection sources under the "Generated Files" folder will still be compiled into the projection assembly.

Expand Down

0 comments on commit 18ab8b8

Please sign in to comment.