-
Notifications
You must be signed in to change notification settings - Fork 5
/
SSharpBouncyCastleCryptoSslStreamLibrary.csproj
111 lines (111 loc) · 6.62 KB
/
SSharpBouncyCastleCryptoSslStreamLibrary.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{05A9CB57-CB53-49A9-97EF-80695D2A1953}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SSharpBouncyCastleCryptoSslStreamLibrary</RootNamespace>
<AssemblyName>SSharpBouncyCastleCryptoSslStreamLibrary</AssemblyName>
<ProjectTypeGuids>{0B4745B0-194B-4BB6-8E21-E9057CA92500};{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
<OSVersion>5.0</OSVersion>
<DeployDirSuffix>SmartDeviceProject1</DeployDirSuffix>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<NativePlatformName>Windows CE</NativePlatformName>
<FormFactorID>
</FormFactorID>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<AllowedReferenceRelatedFileExtensions>.allowedReferenceRelatedFileExtensions</AllowedReferenceRelatedFileExtensions>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETCF;SSHARP;SECURITY_DEP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FileAlignment>512</FileAlignment>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<AllowedReferenceRelatedFileExtensions>.allowedReferenceRelatedFileExtensions</AllowedReferenceRelatedFileExtensions>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FileAlignment>512</FileAlignment>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
<DefineConstants>NETCF;SSHARP;SECURITY_DEP</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="SimplSharpCustomAttributesInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\ProgramData\Crestron\SDK\SimplSharpCustomAttributesInterface.dll</HintPath>
</Reference>
<Reference Include="SimplSharpHelperInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\ProgramData\Crestron\SDK\SimplSharpHelperInterface.dll</HintPath>
</Reference>
<Reference Include="SSCoreTupleLibrary, Version=1.0.0.15246, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SSCoreTupleLibrary\SSCoreTupleLibrary\bin\Release\SSCoreTupleLibrary.dll</HintPath>
</Reference>
<Reference Include="SSharpBouncyCastleCryptoLibrary, Version=1.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SSharpBouncyCastleCryptoLibrary\SSharpBouncyCastleCryptoLibrary\bin\Release\SSharpBouncyCastleCryptoLibrary.dll</HintPath>
</Reference>
<Reference Include="SSharpCrestronExtensionsLibrary, Version=1.0.0.15208, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SSharpCrestronExtensionsLibrary\SSharpCrestronExtensionsLibrary\bin\Release\SSharpCrestronExtensionsLibrary.dll</HintPath>
</Reference>
<Reference Include="SSMonoThreadPoolLibrary, Version=1.0.0.15290, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\SSMonoThreadingLibrary\SSMonoThreadPoolLibrary\bin\Release\SSMonoThreadPoolLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="System.Net.Security\EncryptionPolicy.cs" />
<Compile Include="System.Net.Security\LocalCertificateSelectionCallback.cs" />
<Compile Include="System.Net\EnumTypes.cs" />
<Compile Include="System.Net.Security\SslStream.cs" />
<Compile Include="System.Net.Security\RemoteCertificateValidationCallback.cs" />
<Compile Include="System.Net.Security\SslPolicyErrors.cs" />
<Compile Include="System.Security.Authentication\AuthenticationException.cs" />
<Compile Include="System.Security.Authentication\SslEnumTypes.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateCollection.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509Chain.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElement.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementCollection.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementEnumerator.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509ChainPolicy.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509ChainStatus.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509ChainStatusFlags.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509FindType.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509RevocationFlag.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509RevocationMode.cs" />
<Compile Include="System.Security.Cryptography.X509Certificates\X509VerificationFlags.cs" />
<None Include="Properties\ControlSystem.cfg" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>rem S# preparation will execute after these operations</PostBuildEvent>
</PropertyGroup>
</Project>