fix .progen files

This commit is contained in:
Guenter Obiltschnig 2015-07-31 12:49:51 +02:00
parent 2065799db9
commit d67d8d8cdf
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ vc.project.type = executable
vc.project.pocobase = ..\\..\\..
vc.project.platforms = Win32, x64
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
vc.project.prototype = ${vc.project.name}_vs80.vcproj
vc.project.prototype = ${vc.project.name}_vs90.vcproj
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\PDF\\include
vc.project.linker.dependencies =

View File

@ -5,6 +5,6 @@ vc.project.type = executable
vc.project.pocobase = ..\\..\\..
vc.project.platforms = Win32, x64
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
vc.project.prototype = ${vc.project.name}_vs80.vcproj
vc.project.prototype = ${vc.project.name}_vs90.vcproj
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\PDF\\include
vc.project.linker.dependencies =