Skip to content

Commit

Permalink
Migrate using SDK style project
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Jun 10, 2020
1 parent b60a55a commit 344dc4b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 148 deletions.
9 changes: 6 additions & 3 deletions KFlearning.sln
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ Global
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Debug|x64.Build.0 = Debug|x64
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Debug|x86.ActiveCfg = Debug|x86
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Debug|x86.Build.0 = Debug|x86
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Release|x64.ActiveCfg = Release|x86
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Release|x64.ActiveCfg = Release|x64
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Release|x64.Build.0 = Release|x64
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Release|x86.ActiveCfg = Release|x86
{0CFFDEDA-8108-4F8A-9C5D-2BDDC98EEF1B}.Release|x86.Build.0 = Release|x86
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Debug|x64.ActiveCfg = Debug|x64
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Debug|x64.Build.0 = Debug|x64
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Debug|x86.ActiveCfg = Debug|x86
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Debug|x86.Build.0 = Debug|x86
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Release|x64.ActiveCfg = Release|x86
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Release|x64.ActiveCfg = Release|x64
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Release|x64.Build.0 = Release|x64
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Release|x86.ActiveCfg = Release|x86
{443A1CE9-0C67-41ED-B392-5E41F7325A82}.Release|x86.Build.0 = Release|x86
{51B934A5-0042-49C0-9560-0E6A4C38D41E}.Debug|x64.ActiveCfg = Debug|x86
Expand All @@ -74,7 +76,8 @@ Global
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Debug|x64.Build.0 = Debug|x64
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Debug|x86.ActiveCfg = Debug|x86
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Debug|x86.Build.0 = Debug|x86
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Release|x64.ActiveCfg = Release|x86
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Release|x64.ActiveCfg = Release|x64
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Release|x64.Build.0 = Release|x64
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Release|x86.ActiveCfg = Release|x86
{66D76F86-C922-424C-8477-BB8E1CF6C0C5}.Release|x86.Build.0 = Release|x86
{4022544D-9B6A-4024-9185-7D4F83033A03}.Debug|x64.ActiveCfg = Debug|x64
Expand Down
115 changes: 16 additions & 99 deletions src/KFlearning.Core/KFlearning.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,108 +1,25 @@
<?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>{443A1CE9-0C67-41ED-B392-5E41F7325A82}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KFlearning.Core</RootNamespace>
<AssemblyName>KFlearning.Core</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TargetFramework>net45</TargetFramework>
<Company>Kodesiana</Company>
<Product>KFlearning</Product>
<Authors>Fahmi Noor Fiqri, Kodesiana</Authors>
<Version>1.3.2</Version>
<RepositoryUrl>https://github.com/fahminlb33/KFlearning</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Copyright>Copyright (C) Fahmi Noor Fiqri, Kodesiana 2020</Copyright>
<PackageLicenseExpression>https://github.com/fahminlb33/KFlearning/license.md</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fahminlb33/KFlearning</PackageProjectUrl>
<Platforms>x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="API\ReleaseResponse.cs" />
<Compile Include="API\TelemetryClient.cs" />
<Compile Include="API\UpdateDefinition.cs" />
<Compile Include="API\UpdateCheckClient.cs" />
<Compile Include="CLIS\StudentRecord.cs" />
<Compile Include="Services\IUsesPersistance.cs" />
<Compile Include="Services\KFserverService.cs" />
<Compile Include="Services\ProcessManager.cs" />
<Compile Include="Services\ProcessWatcher.cs" />
<Compile Include="Services\RemoteShutdownServer.cs" />
<Compile Include="Services\ServerInfo.cs" />
<Compile Include="Services\ShutdownRequestedEventArgs.cs" />
<Compile Include="Services\SystemInfoService.cs" />
<Compile Include="Services\SystemTweaker.cs" />
<Compile Include="Forms\FlatListBox.cs" />
<Compile Include="Forms\FlatTabControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Helpers.cs" />
<Compile Include="Services\PathKind.cs" />
<Compile Include="Services\PathManager.cs" />
<Compile Include="KFlearningException.cs" />
<Compile Include="Native\NativeConstants.cs" />
<Compile Include="Native\NativeMethods.cs" />
<Compile Include="Native\TokenSafeHandle.cs" />
<Compile Include="Native\TOKEN_ELEVATION_TYPE.cs" />
<Compile Include="Native\TOKEN_INFORMATION_CLASS.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\PersistanceStorage.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version>
</PackageReference>
<PackageReference Include="Selenium.WebDriver">
<Version>3.141.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
46 changes: 0 additions & 46 deletions src/KFlearning.Core/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 344dc4b

Please sign in to comment.