mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-08 19:04:06 +01:00
26 lines
466 B
Plaintext
26 lines
466 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="${project.name}"
|
||
|
ProjectGUID="{${project.guid}}"
|
||
|
RootNamespace="${project.name}"
|
||
|
Keyword="Win32Proj"
|
||
|
>
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Win32"
|
||
|
/>
|
||
|
</Platforms>
|
||
|
<ToolFiles>
|
||
|
</ToolFiles>
|
||
|
<Configurations>
|
||
|
</Configurations>
|
||
|
<References>
|
||
|
</References>
|
||
|
<Files>
|
||
|
</Files>
|
||
|
<Globals>
|
||
|
</Globals>
|
||
|
</VisualStudioProject>
|