Skip to content

Commit 86dadc8

Browse files
author
mpostol
committed
Initialize the repository #2
- Added nuget packages
1 parent f6b2546 commit 86dadc8

20 files changed

Lines changed: 31 additions & 8 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ publish/
183183
PublishScripts/
184184

185185
# NuGet Packages
186-
*.nupkg
186+
#*.nupkg
187187
# NuGet Symbol Packages
188188
*.snupkg
189189
# The packages folder can be ignored because of Package Restore

CommServer.ProtocolHub.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 14
3-
VisualStudioVersion = 14.0.25420.1
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.28307.960
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2174EF99-7D4B-45EE-87F7-D5912F3DFB5D}"
6-
ProjectSection(SolutionItems) = preProject
7-
..\..\..\svn.CommServer.DA\CommServer.DA.Server\CommServer.DA.Server\Server.NETServerUnitTest\app.config = ..\..\..\svn.CommServer.DA\CommServer.DA.Server\CommServer.DA.Server\Server.NETServerUnitTest\app.config
8-
EndProjectSection
96
EndProject
107
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4Definitions", "..\PR39-CommonResources\T4Definitions\T4Definitions.csproj", "{D506423B-BA21-49E6-8C3B-88A771CA444E}"
118
EndProject
@@ -67,4 +64,7 @@ Global
6764
GlobalSection(NestedProjects) = preSolution
6865
{D506423B-BA21-49E6-8C3B-88A771CA444E} = {2174EF99-7D4B-45EE-87F7-D5912F3DFB5D}
6966
EndGlobalSection
67+
GlobalSection(ExtensibilityGlobals) = postSolution
68+
SolutionGuid = {62D477F7-58C8-4CCC-9377-C69710235621}
69+
EndGlobalSection
7070
EndGlobal

NuGet.Config

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5+
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" />
6+
<add key="Local folder" value="_nugets" />
7+
</packageSources>
8+
<packageRestore>
9+
<add key="enabled" value="True" />
10+
<add key="automatic" value="True" />
11+
</packageRestore>
12+
<bindingRedirects>
13+
<add key="skip" value="False" />
14+
</bindingRedirects>
15+
<packageManagement>
16+
<add key="format" value="0" />
17+
<add key="disabled" value="False" />
18+
</packageManagement>
19+
</configuration>

ProtocolHub.GraphGUI/ProtocolHub.GraphGUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>SchemaGenerator</RootNamespace>
1212
<AssemblyName>CAS.CommServer.ProtocolHub.GraphGUI</AssemblyName>
13-
<ManifestCertificateThumbprint>502D68F34386F28801A8BF04EA024544899F9713</ManifestCertificateThumbprint>
13+
<ManifestCertificateThumbprint>14053BBC21C52A54A0C7BF6526EE9ECB11AAF643</ManifestCertificateThumbprint>
1414
<ManifestKeyFile>
1515
</ManifestKeyFile>
1616
<GenerateManifests>false</GenerateManifests>

ProtocolHub.Monitor/ProtocolHub.Monitor.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<IsWebBootstrapper>false</IsWebBootstrapper>
2828
<ManifestCertificateThumbprint>12299BC7F8A94D617D702521EC82F4C3CABA0486</ManifestCertificateThumbprint>
2929
<ManifestKeyFile>CR.CommServerConsole_TemporaryKey.pfx</ManifestKeyFile>
30-
<GenerateManifests>true</GenerateManifests>
30+
<GenerateManifests>false</GenerateManifests>
3131
<SignManifests>false</SignManifests>
3232
<OldToolsVersion>3.5</OldToolsVersion>
3333
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
@@ -96,6 +96,10 @@
9696
<PropertyGroup>
9797
<SignAssembly>true</SignAssembly>
9898
</PropertyGroup>
99+
<PropertyGroup>
100+
<TargetZone>LocalIntranet</TargetZone>
101+
</PropertyGroup>
102+
<PropertyGroup />
99103
<ItemGroup>
100104
<Reference Include="CAS.CodeProtect, Version=6.1.3.22636, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
101105
<HintPath>..\packages\CAS.CodeProtect.6.1.3\lib\net451\CAS.CodeProtect.dll</HintPath>
51 KB
Binary file not shown.
45.5 KB
Binary file not shown.
45.8 KB
Binary file not shown.
45.8 KB
Binary file not shown.
45.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)