Na most a JÓ GIT

This commit is contained in:
2018-04-04 18:09:22 +02:00
parent e60d9d79e9
commit 31b11355be
26 changed files with 519 additions and 27 deletions
+18
View File
@@ -7,6 +7,7 @@
/SISBusiness.Module/bin/Debug
/SISBusiness.Module/bin/Debug
/SISBusiness.Module.CSharp/bin/Debug
/SISBusiness.Module.CSharp/obj
/SISBusiness.Module.Win/bin/Debug
/SISBusiness.WIN.Company/bin/Debug
/SISBusiness.Win/bin/Debug/hu
@@ -22,3 +23,20 @@
/SISBusiness.Win.Client/obj
/.vs/WEB_SUBCONTRACTOR/v15/Server/sqlite3
/.vs/WIN/v15/Server/sqlite3
/SISService/bin/Debug
/SISBusiness.Module.Web.Support/obj
/SISBusiness.Module.Win/obj
/SISBusiness.Module/obj
/SISBusiness.RabbitMQ.Service/obj
/SISBusiness.WIN.Company/obj
/SISBusiness.Win.Demo/obj
/SISService/obj
/SISBusiness.Win.Company.PH/obj
/SISBusiness.Web.Account.Lite/obj
/SISBusiness.Web.Company/obj
/SISBusiness.Web.Support/obj
/SISBusiness.Web/obj
/SISBusiness.Win.Account.Lite/obj
/SISBusiness.Win.CX/obj
/SISBusiness.Win.Company.PH/bin
/SISBusiness.Win.Demo/bin
Binary file not shown.
+1
View File
@@ -2,5 +2,6 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\.gitignore",
"PreviewInSolutionExplorer": false
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -3
View File
@@ -196,10 +196,9 @@
<Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.Office.Interop.Outlook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Office.Interop.Outlook.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Outlook.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office14\Microsoft.Office.Interop.Outlook.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Tools.Excel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
+1
View File
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Office.Interop.Outlook" version="15.0.4797.1003" targetFramework="net40" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net40" />
</packages>
@@ -116,7 +116,6 @@
<Reference Include="DevExpress.ExpressApp.Notifications.Win.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.ExpressApp.Reports.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.Pdf.v17.2.Core">
<SpecificVersion>False</SpecificVersion>
@@ -272,17 +271,15 @@
<Reference Include="DevExpress.XtraScheduler.v17.2.Core, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraTreeList.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraVerticalGrid.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="Mono.Security">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\postgreSQL\Npgsql2.0.11-bin-ms.net4.0\Mono.Security.dll</HintPath>
<Private>True</Private>
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Npgsql, Version=2.0.11.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\PostgreSQL\Npgsql\ms.net4.0\Npgsql.dll</HintPath>
<Reference Include="Npgsql, Version=2.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.2.2.7\lib\net40\Npgsql.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="policy.2.0.Npgsql">
@@ -1 +1 @@
855f26f658b0c95a3f92a8e50159cbe79e665954
3ed84b595c4db63c2284491550bc6e42d23c59ea
@@ -452,3 +452,472 @@ C:\SISBusiness\v_15_2_5\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.Compan
C:\SISBusiness\v_15_2_5\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.exe.licenses
C:\SISBusiness\v_15_2_5\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.exe
C:\SISBusiness\v_15_2_5\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.pdb
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Images\iGreenArrow.png
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Images\iOK.png
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Images\iQuestion.png
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Images\iRedArrow.png
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\BusinessObjects\SIS\App_Data\InitialData.accdb
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Excels\XLSImports.xlsx
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Model.xafml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Model_hu.xafml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Model_en.xafml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Win.exe.config
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Win.exe
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Win.pdb
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.BonusSkins.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Charts.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.CodeParser.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Data.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.DataAccess.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.DataAccess.v17.2.UI.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.AuditTrail.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Chart.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Chart.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.CloneObject.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.ConditionalAppearance.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.EasyTest.WinAdapter.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.FileAttachment.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Images.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Kpi.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Notifications.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Notifications.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Objects.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotChart.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotChart.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotGrid.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotGrid.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Reports.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Reports.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Scheduler.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Scheduler.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Security.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.TreeListEditors.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.TreeListEditors.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Validation.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Validation.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.ViewVariantsModule.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Win.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Xpo.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Office.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Pdf.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Persistent.Base.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Persistent.BaseImpl.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.PivotGrid.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Printing.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.RichEdit.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.RichEdit.v17.2.Export.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Sparkline.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Utils.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Utils.v17.2.UI.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Xpo.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraBars.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.UI.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.Wizard.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraEditors.v17.2.Design.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraEditors.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGrid.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraLayout.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraNavBar.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraPivotGrid.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraPrinting.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraReports.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraReports.v17.2.Extensions.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraScheduler.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraTreeList.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraVerticalGrid.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Mono.Security.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Newtonsoft.Json.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Npgsql.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.CSharp.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.Win.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Gnostice.PDFOne.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Spreadsheet.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraSpreadsheet.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraRichEdit.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\exontrol.exg2antt.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\exontrol.exprint.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.Spread.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Dashboard.v17.2.Win.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraScheduler.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\MySql.Data.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Dashboard.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraRichEdit.v17.2.Extensions.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Demos.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.Spread.Design.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.EasyTest.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.ReportsV2.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.StateMachine.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Images.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\EnvDTE.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\EnvDTE80.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Diagram.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraDiagram.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.Extensions.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGauges.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Ionic.Zlib.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.CalcEngine.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Excel.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.Chart.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.PluginCalendar.WinForms.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.PDF.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraTreeMap.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraMap.v17.2.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGauges.v17.2.Win.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.TreeMap.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGauges.v17.2.Presets.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Map.v17.2.Core.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\VSLangProj.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\stdole.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.CSharp.pdb
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.Win.pdb
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.Win.dll.config
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.pdb
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\SISBusiness.Module.dll.config
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Notifications.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Notifications.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Reports.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Pdf.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Printing.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Data.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.AuditTrail.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Chart.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Chart.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.CloneObject.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.ConditionalAppearance.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.FileAttachment.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Kpi.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotChart.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotChart.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotGrid.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.PivotGrid.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Reports.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Scheduler.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Scheduler.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.TreeListEditors.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.TreeListEditors.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Xpo.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Security.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Validation.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Validation.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.ViewVariantsModule.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.Win.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Persistent.Base.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Persistent.BaseImpl.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.PivotGrid.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Office.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.RichEdit.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Utils.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Xpo.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.Wizard.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraCharts.v17.2.UI.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGrid.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraBars.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraEditors.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraLayout.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraNavBar.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraPivotGrid.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.DataAccess.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.DataAccess.v17.2.UI.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraReports.v17.2.Extensions.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraPrinting.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Utils.v17.2.UI.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Sparkline.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraReports.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraScheduler.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraTreeList.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraVerticalGrid.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Newtonsoft.Json.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Npgsql.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\Gnostice.PDFOne.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Spreadsheet.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraSpreadsheet.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraRichEdit.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.Spread.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Dashboard.v17.2.Win.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraScheduler.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Dashboard.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraRichEdit.v17.2.Extensions.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.Spread.Design.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.EasyTest.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.ReportsV2.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.ExpressApp.StateMachine.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\EnvDTE.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\EnvDTE80.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Diagram.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraDiagram.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGauges.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.CalcEngine.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Excel.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.Win.Chart.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.PluginCalendar.WinForms.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\FarPoint.PDF.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraTreeMap.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraMap.v17.2.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGauges.v17.2.Win.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.TreeMap.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.XtraGauges.v17.2.Presets.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\DevExpress.Map.v17.2.Core.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\VSLangProj.xml
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\en\SISBusiness.Module.CSharp.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\hu\SISBusiness.Module.CSharp.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\en\SISBusiness.Module.Win.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\hu\SISBusiness.Module.Win.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\hu\SISBusiness.Module.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Notifications.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Notifications.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Reports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Reports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Reports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Reports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Pdf.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Pdf.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Pdf.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Pdf.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Printing.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Printing.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Printing.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Printing.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Data.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Data.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Data.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Data.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.AuditTrail.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.AuditTrail.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.AuditTrail.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Chart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Chart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Chart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.CloneObject.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.CloneObject.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.CloneObject.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.CloneObject.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.FileAttachment.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.FileAttachment.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.FileAttachment.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.FileAttachment.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.HtmlPropertyEditor.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Kpi.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Kpi.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Kpi.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.PivotChart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.PivotChart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.PivotChart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.PivotChart.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.PivotChart.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.PivotChart.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.PivotChart.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.PivotChart.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.PivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.PivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.PivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Reports.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Reports.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Reports.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Reports.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Scheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Scheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Scheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Scheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Scheduler.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Scheduler.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Scheduler.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Scheduler.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Objects.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Objects.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Objects.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Objects.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Security.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Security.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Security.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Security.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Validation.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Validation.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Validation.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Validation.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Validation.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Validation.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Validation.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Validation.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.ViewVariantsModule.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.ViewVariantsModule.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.ViewVariantsModule.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.ViewVariantsModule.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.Win.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.PivotGrid.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.PivotGrid.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.PivotGrid.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.PivotGrid.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Office.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Office.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Office.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Office.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.RichEdit.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.RichEdit.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.RichEdit.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.RichEdit.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Utils.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Utils.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Utils.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Utils.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Xpo.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Xpo.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Xpo.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Xpo.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraCharts.v17.2.Wizard.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraCharts.v17.2.Wizard.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraCharts.v17.2.Wizard.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraCharts.v17.2.Wizard.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraCharts.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraCharts.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraCharts.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraCharts.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraBars.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraBars.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraBars.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraBars.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraEditors.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraEditors.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraEditors.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraEditors.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraLayout.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraLayout.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraLayout.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraLayout.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraNavBar.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraNavBar.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraNavBar.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraNavBar.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraPivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraPivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraPivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraPivotGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.DataAccess.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.DataAccess.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.DataAccess.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.DataAccess.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.DataAccess.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.DataAccess.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.DataAccess.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.DataAccess.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraReports.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraReports.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraReports.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraReports.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraPrinting.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraPrinting.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraPrinting.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraPrinting.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Utils.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Utils.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Utils.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Utils.v17.2.UI.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Sparkline.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Sparkline.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Sparkline.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Sparkline.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraReports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraReports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraReports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraReports.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraScheduler.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraScheduler.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraScheduler.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraScheduler.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraTreeList.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraTreeList.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraTreeList.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraTreeList.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraVerticalGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraVerticalGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraVerticalGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraVerticalGrid.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\Npgsql.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\Npgsql.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\fi\Npgsql.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\fr\Npgsql.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\Npgsql.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\zh-CN\Npgsql.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Spreadsheet.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Spreadsheet.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Spreadsheet.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Spreadsheet.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraSpreadsheet.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraSpreadsheet.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraSpreadsheet.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraSpreadsheet.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraRichEdit.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraRichEdit.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraRichEdit.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraRichEdit.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Dashboard.v17.2.Win.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Dashboard.v17.2.Win.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Dashboard.v17.2.Win.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Dashboard.v17.2.Win.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraScheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraScheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraScheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraScheduler.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Dashboard.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Dashboard.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Dashboard.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Dashboard.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraRichEdit.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraRichEdit.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraRichEdit.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraRichEdit.v17.2.Extensions.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.ReportsV2.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.ExpressApp.ReportsV2.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.ReportsV2.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.ReportsV2.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.ExpressApp.StateMachine.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.ExpressApp.StateMachine.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.ExpressApp.StateMachine.v17.2.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Diagram.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Diagram.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Diagram.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Diagram.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraGauges.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraGauges.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraGauges.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraGauges.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.XtraGauges.v17.2.Presets.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.XtraGauges.v17.2.Presets.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.XtraGauges.v17.2.Presets.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.XtraGauges.v17.2.Presets.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\de\DevExpress.Map.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\es\DevExpress.Map.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ja\DevExpress.Map.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\bin\Debug\ru\DevExpress.Map.v17.2.Core.resources.dll
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.Company.vbprojResolveAssemblyReference.cache
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.Resources.resources
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.SISBusinessWindowsFormsApplication.resources
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.SISSplashScreen.resources
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.Company.vbproj.GenerateResource.cache
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.exe.licenses
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.Company.vbproj.CoreCompileInputs.cache
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.Company.vbproj.CopyComplete
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.exe
C:\SIS-Business-GIT\SISBusiness.WIN.Company\obj\Debug\SISBusiness.Win.pdb
@@ -1 +1 @@
ad9e1d1a66563105655c6ff0c368faec0e16bbf6
c7dc89f64c26c5c54159c5970bc44ca5132b72ad
@@ -1 +1 @@
66d56b235fc3ea83a2d39c6cc89a4c977e679df6
0d4d40c82caeb9153e67bc1682a16260b038e0de
@@ -1 +1 @@
ed3456a4e80f0ee948ccf3e58d0587340fcc14bf
6256442466e98b67294f97eccdc0d1ca2b0b8b36
+1
View File
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net40" />
<package id="Npgsql" version="2.2.7" targetFramework="net40" />
</packages>
@@ -269,17 +269,15 @@
<Reference Include="DevExpress.XtraScheduler.v17.2.Core, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraTreeList.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraVerticalGrid.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="Mono.Security">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\postgreSQL\Npgsql2.0.11-bin-ms.net4.0\Mono.Security.dll</HintPath>
<Private>True</Private>
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\..\..\..\jSON\Bin\Net\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Npgsql, Version=2.0.11.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\PostgreSQL\Npgsql\ms.net4.0\Npgsql.dll</HintPath>
<Reference Include="Npgsql, Version=2.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.2.2.7\lib\net40\Npgsql.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="policy.2.0.Npgsql">
@@ -385,6 +383,7 @@
<None Include="My Project\DataSources\SISBusiness.Module.MNBArfolyamService.GetDateIntervalResponseBody.datasource" />
<None Include="My Project\DataSources\SISBusiness.Module.MNBArfolyamService.GetExchangeRatesResponseBody.datasource" />
<None Include="My Project\DataSources\SISBusiness.Module.MNBArfolyamService.GetInfoResponseBody.datasource" />
<None Include="packages.config" />
<None Include="Service References\MNBArfolyamService\arfolyamok.xsd">
<SubType>Designer</SubType>
</None>
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Npgsql" version="2.2.7" targetFramework="net40" />
</packages>
@@ -269,14 +269,12 @@
<Reference Include="DevExpress.XtraScheduler.v17.2.Core, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraTreeList.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraVerticalGrid.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="Mono.Security">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\postgreSQL\Npgsql2.0.11-bin-ms.net4.0\Mono.Security.dll</HintPath>
<Private>False</Private>
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="Npgsql, Version=2.0.11.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\PostgreSQL\Npgsql\ms.net4.0\Npgsql.dll</HintPath>
<Private>False</Private>
<Reference Include="Npgsql, Version=2.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.2.2.7\lib\net40\Npgsql.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="policy.2.0.Npgsql">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\postgreSQL\Npgsql2.0.11-bin-ms.net4.0\policy.2.0.Npgsql.dll</HintPath>
@@ -365,6 +363,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Service References\MNBArfolyamService\arfolyamok.disco" />
<None Include="Service References\MNBArfolyamService\configuration91.svcinfo" />
<None Include="Service References\MNBArfolyamService\configuration.svcinfo" />
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Npgsql" version="2.2.7" targetFramework="net40" />
</packages>