FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sample-code-csharp/SampleCode_DotNet_Core.csproj at master · KarthikeyanKumar/sample-code-csharp · GitHub
KarthikeyanKumar
/
sample-code-csharp
Public
forked from
AuthorizeNet/sample-code-csharp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sample-code-csharp
/
SampleCode_DotNet_Core.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (38 loc) · 1.32 KB
Breadcrumbs
sample-code-csharp
/
SampleCode_DotNet_Core.csproj
Copy path
File metadata and controls
49 lines (38 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
Label
=
"
Configuration
"
Condition
=
"
'$(Configuration)|$(Platform)'=='Debug|AnyCPU'
"
>
<
OutputType
>Exe</
OutputType
>
</
PropertyGroup
>
<
PropertyGroup
>
<
TargetFramework
>netcoreapp2.0</
TargetFramework
>
<
ApplicationIcon
/>
<
OutputTypeEx
>exe</
OutputTypeEx
>
<
StartupObject
/>
</
PropertyGroup
>
<
PropertyGroup
>
<
GenerateAssemblyInfo
>false</
GenerateAssemblyInfo
>
</
PropertyGroup
>
<
ItemGroup
>
<
Compile
Remove
=
"
packages\**
"
/>
<
Compile
Remove
=
"
SampleCodeTest\**
"
/>
<
EmbeddedResource
Remove
=
"
packages\**
"
/>
<
EmbeddedResource
Remove
=
"
SampleCodeTest\**
"
/>
<
None
Remove
=
"
packages\**
"
/>
<
None
Remove
=
"
SampleCodeTest\**
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Compile
Remove
=
"
TransactionReporting\GetCustomerProfileTransactionList.cs
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
None
Remove
=
"
README.md
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.Extensions.Logging
"
Version
=
"
2.1.1
"
/>
<
PackageReference
Include
=
"
Microsoft.Extensions.Logging.Abstractions
"
Version
=
"
2.1.1
"
/>
<
PackageReference
Include
=
"
Microsoft.Extensions.Logging.Debug
"
Version
=
"
2.1.1
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Reference
Include
=
"
AuthorizeNET
"
>
<
HintPath
>AuthorizeNet.dll</
HintPath
>
</
Reference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL