File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >ORTS</RootNamespace >
11
11
<AssemblyName >OpenRails</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v2.0 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<ApplicationIcon >..\ORTS.ico</ApplicationIcon >
15
- <TargetFrameworkProfile />
16
15
</PropertyGroup >
17
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
18
17
<DebugSymbols >true</DebugSymbols >
24
23
<WarningLevel >4</WarningLevel >
25
24
<LangVersion >7.3</LangVersion >
26
25
<PlatformTarget >AnyCPU</PlatformTarget >
27
- <Prefer32Bit >false</Prefer32Bit >
28
26
</PropertyGroup >
29
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
30
28
<DebugType >pdbonly</DebugType >
36
34
<DocumentationFile >..\..\Program\OpenRails.xml</DocumentationFile >
37
35
<NoWarn >1591</NoWarn >
38
36
<LangVersion >7.3</LangVersion >
39
- <Prefer32Bit >false</Prefer32Bit >
40
37
</PropertyGroup >
41
38
<PropertyGroup >
42
39
<ApplicationManifest >..\Launcher\app.manifest</ApplicationManifest >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding = " utf-8 " ?>
1
+ <?xml version =" 1.0" ?>
2
2
<configuration >
3
- <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.2" /></startup ></configuration >
3
+ <startup >
4
+ <supportedRuntime version =" v4.0" />
5
+ <supportedRuntime version =" v2.0.50727" />
6
+ </startup >
7
+ </configuration >
You can’t perform that action at this time.
0 commit comments