Skip to content

Commit 89e45f3

Browse files
mannijim_cpmannijim_cp
authored andcommitted
For those works on vs2010
1 parent cd6ba62 commit 89e45f3

8 files changed

Lines changed: 509 additions & 219 deletions

Samples/CS/ActiveUp.MailSystem.DesktopClient/ActiveUp.MailSystem.DesktopClient.csproj renamed to Samples/CS/ActiveUp.MailSystem.DesktopClient/ActiveUp.MailSystem.DesktopClient2010.csproj

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
23
<PropertyGroup>
34
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
45
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -11,9 +12,13 @@
1112
<AssemblyName>ActiveUp.MailSystem.DesktopClient</AssemblyName>
1213
<FileUpgradeFlags>
1314
</FileUpgradeFlags>
14-
<OldToolsVersion>2.0</OldToolsVersion>
15+
<OldToolsVersion>3.5</OldToolsVersion>
1516
<UpgradeBackupLocation>
1617
</UpgradeBackupLocation>
18+
<IsWebBootstrapper>false</IsWebBootstrapper>
19+
<ApplicationIcon>
20+
</ApplicationIcon>
21+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1722
<PublishUrl>publish\</PublishUrl>
1823
<Install>true</Install>
1924
<InstallFrom>Disk</InstallFrom>
@@ -26,11 +31,13 @@
2631
<MapFileExtensions>true</MapFileExtensions>
2732
<ApplicationRevision>0</ApplicationRevision>
2833
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29-
<IsWebBootstrapper>false</IsWebBootstrapper>
3034
<UseApplicationTrust>false</UseApplicationTrust>
3135
<BootstrapperEnabled>true</BootstrapperEnabled>
32-
<ApplicationIcon>
33-
</ApplicationIcon>
36+
<SccProjectName>SAK</SccProjectName>
37+
<SccLocalPath>SAK</SccLocalPath>
38+
<SccAuxPath>SAK</SccAuxPath>
39+
<SccProvider>SAK</SccProvider>
40+
<TargetFrameworkProfile />
3441
</PropertyGroup>
3542
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3643
<DebugSymbols>true</DebugSymbols>
@@ -40,6 +47,7 @@
4047
<DefineConstants>DEBUG;TRACE</DefineConstants>
4148
<ErrorReport>prompt</ErrorReport>
4249
<WarningLevel>4</WarningLevel>
50+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4351
</PropertyGroup>
4452
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4553
<DebugType>pdbonly</DebugType>
@@ -48,6 +56,7 @@
4856
<DefineConstants>TRACE</DefineConstants>
4957
<ErrorReport>prompt</ErrorReport>
5058
<WarningLevel>4</WarningLevel>
59+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5160
</PropertyGroup>
5261
<ItemGroup>
5362
<Reference Include="Accessibility" />
@@ -232,6 +241,7 @@
232241
<DependentUpon>Resources.resx</DependentUpon>
233242
<DesignTime>True</DesignTime>
234243
</Compile>
244+
<None Include="app.config" />
235245
<None Include="Properties\Settings.settings">
236246
<Generator>SettingsSingleFileGenerator</Generator>
237247
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -391,6 +401,11 @@
391401
</EmbeddedResource>
392402
</ItemGroup>
393403
<ItemGroup>
404+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
405+
<Visible>False</Visible>
406+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
407+
<Install>false</Install>
408+
</BootstrapperPackage>
394409
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
395410
<Visible>False</Visible>
396411
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
@@ -406,6 +421,11 @@
406421
<ProductName>.NET Framework 3.5</ProductName>
407422
<Install>false</Install>
408423
</BootstrapperPackage>
424+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
425+
<Visible>False</Visible>
426+
<ProductName>.NET Framework 3.5 SP1</ProductName>
427+
<Install>false</Install>
428+
</BootstrapperPackage>
409429
</ItemGroup>
410430
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
411431
</Project>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
""
2+
{
3+
"FILE_VERSION" = "9237"
4+
"ENLISTMENT_CHOICE" = "NEVER"
5+
"PROJECT_FILE_RELATIVE_PATH" = ""
6+
"NUMBER_OF_EXCLUDED_FILES" = "0"
7+
"ORIGINAL_PROJECT_FILE_PATH" = ""
8+
"NUMBER_OF_NESTED_PROJECTS" = "0"
9+
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
10+
}

Samples/CS/ActiveUp.MailSystem.DesktopClient/ActiveUp.MailSystem.DesktopClient.sln renamed to Samples/CS/ActiveUp.MailSystem.DesktopClient/ActiveUp.MailSystem.DesktopClient2010.sln

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 9.00
3-
# Visual Studio 2005
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActiveUp.MailSystem.DesktopClient", "ActiveUp.MailSystem.DesktopClient.csproj", "{2CFFCA13-B00A-4605-B6A4-D49A616CFCB4}"
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActiveUp.MailSystem.DesktopClient2010", "ActiveUp.MailSystem.DesktopClient2010.csproj", "{2CFFCA13-B00A-4605-B6A4-D49A616CFCB4}"
55
EndProject
66
Global
7+
GlobalSection(TeamFoundationVersionControl) = preSolution
8+
SccNumberOfProjects = 2
9+
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
10+
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs03
11+
SccLocalPath0 = .
12+
SccProjectUniqueName1 = ActiveUp.MailSystem.DesktopClient2010.csproj
13+
SccLocalPath1 = .
14+
EndGlobalSection
715
GlobalSection(SolutionConfigurationPlatforms) = preSolution
816
Debug|Any CPU = Debug|Any CPU
917
Release|Any CPU = Release|Any CPU
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
""
2+
{
3+
"FILE_VERSION" = "9237"
4+
"ENLISTMENT_CHOICE" = "NEVER"
5+
"PROJECT_FILE_RELATIVE_PATH" = ""
6+
"NUMBER_OF_EXCLUDED_FILES" = "0"
7+
"ORIGINAL_PROJECT_FILE_PATH" = ""
8+
"NUMBER_OF_NESTED_PROJECTS" = "0"
9+
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
10+
}

0 commit comments

Comments
 (0)