Skip to content

Commit 42f9266

Browse files
committed
Revert "moved logo"
This reverts commit d985978.
1 parent a7238df commit 42f9266

File tree

4 files changed

+61
-55
lines changed

4 files changed

+61
-55
lines changed

DEM.Net.Core/DEM.Net.Core.csproj

+57-54
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,60 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
4-
<UserSecretsId>a9a5d6e1-3bb8-4dfd-ac6a-861f60dada50</UserSecretsId>
5-
</PropertyGroup>
6-
<ItemGroup>
7-
<Compile Remove="Services\CourbesNiveau\**" />
8-
<Compile Remove="Services\Lab\**" />
9-
<Compile Remove="Services\VisualisationServices\**" />
10-
<Compile Remove="Services\Voronoi\**" />
11-
<EmbeddedResource Remove="Services\CourbesNiveau\**" />
12-
<EmbeddedResource Remove="Services\Lab\**" />
13-
<EmbeddedResource Remove="Services\VisualisationServices\**" />
14-
<EmbeddedResource Remove="Services\Voronoi\**" />
15-
<None Remove="Services\CourbesNiveau\**" />
16-
<None Remove="Services\Lab\**" />
17-
<None Remove="Services\VisualisationServices\**" />
18-
<None Remove="Services\Voronoi\**" />
19-
</ItemGroup>
20-
<ItemGroup>
21-
<None Remove="C:\dev\perso\repos\DEM.Net\DEMnet_64.png" />
22-
</ItemGroup>
23-
<ItemGroup>
24-
<PackageReference Include="BitMiracle.LibTiff.NET" />
25-
<PackageReference Include="DotSpatial.Projections.NetStandard" />
26-
<PackageReference Include="LazyCache" />
27-
<PackageReference Include="LazyCache.AspNetCore" />
28-
<PackageReference Include="Microsoft.SourceLink.GitHub">
29-
<PrivateAssets>all</PrivateAssets>
30-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
31-
</PackageReference>
32-
<PackageReference Include="NetTopologySuite" />
33-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
34-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
35-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
36-
<PackageReference Include="Microsoft.Extensions.Http" />
37-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
38-
<PackageReference Include="Microsoft.Extensions.Options" />
39-
<PackageReference Include="Newtonsoft.Json" />
40-
<PackageReference Include="protobuf-net" />
41-
<PackageReference Include="SDSCore" />
42-
<PackageReference Include="SixLabors.Fonts" />
43-
<PackageReference Include="SixLabors.ImageSharp" />
44-
<PackageReference Include="SixLabors.ImageSharp.Drawing" />
45-
<PackageReference Include="System.Drawing.Common" />
46-
<PackageReference Include="System.Numerics.Vectors" />
47-
</ItemGroup>
48-
<ProjectExtensions>
49-
<MonoDevelop>
50-
<Properties>
51-
<Policies>
52-
<StandardHeader IncludeInNewFiles="True" Text="${FileName}&#xA;&#xA;Author:&#xA; ${AuthorName}&#xA;&#xA;Copyright (c) ${Year} ${CopyrightHolder}&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xA;in the Software without restriction, including without limitation the right&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE." />
53-
</Policies>
54-
</Properties>
55-
</MonoDevelop>
56-
</ProjectExtensions>
3+
<PropertyGroup>
4+
<UserSecretsId>a9a5d6e1-3bb8-4dfd-ac6a-861f60dada50</UserSecretsId>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<Compile Remove="Services\CourbesNiveau\**" />
8+
<Compile Remove="Services\Lab\**" />
9+
<Compile Remove="Services\VisualisationServices\**" />
10+
<Compile Remove="Services\Voronoi\**" />
11+
<EmbeddedResource Remove="Services\CourbesNiveau\**" />
12+
<EmbeddedResource Remove="Services\Lab\**" />
13+
<EmbeddedResource Remove="Services\VisualisationServices\**" />
14+
<EmbeddedResource Remove="Services\Voronoi\**" />
15+
<None Remove="Services\CourbesNiveau\**" />
16+
<None Remove="Services\Lab\**" />
17+
<None Remove="Services\VisualisationServices\**" />
18+
<None Remove="Services\Voronoi\**" />
19+
</ItemGroup>
20+
<ItemGroup>
21+
<None Update="DEMnet_64.png">
22+
<Pack>True</Pack>
23+
<PackagePath>/</PackagePath>
24+
</None>
25+
</ItemGroup>
26+
<ItemGroup>
27+
<PackageReference Include="BitMiracle.LibTiff.NET" />
28+
<PackageReference Include="DotSpatial.Projections.NetStandard" />
29+
<PackageReference Include="LazyCache" />
30+
<PackageReference Include="LazyCache.AspNetCore" />
31+
<PackageReference Include="Microsoft.SourceLink.GitHub">
32+
<PrivateAssets>all</PrivateAssets>
33+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
34+
</PackageReference>
35+
<PackageReference Include="NetTopologySuite" />
36+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
37+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
38+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
39+
<PackageReference Include="Microsoft.Extensions.Http" />
40+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
41+
<PackageReference Include="Microsoft.Extensions.Options" />
42+
<PackageReference Include="Newtonsoft.Json" />
43+
<PackageReference Include="protobuf-net" />
44+
<PackageReference Include="SDSCore" />
45+
<PackageReference Include="SixLabors.Fonts" />
46+
<PackageReference Include="SixLabors.ImageSharp" />
47+
<PackageReference Include="SixLabors.ImageSharp.Drawing" />
48+
<PackageReference Include="System.Drawing.Common" />
49+
<PackageReference Include="System.Numerics.Vectors" />
50+
</ItemGroup>
51+
<ProjectExtensions>
52+
<MonoDevelop>
53+
<Properties>
54+
<Policies>
55+
<StandardHeader IncludeInNewFiles="True" Text="${FileName}&#xA;&#xA;Author:&#xA; ${AuthorName}&#xA;&#xA;Copyright (c) ${Year} ${CopyrightHolder}&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xA;in the Software without restriction, including without limitation the right&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE." />
56+
</Policies>
57+
</Properties>
58+
</MonoDevelop>
59+
</ProjectExtensions>
5760
</Project>
File renamed without changes.

DEM.Net.glTF/DEM.Net.glTF.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<ItemGroup>
4-
<None Remove="C:\dev\perso\repos\DEM.Net\DEMnet_64.png" />
4+
<None Update="DEMnet_64.png">
5+
<Pack>True</Pack>
6+
<PackagePath>/</PackagePath>
7+
</None>
58
</ItemGroup>
69
<ItemGroup>
710
<PackageReference Include="BitMiracle.LibTiff.NET" />

DEM.Net.glTF/DEMnet_64.png

4.8 KB
Loading

0 commit comments

Comments
 (0)