From: <che...@us...> - 2011-04-04 21:54:09
|
Revision: 4162 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4162&view=rev Author: chef_koch Date: 2011-04-04 21:54:03 +0000 (Mon, 04 Apr 2011) Log Message: ----------- update solution to VS2010 Modified Paths: -------------- trunk/plugins/MyAlarm/MyAlarm/MyAlarm.csproj trunk/plugins/MyAlarm/MyAlarm.sln Modified: trunk/plugins/MyAlarm/MyAlarm/MyAlarm.csproj =================================================================== --- trunk/plugins/MyAlarm/MyAlarm/MyAlarm.csproj 2011-04-04 20:50:27 UTC (rev 4161) +++ trunk/plugins/MyAlarm/MyAlarm/MyAlarm.csproj 2011-04-04 21:54:03 UTC (rev 4162) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -14,6 +14,26 @@ <FileAlignment>512</FileAlignment> <StartupObject> </StartupObject> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>3.5</OldToolsVersion> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -23,6 +43,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -31,6 +52,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. @@ -57,7 +79,6 @@ <ItemGroup> <EmbeddedResource Include="Alarm.png" /> <EmbeddedResource Include="Alarm_disabled.png" /> - <Content Include="!todo.txt" /> <Content Include="Language\da.xml" /> <Content Include="Language\de.xml" /> <Content Include="Language\es.xml" /> @@ -115,4 +136,21 @@ <ItemGroup> <None Include="Properties\DataSources\Alarm.datasource" /> </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> + <Visible>False</Visible> + <ProductName>Windows Installer 3.1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + </ItemGroup> </Project> \ No newline at end of file Modified: trunk/plugins/MyAlarm/MyAlarm.sln =================================================================== --- trunk/plugins/MyAlarm/MyAlarm.sln 2011-04-04 20:50:27 UTC (rev 4161) +++ trunk/plugins/MyAlarm/MyAlarm.sln 2011-04-04 21:54:03 UTC (rev 4162) @@ -1,6 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAlarm", "MyAlarm\MyAlarm.csproj", "{9562CC5C-9AC5-459C-B1F5-407BCC0698F8}" EndProject Global This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |