-
Notifications
You must be signed in to change notification settings - Fork 0
/
RoxCaseGen.csproj
66 lines (66 loc) · 2.86 KB
/
RoxCaseGen.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<Project Sdk="Microsoft.NET.Sdk;Microsoft.NET.Sdk.Publish">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x86;ARM32</Platforms>
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<Compile Remove="matiOutputs\**" />
<EmbeddedResource Remove="matiOutputs\**" />
<None Remove="matiOutputs\**" />
</ItemGroup>
<ItemGroup>
<None Remove="ROX.shp_SPREADRATE.asc" />
<None Remove="ROX.shp_SPREADRATE.prj" />
<None Remove="ROX.shp_SPREADRATE.tif" />
<None Remove="ROX.shp_SPREADRATE.tif.aux.xml" />
<None Remove="ROX.shp_WINDDIRGRID.asc" />
<None Remove="ROX.shp_WINDDIRGRID.prj" />
<None Remove="ROX.shp_WINDDIRGRID.tif" />
<None Remove="ROX.shp_WINDDIRGRID.tif.aux.xml" />
<None Remove="ROX.shp_WINDSPEEDGRID.asc" />
<None Remove="ROX.shp_WINDSPEEDGRID.prj" />
<None Remove="ROX.shp_WINDSPEEDGRID.tif" />
<None Remove="ROX.shp_WINDSPEEDGRID.tif.aux.xml" />
<None Remove="ROX.shp_WindVectors.kml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
<PackageReference Include="DotSpatial.Data" Version="3.0.1" />
<PackageReference Include="GeoAPI" Version="1.7.5" />
<PackageReference Include="MaxRev.Gdal.Core" Version="3.10.0.306" />
<PackageReference Include="MaxRev.Gdal.WindowsRuntime.Minimal" Version="3.10.0.306" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
<PackageReference Include="NetTopologySuite.CoordinateSystems" Version="1.15.3" />
<PackageReference Include="NetTopologySuite.IO.Esri.Shapefile" Version="1.2.0" />
<PackageReference Include="NetTopologySuite.IO.ShapeFile" Version="2.0.0" />
<PackageReference Include="ProjNET" Version="2.0.0" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Reference Include="EGIS.Controls">
<HintPath>easygisdotnet\EGIS.Controls.dll</HintPath>
</Reference>
<Reference Include="EGIS.Projections">
<HintPath>easygisdotnet\EGIS.Projections.dll</HintPath>
</Reference>
<Reference Include="EGIS.ShapeFileLib">
<HintPath>easygisdotnet\EGIS.ShapeFileLib.dll</HintPath>
</Reference>
<Reference Include="kPERIL_ClassLib">
<HintPath>..\kPERIL_ClassLib\bin\Debug\netcoreapp3.1\kPERIL_ClassLib.dll</HintPath>
</Reference>
<Reference Include="MapTools">
<HintPath>bin\MapTools.dll</HintPath>
</Reference>
</ItemGroup>
</Project>