Cesar De la Torre
|
439ec70edf
|
Better way to include the images/pictures in the bits/image:
<None Update="Pics\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
|
2017-02-16 16:30:46 -08:00 |
|
Cesar De la Torre
|
bf6e696ccb
|
Fix: Manual update to .CSPROJ file XML as VS 2017 was throwing an error when trying to go to the pics folder properties to include it in the output directoy. Added:
<None Update="Pics">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
See possible related bug in VS 2017:
https://github.com/dotnet/roslyn-project-system/issues/1579
|
2017-02-16 13:22:42 -08:00 |
|
Cesar De la Torre
|
fafaf42c63
|
Minor change in Catalog.API
|
2017-02-16 12:37:09 -08:00 |
|
Cesar De la Torre
|
9ccf7f11ce
|
Changes for CLI compatibility and New .PDF version
|
2017-02-16 12:31:53 -08:00 |
|
etomas
|
c7e362ac67
|
Docker files ready for the Visual Studio Docker Tools
Everything works as exepcted except SPA version which need further adjustments
|
2017-02-14 18:11:51 +01:00 |
|
etomas
|
af14d37378
|
Projects migrated to vs2017 csproj format
|
2017-02-14 16:23:26 +01:00 |
|