Skip to content

Commit

Permalink
Other file to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hpreslier committed Aug 14, 2015
1 parent 2491524 commit b52e045
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 2 deletions.
Binary file added AuthorizeNet.dll
Binary file not shown.
5 changes: 3 additions & 2 deletions SampleCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplePayTransactions\CreateAnApplePayTransaction.cs" />
<Compile Include="CustomerProfiles\CreateCustomerPaymentProfile.cs" />
<Compile Include="CustomerProfiles\CreateCustomerProfile.cs" />
<Compile Include="CustomerProfiles\CreateCustomerProfileFromTransaction.cs" />
Expand Down Expand Up @@ -101,7 +100,9 @@
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="ApplePayTransactions\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
Expand Down
Binary file added SampleCode.exe
Binary file not shown.
Binary file added SampleCode.vshost.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions SampleCode.vshost.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
11 changes: 11 additions & 0 deletions SampleCode.vshost.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit b52e045

Please sign in to comment.