Skip to content

Commit

Permalink
dkxce.Route.Server/21.12.21.23-V4-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce committed Dec 21, 2021
1 parent b52de7a commit 5243c4b
Show file tree
Hide file tree
Showing 474 changed files with 78,782 additions and 0 deletions.
41 changes: 41 additions & 0 deletions SOLVER/BUILD.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
SET MSBE=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe
%MSBE% %CD%\XMLSaved\XMLSaved.csproj
%MSBE% %CD%\dkxce.Route.Classes\dkxce.Route.Classes.csproj
%MSBE% %CD%\dkxce.Route.GSolver\dkxce.Route.GSolver.csproj
%MSBE% %CD%\dkxce.Route.WayList\dkxce.Route.WayList.csproj
%MSBE% %CD%\dkxce.Route.ISolver\dkxce.Route.ISolver.csproj
%MSBE% %CD%\dkxce.Route.Matrix\dkxce.Route.Matrix.csproj
%MSBE% %CD%\dkxce.Route.PointNLL\dkxce.Route.PointNLL.csproj
%MSBE% %CD%\dkxce.Route.Regions\dkxce.Route.Regions.csproj
%MSBE% %CD%\dkxce.Route.Shp2Rt\dkxce.Route.Shp2Rt.csproj
%MSBE% %CD%\dkxce.Route.ServiceSolver\dkxce.Route.ServiceSolver.csproj
%MSBE% %CD%\SSKeySys\SSKeySys.csproj
%MSBE% %CD%\SSProtector\SSProtector.csproj
%MSBE% %CD%\Syslib\Syslib.csproj /p:Configuration=Debug /p:Platform=x86
%MSBE% %CD%\nmsRoutesDirectCall\nmsRoutesDirectCall.csproj
%MSBE% %CD%\nmsRoutesWebTest\nmsRoutesWebTest.csproj
%MSBE% %CD%\RGWay2RTE\RGWay2RTE.csproj
%MSBE% %CD%\RouteGraphBatcher\RouteGraphBatcher.csproj
%MSBE% %CD%\RouteGraphCalcMatrix\RouteGraphCalcMatrix.csproj
%MSBE% %CD%\RouteGraphCalcRG\RouteGraphCalcRG.csproj
%MSBE% %CD%\RouteGraphCreator\RouteGraphCreator.csproj
%MSBE% %CD%\RGSolver\RouteGraphSolver.csproj
%MSBE% %CD%\TEST_MAP\RouteMapTest.csproj
%MSBE% %CD%\WorkingLoadTest\WorkingLoadTest.csproj
%MSBE% %CD%\RouteServiceState\RouteServiceState.csproj
%MSBE% %CD%\ShapesBBox2Regions\ShapesBBox2Regions.csproj
%MSBE% %CD%\ShapesMerger\ShapesMerger.csproj
%MSBE% %CD%\ShapesPolygonsExtractor\ShapesPolygonsExtractor.csproj
%MSBE% %CD%\RoutesKeyGen\RoutesKeyGen.csproj
cd ..\READY\MAIN_DLLs
call delete_unused_files.cmd
cd ..\MapCreator
call delete_unused_files.cmd
cd ..\Service
call delete_unused_files.cmd
cd ..\TEST
call delete_unused_files.cmd
cd ..\TOOLS
call delete_unused_files.cmd
cd ..\..\SOLVER
pause
11 changes: 11 additions & 0 deletions SOLVER/CLEAR_UNUSED.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cd ..\READY\MAIN_DLLs
call delete_unused_files.cmd
cd ..\MapCreator
call delete_unused_files.cmd
cd ..\Service
call delete_unused_files.cmd
cd ..\TEST
call delete_unused_files.cmd
cd ..\TOOLS
call delete_unused_files.cmd
pause
577 changes: 577 additions & 0 deletions SOLVER/RGSolver/Program.cs

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions SOLVER/RGSolver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CNSL")]
[assembly: AssemblyDescription("Проверка расчета маршрута")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Milok Zbrozek <milokz@gmail.com>")]
[assembly: AssemblyProduct("CNSL")]
[assembly: AssemblyCopyright("Copyright © Milok Zbrozek <milokz@gmail.com> 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b90e80ab-36a9-491a-af96-8a64ca68c8a8")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("21.12.21.3")]
[assembly: AssemblyFileVersion("21.12.21.3")]
89 changes: 89 additions & 0 deletions SOLVER/RGSolver/RouteGraphSolver.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CD2120A6-969A-4F7C-B9ED-3083FAFB263B}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RMXSolver</RootNamespace>
<AssemblyName>RMXSolver</AssemblyName>
<ApplicationIcon>testB.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\READY\TEST\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\READY\TEST\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="dkxce.Route.Classes, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.Classes.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.GSolver, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.GSolver.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.ISolver, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.ISolver.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.Matrix, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.Matrix.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.PointNLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.PointNLL.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.Regions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.Regions.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.Shp2Rt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.Shp2Rt.dll</HintPath>
</Reference>
<Reference Include="dkxce.Route.WayList, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\dkxce.Route.WayList.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="XMLSaved, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\READY\MAIN_DLLs\XMLSaved.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TulaKalugaSmolensk.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="testB.ico" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- 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>
-->
</Project>
Loading

0 comments on commit 5243c4b

Please sign in to comment.