- Mar 05, 2018
-
-
Niko Ehrenfeuchter authored
This has been superseded and is handled much smarter by the updater. Refers to #13
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 28, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 27, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
The shared approach results in conflicts if the generated class is used in ATxCommon which is imported in the other projects. This way we can use the symbols defined via ATxCommon in all depending projects. The downside is that it slows down the build-process a bit as every build from a project depending on ATxCommon (read: all others) will change the generated code and thus force a re-build of ATxCommon and the project itself. Since building the entire solution is still just a matter of seconds, that's a fair trade-off.
-
Niko Ehrenfeuchter authored
Useful in combination with the AssemblyInformationalVersion property.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
See https://stackoverflow.com/a/10334095/2018314 for details on sharing resources among multiple projects in a solution.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
The second colon (:) has strange effects in the "Output" window of VisualStudio, messing up the text alignment.
-
Niko Ehrenfeuchter authored
There is no need to have this only as a post-build event, providing it at this stage will allow us to include it in the assembly information.
-
- Feb 26, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 16, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #18
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #18
-
- Feb 14, 2018
-
-
Niko Ehrenfeuchter authored
Add the template files as links to the ATxService project, pointing to the central "Solution Items" files and mark them for copying to the build output location. Update the Make-Package script accordingly.
-
- Feb 13, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 11, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Refers to #13
-
- Feb 09, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #2
-
- Feb 05, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #3
-
- Feb 02, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 01, 2018
-
-
Niko Ehrenfeuchter authored
-
- Dec 21, 2017
-
-
Niko Ehrenfeuchter authored
Plus also check if the repository's commit state is dirty and report accordingly.
-
Niko Ehrenfeuchter authored
This is done using a git-hook script generating a text file which is used as a resource by VS. The pre-build script in VS makes sure the file is actually existing (using a default string) since otherwise the build would fail.
-
- Dec 19, 2017
-
-
Niko Ehrenfeuchter authored
-
- Dec 13, 2017
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
The previously used "Resources" folder is not a good location for them as they are not really part of the application itself.
-