Skip to content

Commit 1a5707b

Browse files
committed
Updated to VS 2010
1 parent 157cca4 commit 1a5707b

6 files changed

+33
-24
lines changed

IDOSwitcher.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 10.00
3-
# Visual Studio 2008
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
44
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Switcheroo", "IDOSwitcher\Switcheroo.csproj", "{B28E183B-0E38-48A8-8A4E-B4AB7B23CE93}"
55
ProjectSection(ProjectDependencies) = postProject
66
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A} = {FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}

IDOSwitcher/IDOSwitcher.csproj.user

-15
This file was deleted.

IDOSwitcher/Properties/Resources.Designer.cs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IDOSwitcher/Properties/Settings.Designer.cs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IDOSwitcher/Switcheroo.csproj

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -16,6 +16,11 @@
1616
<WarningLevel>4</WarningLevel>
1717
<IsWebBootstrapper>false</IsWebBootstrapper>
1818
<ApplicationIcon>arrow_switch.ico</ApplicationIcon>
19+
<FileUpgradeFlags>
20+
</FileUpgradeFlags>
21+
<UpgradeBackupLocation>
22+
</UpgradeBackupLocation>
23+
<OldToolsVersion>3.5</OldToolsVersion>
1924
<PublishUrl>publish\</PublishUrl>
2025
<Install>true</Install>
2126
<InstallFrom>Disk</InstallFrom>
@@ -82,18 +87,26 @@
8287
<ApplicationDefinition Include="App.xaml">
8388
<Generator>MSBuild:Compile</Generator>
8489
<SubType>Designer</SubType>
90+
<Generator>MSBuild:Compile</Generator>
91+
<SubType>Designer</SubType>
8592
</ApplicationDefinition>
8693
<Page Include="About.xaml">
8794
<SubType>Designer</SubType>
8895
<Generator>MSBuild:Compile</Generator>
96+
<Generator>MSBuild:Compile</Generator>
97+
<SubType>Designer</SubType>
8998
</Page>
9099
<Page Include="options.xaml">
91100
<SubType>Designer</SubType>
92101
<Generator>MSBuild:Compile</Generator>
102+
<Generator>MSBuild:Compile</Generator>
103+
<SubType>Designer</SubType>
93104
</Page>
94105
<Page Include="MainWindow.xaml">
95106
<Generator>MSBuild:Compile</Generator>
96107
<SubType>Designer</SubType>
108+
<Generator>MSBuild:Compile</Generator>
109+
<SubType>Designer</SubType>
97110
</Page>
98111
<Compile Include="App.xaml.cs">
99112
<DependentUpon>App.xaml</DependentUpon>
@@ -143,6 +156,11 @@
143156
<AppDesigner Include="Properties\" />
144157
</ItemGroup>
145158
<ItemGroup>
159+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
160+
<Visible>False</Visible>
161+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
162+
<Install>false</Install>
163+
</BootstrapperPackage>
146164
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
147165
<Visible>False</Visible>
148166
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
@@ -158,6 +176,11 @@
158176
<ProductName>.NET Framework 3.5</ProductName>
159177
<Install>true</Install>
160178
</BootstrapperPackage>
179+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
180+
<Visible>False</Visible>
181+
<ProductName>.NET Framework 3.5 SP1</ProductName>
182+
<Install>false</Install>
183+
</BootstrapperPackage>
161184
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
162185
<Visible>False</Visible>
163186
<ProductName>Windows Installer 3.1</ProductName>

ManagedWinapi/ManagedWinapi.csproj

+3-2
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>
@@ -13,7 +14,7 @@
1314
</StartupObject>
1415
<FileUpgradeFlags>
1516
</FileUpgradeFlags>
16-
<OldToolsVersion>2.0</OldToolsVersion>
17+
<OldToolsVersion>3.5</OldToolsVersion>
1718
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1819
<UpgradeBackupLocation>
1920
</UpgradeBackupLocation>

0 commit comments

Comments
 (0)