Skip to content

Commit bcf7959

Browse files
committed
Updated trunk (0.638_dev) project files to VisualStudio 2010. Target runtime remains .NET 3.5 Client Profile.
1 parent 42b3c34 commit bcf7959

23 files changed

+89
-55
lines changed

ConfigGUI/ConfigGUI.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -13,8 +13,12 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<ApplicationIcon>fcraft_config.ico</ApplicationIcon>
16-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
1716
<StartupObject>fCraft.ConfigGUI.Program</StartupObject>
17+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
18+
<FileUpgradeFlags>
19+
</FileUpgradeFlags>
20+
<OldToolsVersion>3.5</OldToolsVersion>
21+
<UpgradeBackupLocation />
1822
</PropertyGroup>
1923
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2024
<DebugSymbols>true</DebugSymbols>

ConfigGUI/Properties/Resources.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ConfigGUI/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

HeartbeatSaver/HeartbeatSaver.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -12,8 +12,12 @@
1212
<AssemblyName>HeartbeatSaver</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
1615
<StartupObject>fCraft.HeartbeatSaver.HeartbeatSaver</StartupObject>
16+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
17+
<FileUpgradeFlags>
18+
</FileUpgradeFlags>
19+
<OldToolsVersion>3.5</OldToolsVersion>
20+
<UpgradeBackupLocation />
1721
</PropertyGroup>
1822
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1923
<DebugSymbols>true</DebugSymbols>

HeartbeatSaver/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

MapConverter/MapConverter.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -13,7 +13,11 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>fCraft.MapConverter.MapConverter</StartupObject>
16-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
16+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
17+
<FileUpgradeFlags>
18+
</FileUpgradeFlags>
19+
<OldToolsVersion>3.5</OldToolsVersion>
20+
<UpgradeBackupLocation />
1721
</PropertyGroup>
1822
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1923
<DebugSymbols>true</DebugSymbols>

MapConverter/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

MapRenderer/MapRenderer.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -13,7 +13,11 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>fCraft.MapRenderer.MapRenderer</StartupObject>
16-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
16+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
17+
<FileUpgradeFlags>
18+
</FileUpgradeFlags>
19+
<OldToolsVersion>3.5</OldToolsVersion>
20+
<UpgradeBackupLocation />
1721
</PropertyGroup>
1822
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1923
<DebugSymbols>true</DebugSymbols>

MapRenderer/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

ServerCLI/ServerCLI.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -13,8 +13,12 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>fCraft.ServerCLI.Program</StartupObject>
16-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
1716
<ApplicationIcon>fcraft_console.ico</ApplicationIcon>
17+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
18+
<FileUpgradeFlags>
19+
</FileUpgradeFlags>
20+
<OldToolsVersion>3.5</OldToolsVersion>
21+
<UpgradeBackupLocation />
1822
</PropertyGroup>
1923
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2024
<DebugSymbols>true</DebugSymbols>

ServerCLI/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

ServerGUI/ServerGUI.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -13,8 +13,12 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>fCraft.ServerGUI.Program</StartupObject>
16-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
1716
<ApplicationIcon>f2k.ico</ApplicationIcon>
17+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
18+
<FileUpgradeFlags>
19+
</FileUpgradeFlags>
20+
<OldToolsVersion>3.5</OldToolsVersion>
21+
<UpgradeBackupLocation />
1822
</PropertyGroup>
1923
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2024
<DebugSymbols>true</DebugSymbols>

ServerGUI/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

UpdateInstaller/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UpdateInstaller/UpdateInstaller.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -12,7 +12,6 @@
1212
<AssemblyName>UpdateInstaller</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
1615
<StartupObject>fCraft.UpdateInstaller.Program</StartupObject>
1716
<NoWin32Manifest>true</NoWin32Manifest>
1817
<ApplicationIcon>fcraft_updater.ico</ApplicationIcon>
@@ -32,6 +31,11 @@
3231
<UseApplicationTrust>false</UseApplicationTrust>
3332
<BootstrapperEnabled>true</BootstrapperEnabled>
3433
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
34+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
35+
<FileUpgradeFlags>
36+
</FileUpgradeFlags>
37+
<OldToolsVersion>3.5</OldToolsVersion>
38+
<UpgradeBackupLocation />
3539
</PropertyGroup>
3640
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3741
<DebugSymbols>true</DebugSymbols>

UpdateInstaller/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

UpdaterBuilder/UpdateBuilder.csproj

Lines changed: 6 additions & 2 deletions
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>
@@ -28,7 +28,11 @@
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<BootstrapperEnabled>true</BootstrapperEnabled>
3030
<StartupObject>fCraft.UpdateBuilder.Program</StartupObject>
31-
<TargetFrameworkSubset>Client</TargetFrameworkSubset>
31+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
32+
<FileUpgradeFlags>
33+
</FileUpgradeFlags>
34+
<OldToolsVersion>3.5</OldToolsVersion>
35+
<UpgradeBackupLocation />
3236
</PropertyGroup>
3337
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3438
<DebugSymbols>true</DebugSymbols>

UpdaterBuilder/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

fCraft.sln

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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 C# Express 2010
4+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}"
5+
EndProject
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fCraft", "fCraft\fCraft.csproj", "{7FBE7809-6F77-415C-ABEB-A3F627E817B0}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerGUI", "ServerGUI\ServerGUI.csproj", "{4D4EEAA2-190C-496D-B014-0EB68CA4E535}"
@@ -26,8 +28,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fCraftGUI", "fCraftGUI\fCra
2628
EndProject
2729
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapRenderer", "MapRenderer\MapRenderer.csproj", "{52922C22-50A7-4E5D-8020-C5B0571B0F74}"
2830
EndProject
29-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}"
30-
EndProject
3131
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapConverter", "MapConverter\MapConverter.csproj", "{A5DA5B53-2047-40DE-9504-29B6EF4BE5B6}"
3232
EndProject
3333
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeartbeatSaver", "HeartbeatSaver\HeartbeatSaver.csproj", "{F289060F-A463-48B7-BDCC-1D51D89B23C9}"
@@ -166,11 +166,4 @@ Global
166166
GlobalSection(SolutionProperties) = preSolution
167167
HideSolutionNode = FALSE
168168
EndGlobalSection
169-
GlobalSection(NestedProjects) = preSolution
170-
{E5719EAF-5ECF-4BBD-842B-39DDFBCE8FE7} = {300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}
171-
{52922C22-50A7-4E5D-8020-C5B0571B0F74} = {300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}
172-
{478256DE-BD19-4046-9449-A12FF90EE6A8} = {300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}
173-
{A5DA5B53-2047-40DE-9504-29B6EF4BE5B6} = {300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}
174-
{F289060F-A463-48B7-BDCC-1D51D89B23C9} = {300DF2F8-0CD5-4DDD-BAC9-4367E23B5264}
175-
EndGlobalSection
176169
EndGlobal

fCraft/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
3+
<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

fCraft/fCraft.csproj

Lines changed: 6 additions & 2 deletions
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,7 +16,6 @@
1616
</StartupObject>
1717
<ApplicationIcon>
1818
</ApplicationIcon>
19-
<TargetFrameworkSubset>Full</TargetFrameworkSubset>
2019
<PublishUrl>publish\</PublishUrl>
2120
<Install>true</Install>
2221
<InstallFrom>Disk</InstallFrom>
@@ -32,6 +31,11 @@
3231
<IsWebBootstrapper>false</IsWebBootstrapper>
3332
<UseApplicationTrust>false</UseApplicationTrust>
3433
<BootstrapperEnabled>true</BootstrapperEnabled>
34+
<FileUpgradeFlags>
35+
</FileUpgradeFlags>
36+
<OldToolsVersion>3.5</OldToolsVersion>
37+
<UpgradeBackupLocation />
38+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
3539
</PropertyGroup>
3640
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3741
<OutputPath>..\bin\Debug\</OutputPath>

fCraftGUI/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fCraftGUI/fCraftGUI.csproj

Lines changed: 6 additions & 1 deletion
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>
@@ -12,6 +12,11 @@
1212
<AssemblyName>fCraftGUI</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15+
<FileUpgradeFlags>
16+
</FileUpgradeFlags>
17+
<OldToolsVersion>3.5</OldToolsVersion>
18+
<UpgradeBackupLocation />
19+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1520
</PropertyGroup>
1621
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1722
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)