poco/ProGen/templates/vs90/x64/executable/project.template

27 lines
467 B
Plaintext
Raw Normal View History

2012-04-29 20:52:25 +02: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="x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
</Configurations>
<References>
</References>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>