Skip to content

Commit

Permalink
Trim csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
junian committed May 24, 2018
1 parent 611134a commit afd3ea6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
5 changes: 1 addition & 4 deletions src/Termission.Core.Dotnet/Termission.Core.Dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<RootNamespace>Juniansoft.Termission.Core</RootNamespace>
<PackageVersion>1.0</PackageVersion>
<Title>Termission</Title>
<Copyright>Copyright © 2018</Copyright>
<Description>Description of Termission</Description>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,4 +12,5 @@
<ItemGroup>
<PackageReference Include="SerialPortStream" Version="2.1.3" />
</ItemGroup>

</Project>
6 changes: 2 additions & 4 deletions src/Termission.Core.Mono/Termission.Core.Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<RootNamespace>Juniansoft.Termission.Core</RootNamespace>
<PackageVersion>1.0</PackageVersion>
<Title>Termission</Title>
<Copyright>Copyright © 2018</Copyright>
<Description>Description of Termission</Description>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Termission.Core\Termission.Core.csproj" />
<ProjectReference Include="..\Termission.Core.Dotnet\Termission.Core.Dotnet.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Mono.CSharp" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Termission.Core/Termission.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
<ItemGroup>
<Compile Remove="Engines\Scripts\Program.cs" />
</ItemGroup>

</Project>
5 changes: 1 addition & 4 deletions src/Termission.EtoForms/Termission.EtoForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<RootNamespace>Juniansoft.Termission.EtoForms</RootNamespace>
<PackageVersion>1.0</PackageVersion>
<Title>Termission</Title>
<Copyright>Copyright © 2018</Copyright>
<Description>Description of Termission</Description>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -55,4 +51,5 @@
<Link>Resources\Terminal.png</Link>
</EmbeddedResource>
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions src/Termission.Mobile/Termission.Mobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageReference Include="Xam.Plugins.Settings" Version="3.1.1" />
<PackageReference Include="MvvmReady" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Termission.Core\Termission.Core.csproj" />
</ItemGroup>
Expand All @@ -27,4 +28,5 @@
<Link>Resources\codemirror-mode-javascript.js</Link>
</EmbeddedResource>
</ItemGroup>

</Project>

0 comments on commit afd3ea6

Please sign in to comment.