Skip to content

Commit

Permalink
#17 SDK Format
Browse files Browse the repository at this point in the history
Converted Core and "Test" projects to SDK format.
  • Loading branch information
lahm86 committed Mar 15, 2022
1 parent 97fa88d commit 784ee79
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 183 deletions.
36 changes: 0 additions & 36 deletions TR2RandoTracker.Core/Properties/AssemblyInfo.cs

This file was deleted.

63 changes: 5 additions & 58 deletions TR2RandoTracker.Core/TR2RandoTracker.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,66 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4C13DDAE-2AC3-43B8-9BDC-8B4A9741EAD9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TR2RandoTracker.Core</RootNamespace>
<AssemblyName>TR2RandoTracker.Core</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<TargetFramework>net472</TargetFramework>
<WarningLevel>4</WarningLevel>
<Copyright>Copyright © Tomp Community 2022</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="TRGE.Core">
<HintPath>..\..\TRGameflowEditor\TRGE.Core\bin\Debug\TRGE.Core.dll</HintPath>
<HintPath>..\..\TRGameflowEditor\TRGE.Core\bin\Release\TRGE.Core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Extensions\ProcessExtensions.cs" />
<Compile Include="Extensions\TRScriptExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tomp2\AbstractTomp2Exe.cs" />
<Compile Include="Tomp2\Exes\Tomp2EPC.cs" />
<Compile Include="Tomp2\Exes\Tomp2German.cs" />
<Compile Include="Tomp2\Exes\Tomp2Japanese.cs" />
<Compile Include="Tomp2\Exes\Tomp2Multipatch.cs" />
<Compile Include="Tomp2\Exes\Tomp2Soul.cs" />
<Compile Include="Tomp2\Exes\Tomp2UKBox.cs" />
<Compile Include="Tomp2\Tomp2ExeFactory.cs" />
<Compile Include="Tracker\Tomp2Tracker.cs" />
<Compile Include="Tracker\TrackingEventArgs.cs" />
<Compile Include="Tracker\TrackingStatus.cs" />
<Compile Include="Watcher\ProcessEventArgs.cs" />
<Compile Include="Watcher\ProcessWatcher.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 0 additions & 36 deletions TR2RandoTracker.Test/Properties/AssemblyInfo.cs

This file was deleted.

59 changes: 6 additions & 53 deletions TR2RandoTracker.Test/TR2RandoTracker.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,59 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7F49E0A6-408D-41C2-AA82-CD7EC23DB8F1}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>TR2RandoTracker.Test</RootNamespace>
<AssemblyName>TR2RandoTracker.Test</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<TargetFramework>net472</TargetFramework>
<WarningLevel>4</WarningLevel>
<OutputType>Exe</OutputType>
<Copyright>Copyright © Tomp Community 2022</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TR2RandoTracker.Core\TR2RandoTracker.Core.csproj">
<Project>{4c13ddae-2ac3-43b8-9bdc-8b4a9741ead9}</Project>
<Name>TR2RandoTracker.Core</Name>
</ProjectReference>
<ProjectReference Include="..\TR2RandoTracker.Core\TR2RandoTracker.Core.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 784ee79

Please sign in to comment.