Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/jdt.sln → src/OnitJsonTransform.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
version.json = version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonTransform", "JsonTransform\JsonTransform.csproj", "{4460A1B3-5356-4B4B-BD87-1CF87AB87066}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnitJsonTransform", "OnitJsonTransform\OnitJsonTransform.csproj", "{C7697D4F-9D27-4C88-AB10-BB13C2B98DC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -29,10 +29,10 @@ Global
{A17BD5AD-EB38-4D71-90CE-25DAE7BFAAC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A17BD5AD-EB38-4D71-90CE-25DAE7BFAAC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A17BD5AD-EB38-4D71-90CE-25DAE7BFAAC0}.Release|Any CPU.Build.0 = Release|Any CPU
{4460A1B3-5356-4B4B-BD87-1CF87AB87066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4460A1B3-5356-4B4B-BD87-1CF87AB87066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4460A1B3-5356-4B4B-BD87-1CF87AB87066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4460A1B3-5356-4B4B-BD87-1CF87AB87066}.Release|Any CPU.Build.0 = Release|Any CPU
{C7697D4F-9D27-4C88-AB10-BB13C2B98DC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7697D4F-9D27-4C88-AB10-BB13C2B98DC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7697D4F-9D27-4C88-AB10-BB13C2B98DC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7697D4F-9D27-4C88-AB10-BB13C2B98DC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace JsonTransform
namespace OnitJsonTransform
{
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PackAsTool>true</PackAsTool>
<ToolCommandName>onitjsontransform</ToolCommandName>
<AssemblyName>OnitJsonTransform</AssemblyName>
<RootNamespace>OnitJsonTransform</RootNamespace>
<Company>Onit Group Srl</Company>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace JsonTransform
namespace OnitJsonTransform
{
using System;
using System.IO;
Expand Down
File renamed without changes.
File renamed without changes.