diff options
author | Anders Broman <anders.broman@ericsson.com> | 2009-09-24 05:11:47 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2009-09-24 05:11:47 +0000 |
commit | 9ac672ca81d07c2ae70709ff50be36fad5e29653 (patch) | |
tree | 7389e16351c592fb31c0ec7cdf2e6222d7fac0f7 /epan/libwireshark.vcproj | |
parent | d78510ed513bb992c42621d3ce80418c10414dca (diff) | |
download | wireshark-9ac672ca81d07c2ae70709ff50be36fad5e29653.tar.gz wireshark-9ac672ca81d07c2ae70709ff50be36fad5e29653.tar.bz2 wireshark-9ac672ca81d07c2ae70709ff50be36fad5e29653.zip |
Update *.vcproj to visual studio 8
svn path=/trunk/; revision=30111
Diffstat (limited to 'epan/libwireshark.vcproj')
-rw-r--r-- | epan/libwireshark.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/libwireshark.vcproj b/epan/libwireshark.vcproj index 3901baf1d5..1c6e4f7e0e 100644 --- a/epan/libwireshark.vcproj +++ b/epan/libwireshark.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="libwireshark"
ProjectGUID="{78DC3973-9100-4C4E-B135-822B623A2EAF}"
RootNamespace="libwireshark"
Keyword="MakeFileProj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
|