diff --git a/src/StudentDataViewer.Tests/Properties/AssemblyInfo.cs b/src/StudentDataViewer.Tests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..15f437c --- /dev/null +++ b/src/StudentDataViewer.Tests/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("StudentDataViewer.Tests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("StudentDataViewer.Tests")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("d28e96c4-cdbb-434f-b189-4982389304cf")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/StudentDataViewer.Tests/StudentDataViewer.Tests.csproj b/src/StudentDataViewer.Tests/StudentDataViewer.Tests.csproj new file mode 100644 index 0000000..5cfa07d --- /dev/null +++ b/src/StudentDataViewer.Tests/StudentDataViewer.Tests.csproj @@ -0,0 +1,81 @@ + + + + + + Debug + AnyCPU + {D28E96C4-CDBB-434F-B189-4982389304CF} + Library + Properties + StudentDataViewer.Tests + StudentDataViewer.Tests + v4.5.2 + 512 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + ..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll + True + + + ..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll + True + + + ..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll + True + + + ..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll + True + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/src/StudentDataViewer.Tests/packages.config b/src/StudentDataViewer.Tests/packages.config new file mode 100644 index 0000000..64fb5d7 --- /dev/null +++ b/src/StudentDataViewer.Tests/packages.config @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/StudentDataViewer.sln b/src/StudentDataViewer.sln index 4437193..04b629c 100644 --- a/src/StudentDataViewer.sln +++ b/src/StudentDataViewer.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentDataViewer", "StudentDataViewer\StudentDataViewer.csproj", "{1BAFC480-6623-4A9A-86BA-662FEC0EBD6F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentDataViewer.Tests", "StudentDataViewer.Tests\StudentDataViewer.Tests.csproj", "{D28E96C4-CDBB-434F-B189-4982389304CF}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {1BAFC480-6623-4A9A-86BA-662FEC0EBD6F}.Debug|Any CPU.Build.0 = Debug|Any CPU {1BAFC480-6623-4A9A-86BA-662FEC0EBD6F}.Release|Any CPU.ActiveCfg = Release|Any CPU {1BAFC480-6623-4A9A-86BA-662FEC0EBD6F}.Release|Any CPU.Build.0 = Release|Any CPU + {D28E96C4-CDBB-434F-B189-4982389304CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D28E96C4-CDBB-434F-B189-4982389304CF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D28E96C4-CDBB-434F-B189-4982389304CF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D28E96C4-CDBB-434F-B189-4982389304CF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE