Skip to content

Commit 169dce1

Browse files
pmengal_cppmengal_cp
authored andcommitted
Fixed tests compilation problem
1 parent de9b85c commit 169dce1

11 files changed

Lines changed: 16 additions & 15 deletions

Class Library/ActiveUp.Net.Tests/ActiveUp.Net.Tests.csproj

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>ActiveUp.Net.Tests</RootNamespace>
1212
<AssemblyName>ActiveUp.Net.Tests</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -31,6 +31,7 @@
3131
<IsWebBootstrapper>false</IsWebBootstrapper>
3232
<UseApplicationTrust>false</UseApplicationTrust>
3333
<BootstrapperEnabled>true</BootstrapperEnabled>
34+
<TargetFrameworkProfile />
3435
</PropertyGroup>
3536
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3637
<DebugSymbols>true</DebugSymbols>
@@ -74,20 +75,6 @@
7475
<Compile Include="SmtpTests.cs" />
7576
<Compile Include="Properties\AssemblyInfo.cs" />
7677
</ItemGroup>
77-
<ItemGroup>
78-
<ProjectReference Include="..\ActiveUp.Net.Common\ActiveUp.Net.Common.csproj">
79-
<Project>{3A83AE95-C23F-48B4-9F1A-AD4B32C37B93}</Project>
80-
<Name>ActiveUp.Net.Common</Name>
81-
</ProjectReference>
82-
<ProjectReference Include="..\ActiveUp.Net.Mail\ActiveUp.Net.Mail.csproj">
83-
<Project>{2BD4C73E-C8DB-420E-9505-96D3F3BCA7B6}</Project>
84-
<Name>ActiveUp.Net.Mail</Name>
85-
</ProjectReference>
86-
<ProjectReference Include="..\ActiveUp.Net.Smtp\ActiveUp.Net.Smtp.csproj">
87-
<Project>{D9BCD15E-A438-4554-89D3-1CF122167FDD}</Project>
88-
<Name>ActiveUp.Net.Smtp</Name>
89-
</ProjectReference>
90-
</ItemGroup>
9178
<ItemGroup>
9279
<Content Include="resource\testmail.eml">
9380
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -110,6 +97,20 @@
11097
<Install>true</Install>
11198
</BootstrapperPackage>
11299
</ItemGroup>
100+
<ItemGroup>
101+
<ProjectReference Include="..\ActiveUp.Net.Common\ActiveUp.Net.Common.csproj">
102+
<Project>{3A83AE95-C23F-48B4-9F1A-AD4B32C37B93}</Project>
103+
<Name>ActiveUp.Net.Common</Name>
104+
</ProjectReference>
105+
<ProjectReference Include="..\ActiveUp.Net.Mail\ActiveUp.Net.Mail.csproj">
106+
<Project>{2BD4C73E-C8DB-420E-9505-96D3F3BCA7B6}</Project>
107+
<Name>ActiveUp.Net.Mail</Name>
108+
</ProjectReference>
109+
<ProjectReference Include="..\ActiveUp.Net.Smtp\ActiveUp.Net.Smtp.csproj">
110+
<Project>{D9BCD15E-A438-4554-89D3-1CF122167FDD}</Project>
111+
<Name>ActiveUp.Net.Smtp</Name>
112+
</ProjectReference>
113+
</ItemGroup>
113114
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114115
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115116
Other similar extension points exist, see Microsoft.Common.targets.
13 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Dns.dll

3 KB
Binary file not shown.
4.5 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Imap4.dll

7 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Mail.dll

0 Bytes
Binary file not shown.

Samples/Lib/ActiveUp.Net.Nntp.dll

2.5 KB
Binary file not shown.
3 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Pop3.dll

2.5 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Smtp.dll

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)