Skip to content

Commit 32f077b

Browse files
committed
Rebuilt installation project for release.
1 parent 83f4895 commit 32f077b

File tree

3 files changed

+7567
-2004
lines changed

3 files changed

+7567
-2004
lines changed

Virtual_EDW/Form_Main.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,7 @@ internal List<LocalPattern> PatternList()
682682
if (File.Exists(Application.StartupPath + @"\Schema\" + GlobalParameters
683683
.JsonSchemaForDataWarehouseAutomationFileName))
684684
{
685-
var result = DataWarehouseAutomation.JsonHandling.ValidateJsonFileAgainstSchema(
686-
Application.StartupPath + @"\Schema\" + GlobalParameters
687-
.JsonSchemaForDataWarehouseAutomationFileName, fileName);
685+
var result = DataWarehouseAutomation.JsonHandling.ValidateJsonFileAgainstSchema(Application.StartupPath + @"\Schema\" + GlobalParameters.JsonSchemaForDataWarehouseAutomationFileName, fileName);
688686

689687
foreach (var error in result.Errors)
690688
{

Virtual_EDW/Virtual_Data_Warehouse.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@
9999
<SpecificVersion>False</SpecificVersion>
100100
<HintPath>Libraries\DataWarehouseAutomation.dll</HintPath>
101101
</Reference>
102+
<Reference Include="Newtonsoft.Json.Schema">
103+
<HintPath>bin\Debug\Newtonsoft.Json.Schema.dll</HintPath>
104+
</Reference>
102105
<Reference Include="System" />
103106
<Reference Include="System.Core" />
104107
<Reference Include="System.Data" />
105-
<Reference Include="System.Data.DataSetExtensions" />
106108
<Reference Include="System.Drawing" />
107109
<Reference Include="System.Windows.Forms" />
108110
<Reference Include="System.Xml" />
@@ -432,9 +434,6 @@
432434
<PackageReference Include="Newtonsoft.Json">
433435
<Version>12.0.3</Version>
434436
</PackageReference>
435-
<PackageReference Include="Newtonsoft.Json.Schema">
436-
<Version>3.0.13</Version>
437-
</PackageReference>
438437
</ItemGroup>
439438
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
440439
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)