diff --git a/Artemis/ArtemisTests/ArtemisTests.csproj b/Artemis/ArtemisTests/ArtemisTests.csproj new file mode 100644 index 000000000..d00f6ea87 --- /dev/null +++ b/Artemis/ArtemisTests/ArtemisTests.csproj @@ -0,0 +1,89 @@ + + + + Debug + AnyCPU + {44DF6C5D-14EC-497A-872A-A3488B07FF52} + Library + Properties + ArtemisTests + ArtemisTests + v4.5.2 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + {ED9997A2-E54C-4E9F-9350-62BE672C3ABE} + Artemis + + + + + + + False + + + False + + + False + + + False + + + + + + + + \ No newline at end of file diff --git a/Artemis/ArtemisTests/Properties/AssemblyInfo.cs b/Artemis/ArtemisTests/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..e3e665586 --- /dev/null +++ b/Artemis/ArtemisTests/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("ArtemisTests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ArtemisTests")] +[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("44df6c5d-14ec-497a-872a-a3488b07ff52")] + +// 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")]