Skip to content

Commit da72977

Browse files
committed
Adding sln file and ignoring .user file
1 parent e6e25b5 commit da72977

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/.vs/cybersource-rest-client-dotnet/v14
6+
/cybersource-rest-client-dotnet.csproj.user

cybersource-rest-client-dotnet.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{B0B5BDDB-E666-47EF-95B9-2BF8E88A51E4}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{B0B5BDDB-E666-47EF-95B9-2BF8E88A51E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B0B5BDDB-E666-47EF-95B9-2BF8E88A51E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B0B5BDDB-E666-47EF-95B9-2BF8E88A51E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{B0B5BDDB-E666-47EF-95B9-2BF8E88A51E4}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)