3 originator = "Marcos David Marin Amador"
5 lastModified = "08/16/2007">
7 <!-- Template Header -->
8 <TemplateConfiguration>
9 <_Name>Shared Library</_Name>
10 <_Category>C/C++</_Category>
11 <Icon>md-project-library|res:cpp-icon-32.png</Icon>
12 <LanguageName>CPP</LanguageName>
13 <_Description>Creates simple shared library C++ project.</_Description>
14 </TemplateConfiguration>
16 <!-- Template Content -->
17 <Combine name = "${ProjectName}" directory = ".">
18 <Project name = "${ProjectName}" directory = "." type = "C/C++">
20 Target = "SharedLibrary"
21 PauseConsoleOutput = "True"
26 <File name = "main.h"><![CDATA[// project created on ${Date} at ${Time}
30 // Add function prototypes here
34 <File name = "main.cpp"><![CDATA[#include "main.h"
36 // Add function definitions here