-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
11 changed files
with
631 additions
and
651 deletions.
There are no files selected for viewing
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,22 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain | ||
# Disable LF normalization for all files | ||
* -text |
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,96 +1,96 @@ | ||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | ||
[Bb]in/ | ||
[Oo]bj/ | ||
|
||
# mstest test results | ||
TestResults | ||
|
||
## Ignore Visual Studio temporary files, build results, and | ||
## files generated by popular Visual Studio add-ons. | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
*.sln.docstates | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
[Rr]elease/ | ||
x64/ | ||
*_i.c | ||
*_p.c | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.pch | ||
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.vspscc | ||
*.vssscc | ||
.builds | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
|
||
# Guidance Automation Toolkit | ||
*.gpState | ||
|
||
# ReSharper is a .NET coding add-in | ||
_ReSharper* | ||
|
||
# NCrunch | ||
*.ncrunch* | ||
.*crunch*.local.xml | ||
|
||
# Installshield output folder | ||
[Ee]xpress | ||
|
||
# DocProject is a documentation generator add-in | ||
DocProject/buildhelp/ | ||
DocProject/Help/*.HxT | ||
DocProject/Help/*.HxC | ||
DocProject/Help/*.hhc | ||
DocProject/Help/*.hhk | ||
DocProject/Help/*.hhp | ||
DocProject/Help/Html2 | ||
DocProject/Help/html | ||
|
||
# Click-Once directory | ||
publish | ||
|
||
# Publish Web Output | ||
*.Publish.xml | ||
|
||
# Others | ||
[Bb]in | ||
[Oo]bj | ||
sql | ||
TestResults | ||
[Tt]est[Rr]esult* | ||
*.Cache | ||
ClientBin | ||
[Ss]tyle[Cc]op.* | ||
~$* | ||
*.dbmdl | ||
Generated_Code #added for RIA/Silverlight projects | ||
|
||
# Backup & report files from converting an old project file to a newer | ||
# Visual Studio version. Backup files are not needed, because we have git ;-) | ||
_UpgradeReport_Files/ | ||
Backup*/ | ||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | ||
[Bb]in/ | ||
[Oo]bj/ | ||
|
||
# mstest test results | ||
TestResults | ||
|
||
## Ignore Visual Studio temporary files, build results, and | ||
## files generated by popular Visual Studio add-ons. | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
*.sln.docstates | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
[Rr]elease/ | ||
x64/ | ||
*_i.c | ||
*_p.c | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.pch | ||
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.vspscc | ||
*.vssscc | ||
.builds | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
|
||
# Guidance Automation Toolkit | ||
*.gpState | ||
|
||
# ReSharper is a .NET coding add-in | ||
_ReSharper* | ||
|
||
# NCrunch | ||
*.ncrunch* | ||
.*crunch*.local.xml | ||
|
||
# Installshield output folder | ||
[Ee]xpress | ||
|
||
# DocProject is a documentation generator add-in | ||
DocProject/buildhelp/ | ||
DocProject/Help/*.HxT | ||
DocProject/Help/*.HxC | ||
DocProject/Help/*.hhc | ||
DocProject/Help/*.hhk | ||
DocProject/Help/*.hhp | ||
DocProject/Help/Html2 | ||
DocProject/Help/html | ||
|
||
# Click-Once directory | ||
publish | ||
|
||
# Publish Web Output | ||
*.Publish.xml | ||
|
||
# Others | ||
[Bb]in | ||
[Oo]bj | ||
sql | ||
TestResults | ||
[Tt]est[Rr]esult* | ||
*.Cache | ||
ClientBin | ||
[Ss]tyle[Cc]op.* | ||
~$* | ||
*.dbmdl | ||
Generated_Code #added for RIA/Silverlight projects | ||
|
||
# Backup & report files from converting an old project file to a newer | ||
# Visual Studio version. Backup files are not needed, because we have git ;-) | ||
_UpgradeReport_Files/ | ||
Backup*/ | ||
UpgradeLog*.XML |
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,52 +1,52 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingPang", "PingPang\PingPang.csproj", "{4B9B1EAF-B146-49A0-B371-0F786201684E}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B6D8C47-0041-4428-BC42-18D1EECE8ADC}" | ||
ProjectSection(SolutionItems) = preProject | ||
Local.testsettings = Local.testsettings | ||
PingPang.vsmdi = PingPang.vsmdi | ||
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(TestCaseManagementSettings) = postSolution | ||
CategoryFile = PingPang.vsmdi | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|x86.ActiveCfg = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|x86.Build.0 = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|x86.ActiveCfg = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|x86.Build.0 = Release|x86 | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|x86.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingPang", "PingPang\PingPang.csproj", "{4B9B1EAF-B146-49A0-B371-0F786201684E}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B6D8C47-0041-4428-BC42-18D1EECE8ADC}" | ||
ProjectSection(SolutionItems) = preProject | ||
Local.testsettings = Local.testsettings | ||
PingPang.vsmdi = PingPang.vsmdi | ||
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(TestCaseManagementSettings) = postSolution | ||
CategoryFile = PingPang.vsmdi | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|x86.ActiveCfg = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Debug|x86.Build.0 = Debug|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|x86.ActiveCfg = Release|x86 | ||
{4B9B1EAF-B146-49A0-B371-0F786201684E}.Release|x86.Build.0 = Release|x86 | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{21A8DC9B-7EA4-4F03-A5BF-B57A675A3A82}.Release|x86.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.