poco/ProGen/templates/vs120/Win32/library/project.template

27 lines
469 B
Plaintext
Raw Normal View History

2014-01-24 17:49:14 +01:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="${project.name}"
ProjectGUID="{${project.guid}}"
RootNamespace="${project.name}"
Keyword="Win32Proj"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
</Configurations>
<References>
</References>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>