Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pcap-Net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Pcap-Net
Commits
79e65a56
Commit
79e65a56
authored
Oct 29, 2016
by
Boaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Visual Studio Community 2015.
Upgrade PcapDotNet.Core to .NET 4.5.2.
parent
00db65c8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
.gitignore
.gitignore
+2
-0
PcapDotNet.Core.Extensions.csproj
...pDotNet.Core.Extensions/PcapDotNet.Core.Extensions.csproj
+3
-3
PcapDotNet.Core.Test.csproj
...tNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
+3
-3
PcapDotNet.Core.vcxproj
PcapDotNet/src/PcapDotNet.Core/PcapDotNet.Core.vcxproj
+6
-6
No files found.
.gitignore
View file @
79e65a56
...
...
@@ -15,3 +15,5 @@ TemporaryGeneratedFile_*
*.snk
*.suo
*.vcxproj.user
*.db
*.opendb
PcapDotNet/src/PcapDotNet.Core.Extensions/PcapDotNet.Core.Extensions.csproj
View file @
79e65a56
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"
4
.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
ToolsVersion=
"
12
.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
...
...
@@ -10,7 +10,7 @@
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
PcapDotNet.Core.Extensions
</RootNamespace>
<AssemblyName>
PcapDotNet.Core.Extensions
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v4.5
.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<SccProjectName>
SAK
</SccProjectName>
<SccLocalPath>
SAK
</SccLocalPath>
...
...
@@ -169,7 +169,7 @@
<Name>
PcapDotNet.Base
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\PcapDotNet.Core\PcapDotNet.Core.vcxproj"
>
<Project>
{89
C63BE1-AF9A-472E-B256-A4F56B1655A
7}
</Project>
<Project>
{89
c63be1-af9a-472e-b256-a4f56b1655a
7}
</Project>
<Name>
PcapDotNet.Core
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\PcapDotNet.Packets\PcapDotNet.Packets.csproj"
>
...
...
PcapDotNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
View file @
79e65a56
...
...
@@ -10,7 +10,7 @@
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
PcapDotNet.Core.Test
</RootNamespace>
<AssemblyName>
PcapDotNet.Core.Test
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v4.5
.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<ProjectTypeGuids>
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<SccProjectName>
SAK
</SccProjectName>
...
...
@@ -103,7 +103,7 @@
<CodeAnalysisUseTypeNameInSuppression>
true
</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>
GlobalSuppressions.cs
</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>
prompt
</ErrorReport>
<CodeAnalysisRuleSet>
AllRules
.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>
..\PcapDotNetCPP
.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>
;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets
</CodeAnalysisRuleSetDirectories>
<CodeAnalysisIgnoreBuiltInRuleSets>
true
</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisRuleDirectories>
;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules
</CodeAnalysisRuleDirectories>
...
...
@@ -184,7 +184,7 @@
<Name>
PcapDotNet.Core.Extensions
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\PcapDotNet.Core\PcapDotNet.Core.vcxproj"
>
<Project>
{89
C63BE1-AF9A-472E-B256-A4F56B1655A
7}
</Project>
<Project>
{89
c63be1-af9a-472e-b256-a4f56b1655a
7}
</Project>
<Name>
PcapDotNet.Core
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\PcapDotNet.Packets.TestUtils\PcapDotNet.Packets.TestUtils.csproj"
>
...
...
PcapDotNet/src/PcapDotNet.Core/PcapDotNet.Core.vcxproj
View file @
79e65a56
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
2
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
...
...
@@ -128,7 +128,7 @@
<SccLocalPath>
.
</SccLocalPath>
<SccProvider>
{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
</SccProvider>
<Keyword>
ManagedCProj
</Keyword>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v4.5
.2
</TargetFrameworkVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
...
...
@@ -136,26 +136,26 @@
<CharacterSet>
Unicode
</CharacterSet>
<CLRSupport>
true
</CLRSupport>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<CLRSupport>
true
</CLRSupport>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<CLRSupport>
true
</CLRSupport>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<CLRSupport>
true
</CLRSupport>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment