gr682_uat 4 年之前
当前提交
aa1df65cd5
共有 37 个文件被更改,包括 61074 次插入0 次删除
  1. 1 0
      .gitignore
  2. 20 0
      App.Config
  3. 20 0
      Properties/AssemblyInfo.cs
  4. 92 0
      TestRegAuth.csproj
  5. 20 0
      UnitTest1.cs
  6. 二进制
      bin/Debug/EntityFramework.SqlServer.dll
  7. 2093 0
      bin/Debug/EntityFramework.SqlServer.xml
  8. 二进制
      bin/Debug/EntityFramework.dll
  9. 53236 0
      bin/Debug/EntityFramework.xml
  10. 二进制
      bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
  11. 二进制
      bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
  12. 二进制
      bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
  13. 二进制
      bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
  14. 1097 0
      bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
  15. 二进制
      bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
  16. 4391 0
      bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
  17. 二进制
      bin/Debug/TestRegAuth.dll
  18. 20 0
      bin/Debug/TestRegAuth.dll.config
  19. 二进制
      bin/Debug/TestRegAuth.pdb
  20. 二进制
      bin/Debug/ru/EntityFramework.resources.dll
  21. 二进制
      bin/Debug/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
  22. 二进制
      bin/Debug/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
  23. 二进制
      bin/Debug/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
  24. 二进制
      bin/Debug/Тестирование настолки.exe
  25. 24 0
      bin/Debug/Тестирование настолки.exe.config
  26. 二进制
      bin/Debug/Тестирование настолки.pdb
  27. 二进制
      obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  28. 0 0
      obj/Debug/TempPE/Model1.Context.cs.dll
  29. 二进制
      obj/Debug/TempPE/Model1.Designer.cs.dll
  30. 二进制
      obj/Debug/TempPE/Model1.cs.dll
  31. 0 0
      obj/Debug/TestRegAuth.csproj.CopyComplete
  32. 1 0
      obj/Debug/TestRegAuth.csproj.CoreCompileInputs.cache
  33. 52 0
      obj/Debug/TestRegAuth.csproj.FileListAbsolute.txt
  34. 二进制
      obj/Debug/TestRegAuth.csprojAssemblyReference.cache
  35. 二进制
      obj/Debug/TestRegAuth.dll
  36. 二进制
      obj/Debug/TestRegAuth.pdb
  37. 7 0
      packages.config

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.vs

+ 20 - 0
App.Config

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <configSections>
+    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
+    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
+  </configSections>
+  <connectionStrings>
+    <add name="gr682_uatEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=mssql;initial catalog=gr682_uat;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
+  </connectionStrings>
+  <entityFramework>
+    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
+      <parameters>
+        <parameter value="mssqllocaldb" />
+      </parameters>
+    </defaultConnectionFactory>
+    <providers>
+      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
+    </providers>
+  </entityFramework>
+</configuration>

+ 20 - 0
Properties/AssemblyInfo.cs

@@ -0,0 +1,20 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("TestRegAuth")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("TestRegAuth")]
+[assembly: AssemblyCopyright("Copyright ©  2020")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+[assembly: ComVisible(false)]
+
+[assembly: Guid("511173ec-43ab-4404-9ee8-b79d11a1222c")]
+
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

+ 92 - 0
TestRegAuth.csproj

@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{511173EC-43AB-4404-9EE8-B79D11A1222C}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>TestRegAuth</RootNamespace>
+    <AssemblyName>TestRegAuth</AssemblyName>
+    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
+    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
+    <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
+    <IsCodedUITest>False</IsCodedUITest>
+    <TestProjectType>UnitTest</TestProjectType>
+    <NuGetPackageImportStamp>
+    </NuGetPackageImportStamp>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
+      <HintPath>..\Тестирование настолки\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
+    </Reference>
+    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
+      <HintPath>..\Тестирование настолки\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
+    </Reference>
+    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+      <HintPath>..\Тестирование настолки\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
+    </Reference>
+    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+      <HintPath>..\Тестирование настолки\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
+    </Reference>
+    <Reference Include="PresentationCore" />
+    <Reference Include="PresentationFramework" />
+    <Reference Include="System" />
+    <Reference Include="System.ComponentModel.DataAnnotations" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Serialization" />
+    <Reference Include="System.Security" />
+    <Reference Include="System.Xml" />
+    <Reference Include="WindowsBase" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="UnitTest1.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.Config" />
+    <None Include="packages.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\Тестирование настолки\Тестирование настолки.csproj">
+      <Project>{dc6ff87e-2779-4c95-a784-22d719cb0e70}</Project>
+      <Name>Тестирование настолки</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
+  </ItemGroup>
+  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
+    <PropertyGroup>
+      <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их.  Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
+    </PropertyGroup>
+    <Error Condition="!Exists('..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
+    <Error Condition="!Exists('..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
+  </Target>
+  <Import Project="..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\Тестирование настолки\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
+</Project>

+ 20 - 0
UnitTest1.cs

@@ -0,0 +1,20 @@
+using System;
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+using Тестирование_настолки;
+
+namespace TestRegAuth
+{
+    [TestClass]
+    public class UnitTest1
+    {
+        [TestMethod]
+        public void TestMethod1()
+        {
+            var page = new AuthorizationWindow();
+
+            Assert.IsTrue(page.Auth("qwe", "qwe"));
+            Assert.IsFalse(page.Auth("Noone", "ghbdtn"));
+        }
+
+    }
+}

二进制
bin/Debug/EntityFramework.SqlServer.dll


文件差异内容过多而无法显示
+ 2093 - 0
bin/Debug/EntityFramework.SqlServer.xml


二进制
bin/Debug/EntityFramework.dll


文件差异内容过多而无法显示
+ 53236 - 0
bin/Debug/EntityFramework.xml


二进制
bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll


二进制
bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll


二进制
bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll


二进制
bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll


文件差异内容过多而无法显示
+ 1097 - 0
bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml


二进制
bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.dll


文件差异内容过多而无法显示
+ 4391 - 0
bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.xml


二进制
bin/Debug/TestRegAuth.dll


+ 20 - 0
bin/Debug/TestRegAuth.dll.config

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <configSections>
+    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
+    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
+  </configSections>
+  <connectionStrings>
+    <add name="gr682_uatEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=mssql;initial catalog=gr682_uat;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
+  </connectionStrings>
+  <entityFramework>
+    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
+      <parameters>
+        <parameter value="mssqllocaldb" />
+      </parameters>
+    </defaultConnectionFactory>
+    <providers>
+      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
+    </providers>
+  </entityFramework>
+</configuration>

二进制
bin/Debug/TestRegAuth.pdb


二进制
bin/Debug/ru/EntityFramework.resources.dll


二进制
bin/Debug/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll


二进制
bin/Debug/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll


二进制
bin/Debug/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll


二进制
bin/Debug/Тестирование настолки.exe


+ 24 - 0
bin/Debug/Тестирование настолки.exe.config

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <configSections>
+    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
+    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
+  </configSections>
+  <startup>
+    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
+  </startup>
+  <connectionStrings>
+    <add name="UserAutorization_db" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=mssql;initial catalog=gr682_uat;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
+    <add name="gr682_uatEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=mssql;initial catalog=gr682_uat;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
+  </connectionStrings>
+  <entityFramework>
+    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
+      <parameters>
+        <parameter value="mssqllocaldb" />
+      </parameters>
+    </defaultConnectionFactory>
+    <providers>
+      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
+    </providers>
+  </entityFramework>
+</configuration>

二进制
bin/Debug/Тестирование настолки.pdb


二进制
obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


+ 0 - 0
obj/Debug/TempPE/Model1.Context.cs.dll


二进制
obj/Debug/TempPE/Model1.Designer.cs.dll


二进制
obj/Debug/TempPE/Model1.cs.dll


+ 0 - 0
obj/Debug/TestRegAuth.csproj.CopyComplete


+ 1 - 0
obj/Debug/TestRegAuth.csproj.CoreCompileInputs.cache

@@ -0,0 +1 @@
+fb475a15fc20a2e7ef1b06452e44c843292a3ecb

+ 52 - 0
obj/Debug/TestRegAuth.csproj.FileListAbsolute.txt

@@ -0,0 +1,52 @@
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
+Z:\ТИС\TestRegAuth\bin\Debug\ru\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
+Z:\ТИС\TestRegAuth\bin\Debug\ru\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
+Z:\ТИС\TestRegAuth\bin\Debug\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
+Z:\ТИС\TestRegAuth\bin\Debug\TestRegAuth.dll.config
+Z:\ТИС\TestRegAuth\bin\Debug\TestRegAuth.dll
+Z:\ТИС\TestRegAuth\bin\Debug\TestRegAuth.pdb
+Z:\ТИС\TestRegAuth\bin\Debug\EntityFramework.dll
+Z:\ТИС\TestRegAuth\bin\Debug\EntityFramework.SqlServer.dll
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+Z:\ТИС\TestRegAuth\bin\Debug\Тестирование настолки.exe
+Z:\ТИС\TestRegAuth\bin\Debug\Тестирование настолки.pdb
+Z:\ТИС\TestRegAuth\bin\Debug\Тестирование настолки.exe.config
+Z:\ТИС\TestRegAuth\bin\Debug\EntityFramework.xml
+Z:\ТИС\TestRegAuth\bin\Debug\EntityFramework.SqlServer.xml
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.xml
+Z:\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
+Z:\ТИС\TestRegAuth\bin\Debug\ru\EntityFramework.resources.dll
+Z:\ТИС\TestRegAuth\obj\Debug\TestRegAuth.csprojAssemblyReference.cache
+Z:\ТИС\TestRegAuth\obj\Debug\TestRegAuth.csproj.CoreCompileInputs.cache
+Z:\ТИС\TestRegAuth\obj\Debug\TestRegAuth.csproj.CopyComplete
+Z:\ТИС\TestRegAuth\obj\Debug\TestRegAuth.dll
+Z:\ТИС\TestRegAuth\obj\Debug\TestRegAuth.pdb
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\ru\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\ru\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\TestRegAuth.dll.config
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\TestRegAuth.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\TestRegAuth.pdb
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\EntityFramework.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\EntityFramework.SqlServer.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Тестирование настолки.exe
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Тестирование настолки.pdb
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Тестирование настолки.exe.config
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\EntityFramework.xml
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\EntityFramework.SqlServer.xml
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.xml
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\bin\Debug\ru\EntityFramework.resources.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\obj\Debug\TestRegAuth.csprojAssemblyReference.cache
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\obj\Debug\TestRegAuth.csproj.CoreCompileInputs.cache
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\obj\Debug\TestRegAuth.csproj.CopyComplete
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\obj\Debug\TestRegAuth.dll
+\\dfs\home\Студенты\2018\682\gr682_uat\ТИС\TestRegAuth\obj\Debug\TestRegAuth.pdb

二进制
obj/Debug/TestRegAuth.csprojAssemblyReference.cache


二进制
obj/Debug/TestRegAuth.dll


二进制
obj/Debug/TestRegAuth.pdb


+ 7 - 0
packages.config

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+  <package id="EntityFramework" version="6.2.0" targetFramework="net472" />
+  <package id="EntityFramework.ru" version="6.2.0" targetFramework="net472" />
+  <package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
+  <package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
+</packages>