Cosmos/source/Cosmos.VS.Package/Templates/Projects
fanoI 81402241c0 Fixed Template for Visual Basic kernel
- Visual Basict projects do not accept ';' as separator between the constant definitions they accept instead ','
- The example kernel was wrong as nothing was really echoed back!
2016-08-29 15:44:57 +02:00
..
Cosmos
CosmosKernel (C#) Fixed build configurations for new projects. Closes #352 and #353. 2016-04-08 22:42:53 -05:00
CosmosKernel (VB) Fixed Template for Visual Basic kernel 2016-08-29 15:44:57 +02:00
CosmosProject (C#) Fixed build configurations for new projects. Closes #352 and #353. 2016-04-08 22:42:53 -05:00
CosmosProject (F#) Fixed build configurations for new projects. Closes #352 and #353. 2016-04-08 22:42:53 -05:00
CosmosProject (VB) Fixed Template for Visual Basic kernel 2016-08-29 15:44:57 +02:00
Readme.txt

Overview of templates.

+ Cosmos
    Only generates a .Cosmos file
+ CosmosKernel (C#)
    Only generates a .csproj file
+ CosmosProject (C#)
    Generates both a .csproj and a .Cosmos file.