1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{316A8CAC-8BD4-4A64-A384-4A3C28C5D3D8}</ProjectGuid >
3+ <TargetFramework >net472</TargetFramework >
84 <OutputType >Exe</OutputType >
9- <RootNamespace >ContentChecker</RootNamespace >
10- <AssemblyName >ContentChecker</AssemblyName >
11- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <TargetFrameworkProfile />
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
17- <DebugSymbols >true</DebugSymbols >
18- <OutputPath >..\..\Program\</OutputPath >
19- <DefineConstants >DEBUG;TRACE</DefineConstants >
20- <DebugType >full</DebugType >
21- <PlatformTarget >AnyCPU</PlatformTarget >
22- <ErrorReport >prompt</ErrorReport >
23- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
24- <Prefer32Bit >false</Prefer32Bit >
25- <LangVersion >7.3</LangVersion >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
28- <OutputPath >..\..\Program\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <Optimize >true</Optimize >
31- <DebugType >pdbonly</DebugType >
32- <PlatformTarget >AnyCPU</PlatformTarget >
33- <ErrorReport >prompt</ErrorReport >
34- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
35- <Prefer32Bit >false</Prefer32Bit >
36- <LangVersion >7.3</LangVersion >
37- </PropertyGroup >
38- <PropertyGroup >
39- <StartupObject />
5+ <UseWindowsForms >true</UseWindowsForms >
6+ <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
7+ <IsPublishable >False</IsPublishable >
8+ <Copyright >© Open Rails project</Copyright >
9+ <Authors >Open Rails project</Authors >
10+ <Description >Open Rails content checker</Description >
11+ <PackageLicenseExpression >GPL-3.0-or-later</PackageLicenseExpression >
4012 </PropertyGroup >
4113 <ItemGroup >
4214 <Reference Include =" MonoGame.Framework" >
4315 <HintPath >$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath >
4416 </Reference >
45- <Reference Include =" System" />
46- <Reference Include =" System.Windows.Forms" />
47- </ItemGroup >
48- <ItemGroup >
49- <Compile Include =" ConsistLoader.cs" />
50- <Compile Include =" CabviewLoader.cs" />
51- <Compile Include =" CarSpawnLoader.cs" />
52- <Compile Include =" LoaderFactory.cs" />
53- <Compile Include =" NotUsedLoader.cs" />
54- <Compile Include =" SignalScriptLoader.cs" />
55- <Compile Include =" SignalConfigLoader.cs" />
56- <Compile Include =" TerrainAltitudeLoader.cs" />
57- <Compile Include =" TerrainFlagsLoader.cs" />
58- <Compile Include =" TimeTableLoader.cs" />
59- <Compile Include =" TrackTypeLoader.cs" />
60- <Compile Include =" TsectionGlobalLoader.cs" />
61- <Compile Include =" TsectionLoader.cs" />
62- <Compile Include =" WagonLoader.cs" />
63- <Compile Include =" EngineLoader.cs" />
64- <Compile Include =" TrafficLoader.cs" />
65- <Compile Include =" ServiceLoader.cs" />
66- <Compile Include =" HazardLoader.cs" />
67- <Compile Include =" NotRecognizedLoader.cs" />
68- <Compile Include =" WavLoader.cs" />
69- <Compile Include =" SmsLoader.cs" />
70- <Compile Include =" PathLoader.cs" />
71- <Compile Include =" Program.cs" />
72- <Compile Include =" Properties\AssemblyInfo.cs" />
73- <Compile Include =" RoadDataBaseLoader.cs" />
74- <Compile Include =" ShapeDescriptionLoader.cs" />
75- <Compile Include =" ActivityLoader.cs" />
76- <Compile Include =" WorldFileLoader.cs" />
77- <Compile Include =" AceLoader.cs" />
78- <Compile Include =" WorldSoundLoader.cs" />
79- <Compile Include =" ShapeLoader.cs" />
80- <Compile Include =" TrackDataBaseLoader.cs" />
81- <Compile Include =" EnvironmentFileLoader.cs" />
82- <Compile Include =" TrackFileLoader.cs" />
83- <Compile Include =" TerrainLoader.cs" />
84- <Compile Include =" Loader.cs" />
8517 </ItemGroup >
8618 <ItemGroup >
87- <ProjectReference Include =" ..\ORTS.Content\ORTS.Content.csproj" >
88- <Project >{812685a7-2683-4102-a3ca-2a5ced2e61ee}</Project >
89- <Name >ORTS.Content</Name >
90- </ProjectReference >
91- <ProjectReference Include =" ..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" >
92- <Project >{570709fa-0c8a-4b1d-ba2d-d9455afd9b5c}</Project >
93- <Name >Orts.Formats.Msts</Name >
94- </ProjectReference >
95- <ProjectReference Include =" ..\Orts.Formats.OR\Orts.Formats.OR.csproj" >
96- <Project >{0d8d312b-2c02-4b77-a795-566394a9db95}</Project >
97- <Name >Orts.Formats.OR</Name >
98- </ProjectReference >
99- <ProjectReference Include =" ..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" >
100- <Project >{8a84696c-3559-49b8-b27f-bb6932d8a1c6}</Project >
101- <Name >Orts.Parsers.Msts</Name >
102- </ProjectReference >
103- <ProjectReference Include =" ..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" >
104- <Project >{1cc3bd5c-06c5-4784-b067-f93945a7ca2c}</Project >
105- <Name >Orts.Parsers.OR</Name >
106- </ProjectReference >
107- <ProjectReference Include =" ..\Orts.Simulation\Orts.Simulation.csproj" >
108- <Project >{333c4378-d82e-4b47-b561-6ba923b8fdfd}</Project >
109- <Name >Orts.Simulation</Name >
110- </ProjectReference >
111- <ProjectReference Include =" ..\RunActivity\RunActivity.csproj" >
112- <Project >{9be44f64-417d-4aa6-af4d-2a6a0cbc814d}</Project >
113- <Name >RunActivity</Name >
114- </ProjectReference >
19+ <ProjectReference Include =" ..\ORTS.Content\ORTS.Content.csproj" />
20+ <ProjectReference Include =" ..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
21+ <ProjectReference Include =" ..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
22+ <ProjectReference Include =" ..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
23+ <ProjectReference Include =" ..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" />
24+ <ProjectReference Include =" ..\Orts.Simulation\Orts.Simulation.csproj" />
25+ <ProjectReference Include =" ..\RunActivity\RunActivity.csproj" />
11526 </ItemGroup >
11627 <ItemGroup >
117- <None Include =" app.config" />
28+ <PackageReference Include =" Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version =" 0.4.336902" >
29+ <PrivateAssets >all</PrivateAssets >
30+ </PackageReference >
11831 </ItemGroup >
119- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
12032</Project >
0 commit comments