Skip to content

Commit 7e96a81

Browse files
committed
Replaced the EdiFabric and the templates nuget packages with dll references.
1 parent 734ca6d commit 7e96a81

78 files changed

Lines changed: 242 additions & 359 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

EdiFabric.Examples.X12.AcknowledgeEDI/EdiFabric.Examples.X12.AcknowledgeEDI.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="EdiFabric, Version=10.4.2.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\EdiFabric.Trial.10.4.2\lib\net45\EdiFabric.dll</HintPath>
37+
<Reference Include="EdiFabric, Version=10.4.3.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
38+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.dll</HintPath>
39+
<SpecificVersion>False</SpecificVersion>
3940
</Reference>
40-
<Reference Include="EdiFabric.Templates.Hipaa, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
41-
<HintPath>..\packages\EdiFabric.Templates.Hipaa.2.6.7\lib\net45\EdiFabric.Templates.Hipaa.dll</HintPath>
41+
<Reference Include="EdiFabric.Templates.X12, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.X12.dll</HintPath>
4244
</Reference>
4345
<Reference Include="System" />
4446
<Reference Include="System.Core" />
@@ -62,7 +64,6 @@
6264
</ItemGroup>
6365
<ItemGroup>
6466
<None Include="App.config" />
65-
<None Include="packages.config" />
6667
</ItemGroup>
6768
<ItemGroup>
6869
<ProjectReference Include="..\EdiFabric.Examples.X12.Common\EdiFabric.Examples.X12.Common.csproj">

EdiFabric.Examples.X12.AcknowledgeEDI/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

EdiFabric.Examples.X12.CSV/EdiFabric.Examples.X12.CSV.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="EdiFabric, Version=10.4.2.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\EdiFabric.Trial.10.4.2\lib\net45\EdiFabric.dll</HintPath>
37+
<Reference Include="EdiFabric, Version=10.4.3.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
38+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.dll</HintPath>
39+
<SpecificVersion>False</SpecificVersion>
3940
</Reference>
4041
<Reference Include="EdiFabric.Templates.X12, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
41-
<HintPath>..\packages\EdiFabric.Templates.X12.2.6.7\lib\net45\EdiFabric.Templates.X12.dll</HintPath>
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.X12.dll</HintPath>
4244
</Reference>
4345
<Reference Include="System" />
4446
<Reference Include="System.Core" />
@@ -57,7 +59,6 @@
5759
</ItemGroup>
5860
<ItemGroup>
5961
<None Include="App.config" />
60-
<None Include="packages.config" />
6162
</ItemGroup>
6263
<ItemGroup>
6364
<ProjectReference Include="..\EdiFabric.Examples.X12.Common\EdiFabric.Examples.X12.Common.csproj">

EdiFabric.Examples.X12.CSV/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

EdiFabric.Examples.X12.Common/EdiFabric.Examples.X12.Common.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="EdiFabric, Version=10.4.2.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
36-
<HintPath>..\packages\EdiFabric.Trial.10.4.2\lib\net45\EdiFabric.dll</HintPath>
35+
<Reference Include="EdiFabric, Version=10.4.3.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
36+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.dll</HintPath>
37+
<SpecificVersion>False</SpecificVersion>
3738
</Reference>
3839
<Reference Include="EdiFabric.Templates.X12, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
39-
<HintPath>..\packages\EdiFabric.Templates.X12.2.6.7\lib\net45\EdiFabric.Templates.X12.dll</HintPath>
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.X12.dll</HintPath>
4042
</Reference>
4143
<Reference Include="System" />
4244
<Reference Include="System.Core" />
@@ -58,7 +60,6 @@
5860
</ItemGroup>
5961
<ItemGroup>
6062
<None Include="app.config" />
61-
<None Include="packages.config" />
6263
</ItemGroup>
6364
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6465
</Project>

EdiFabric.Examples.X12.Common/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

EdiFabric.Examples.X12.DB/EdiFabric.Examples.X12.DB.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="EdiFabric, Version=10.4.2.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
38-
<HintPath>..\packages\EdiFabric.Trial.10.4.2\lib\net45\EdiFabric.dll</HintPath>
37+
<Reference Include="EdiFabric, Version=10.4.3.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
38+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.dll</HintPath>
39+
<SpecificVersion>False</SpecificVersion>
3940
</Reference>
4041
<Reference Include="EdiFabric.Templates.X12, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
41-
<HintPath>..\packages\EdiFabric.Templates.X12.2.6.7\lib\net45\EdiFabric.Templates.X12.dll</HintPath>
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.X12.dll</HintPath>
4244
</Reference>
4345
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
4446
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EdiFabric.Templates.X12" version="2.6.7" targetFramework="net45" />
4-
<package id="EdiFabric.Trial" version="10.4.2" targetFramework="net45" />
53
<package id="EntityFramework" version="6.2.0" targetFramework="net461" />
64
</packages>

EdiFabric.Examples.X12.Demo/EdiFabric.Examples.X12.Demo.csproj

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,22 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="EdiFabric, Version=10.4.2.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
36-
<HintPath>..\packages\EdiFabric.Trial.10.4.2\lib\net45\EdiFabric.dll</HintPath>
35+
<Reference Include="EdiFabric, Version=10.4.3.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
36+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.dll</HintPath>
37+
<SpecificVersion>False</SpecificVersion>
3738
</Reference>
38-
<Reference Include="EdiFabric.Templates.Hipaa, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
39-
<HintPath>..\packages\EdiFabric.Templates.Hipaa.2.6.7\lib\net45\EdiFabric.Templates.Hipaa.dll</HintPath>
39+
<Reference Include="EdiFabric.Templates.Edifact">
40+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.Edifact.dll</HintPath>
41+
</Reference>
42+
<Reference Include="EdiFabric.Templates.Edigas">
43+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.Edigas.dll</HintPath>
44+
</Reference>
45+
<Reference Include="EdiFabric.Templates.Padis">
46+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.Padis.dll</HintPath>
4047
</Reference>
4148
<Reference Include="EdiFabric.Templates.X12, Version=2.6.7.0, Culture=neutral, PublicKeyToken=30198c5f4974e51a, processorArchitecture=MSIL">
42-
<HintPath>..\packages\EdiFabric.Templates.X12.2.6.7\lib\net45\EdiFabric.Templates.X12.dll</HintPath>
49+
<SpecificVersion>False</SpecificVersion>
50+
<HintPath>..\..\edifabric-trial\net45\EdiFabric.Templates.X12.dll</HintPath>
4351
</Reference>
4452
<Reference Include="System" />
4553
<Reference Include="System.Core" />
@@ -56,7 +64,6 @@
5664
</ItemGroup>
5765
<ItemGroup>
5866
<None Include="App.config" />
59-
<None Include="packages.config" />
6067
</ItemGroup>
6168
<ItemGroup>
6269
<ProjectReference Include="..\EdiFabric.Examples.X12.Common\EdiFabric.Examples.X12.Common.csproj">

EdiFabric.Examples.X12.Demo/packages.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)