4 changed files with 50 additions and 25 deletions
@ -1,13 +1,17 @@ |
|||
output |
|||
*.Cache |
|||
*.cache |
|||
*.ncb |
|||
bin |
|||
out |
|||
Thumbs.db |
|||
TestResult.xml |
|||
coverage.* |
|||
_ReSharper* |
|||
*.ReSharper |
|||
*.user |
|||
*.suo |
|||
*.Cache |
|||
*.cache |
|||
*.ncb |
|||
*.marcus |
|||
*.bak |
|||
bin |
|||
*.vsdoc |
|||
*.XML |
|||
out |
|||
@ -0,0 +1,27 @@ |
|||
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00 |
|||
# Visual Studio 2010 |
|||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silverlight", "src\Silverlight\Silverlight.csproj", "{793E332F-E2B1-4D1D-9B2E-27E90B99BF93}" |
|||
EndProject |
|||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{C2F37492-38AE-4186-8A7F-17B0B080942C}" |
|||
ProjectSection(SolutionItems) = preProject |
|||
AUTHORS.markdown = AUTHORS.markdown |
|||
COPYRIGHT.markdown = COPYRIGHT.markdown |
|||
README.markdown = README.markdown |
|||
EndProjectSection |
|||
EndProject |
|||
Global |
|||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|||
Debug|Any CPU = Debug|Any CPU |
|||
Release|Any CPU = Release|Any CPU |
|||
EndGlobalSection |
|||
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|||
{793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|||
{793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|||
{793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|||
{793E332F-E2B1-4D1D-9B2E-27E90B99BF93}.Release|Any CPU.Build.0 = Release|Any CPU |
|||
EndGlobalSection |
|||
GlobalSection(SolutionProperties) = preSolution |
|||
HideSolutionNode = FALSE |
|||
EndGlobalSection |
|||
EndGlobal |
|||
@ -1,12 +1,12 @@ |
|||
Bin |
|||
bin |
|||
obj |
|||
TestResults |
|||
_ReSharper* |
|||
*.user |
|||
*.suo |
|||
*.vsdoc |
|||
*.cache |
|||
*.docstates |
|||
TestResults |
|||
*.sdf |
|||
Version.cs |
|||
|
|||
*.ReSharper |
|||
*.ReSharper |
|||
|
|||
Loading…
Reference in new issue