-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8125d94
commit 68eec9e
Showing
208 changed files
with
109,551 additions
and
9 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.1 MB
...vs/EinvoiceIntegration.Sample/FileContentIndex/a6af2cb0-bc3c-4fad-80da-a94034da6e9d.vsidx
Binary file not shown.
Empty file.
980 changes: 980 additions & 0 deletions
980
EinvoiceIntegration.Sample/.vs/EinvoiceIntegration.Sample/config/applicationhost.config
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
EinvoiceIntegration.Sample/bin/EinvoiceIntegration.Sample.dll
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-4.34 KB
(81%)
EinvoiceIntegration.Sample/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified
BIN
-10.4 KB
(61%)
...iceIntegration.Sample/obj/Debug/EinvoiceIntegration.Sample.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...iceIntegration.Sample/obj/Debug/EinvoiceIntegration.Sample.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4f69a43db5eee9c53ded61115e60570e3f17023a | ||
decb183b79b484dbcbfecac80dc12fcb1e77aec4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
EinvoiceIntegration.Sample/obj/Debug/EinvoiceIntegration.Sample.dll
Binary file not shown.
Binary file modified
BIN
-12 KB
(93%)
EinvoiceIntegration.Sample/obj/Debug/EinvoiceIntegration.Sample.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.5.33627.172 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EinvoiceIntegration.Sample", "EinvoiceIntegration.Sample\EinvoiceIntegration.Sample.csproj", "{424B4772-4CCB-471E-9E9D-ED086B448792}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{424B4772-4CCB-471E-9E9D-ED086B448792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{424B4772-4CCB-471E-9E9D-ED086B448792}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{424B4772-4CCB-471E-9E9D-ED086B448792}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{424B4772-4CCB-471E-9E9D-ED086B448792}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {D583EB1D-C4AA-4917-BB6D-2058C8AE69E7} | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
34 changes: 34 additions & 0 deletions
34
packages/Microsoft.AspNet.Mvc.5.2.4/Content/Web.config.install.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0"?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
|
||
<!-- If runtime tag is absent --> | ||
<runtime xdt:Transform="InsertIfMissing"> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
</assemblyBinding> | ||
</runtime> | ||
|
||
<!-- If runtime tag is present, but assembly binding tag is absent --> | ||
<runtime> | ||
<assemblyBinding xdt:Transform="InsertIfMissing" xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
</assemblyBinding> | ||
</runtime> | ||
|
||
<!-- If the binding redirect is already present, the existing entry needs to be removed before inserting the new entry--> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly xdt:Transform="Remove" | ||
xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.Mvc')" > | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
|
||
<!-- Inserting the new binding redirect --> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly xdt:Transform="Insert"> | ||
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | ||
<bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
10 changes: 10 additions & 0 deletions
10
packages/Microsoft.AspNet.Mvc.5.2.4/Content/Web.config.uninstall.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly xdt:Transform="Remove" | ||
xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.Mvc')" > | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.