|
Revision 19793, 1.0 kB
(checked in by patrick, 2 years ago)
|
Drop support for Visual C++ 7.0. The minimum required compiler version on
Windows is now Visual C++ 7.1 (from .NET 2003).
Approved by: General silence on vrjuggler-devel
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="Windows-1252"?> |
|---|
| 2 |
<VisualStudioProject |
|---|
| 3 |
ProjectType="Visual C++" |
|---|
| 4 |
Version="7.10" |
|---|
| 5 |
Name="Tweek IDL to C++" |
|---|
| 6 |
ProjectGUID="{3BCCC61B-04CC-4E14-9E47-397ADF93EEF6}" |
|---|
| 7 |
Keyword="MakeFileProj"> |
|---|
| 8 |
<Platforms> |
|---|
| 9 |
<Platform |
|---|
| 10 |
Name="Win32"/> |
|---|
| 11 |
</Platforms> |
|---|
| 12 |
<Configurations> |
|---|
| 13 |
<Configuration |
|---|
| 14 |
Name="ReleaseDLL|Win32" |
|---|
| 15 |
OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
|---|
| 16 |
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|---|
| 17 |
ConfigurationType="0"> |
|---|
| 18 |
<Tool |
|---|
| 19 |
Name="VCNMakeTool" |
|---|
| 20 |
BuildCommandLine="nmake all" |
|---|
| 21 |
ReBuildCommandLine="nmake clean all" |
|---|
| 22 |
CleanCommandLine="nmake clean"/> |
|---|
| 23 |
</Configuration> |
|---|
| 24 |
</Configurations> |
|---|
| 25 |
<References> |
|---|
| 26 |
</References> |
|---|
| 27 |
<Files> |
|---|
| 28 |
<Filter |
|---|
| 29 |
Name="Source Files" |
|---|
| 30 |
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> |
|---|
| 31 |
</Filter> |
|---|
| 32 |
<Filter |
|---|
| 33 |
Name="Header Files" |
|---|
| 34 |
Filter="h;hpp;hxx;hm;inl;inc"> |
|---|
| 35 |
</Filter> |
|---|
| 36 |
<Filter |
|---|
| 37 |
Name="Resource Files" |
|---|
| 38 |
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> |
|---|
| 39 |
</Filter> |
|---|
| 40 |
</Files> |
|---|
| 41 |
<Globals> |
|---|
| 42 |
</Globals> |
|---|
| 43 |
</VisualStudioProject> |
|---|