Skip to content

Commit

Permalink
Moved SocialNetworking tests to a separate project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstellman committed May 13, 2019
1 parent aba1523 commit 6c23c93
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 47 deletions.
42 changes: 0 additions & 42 deletions SocialNetworking/SocialNetworking.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http:https://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Import Project="..\packages\NUnit.3.11.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
<Import Project="..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -69,9 +67,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.11.0\lib\net40\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
Expand Down Expand Up @@ -105,47 +100,17 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Unit Tests\Test Data\Report for Jimmy and Alice.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Unit Tests\Test Data\Report for Jimmy, Bob, Frank and Alice.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Unit Tests\Test Data\Full report.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Unit Tests\Test Data\Report for Jimmy.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Unit Tests\Test Data\Report for Frank and Bob.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Report.cs" />
<Compile Include="SecondDegreeStars.cs" />
<Compile Include="Unit Tests\TestIncludeColleagues.cs" />
<Compile Include="Unit Tests\TestReport.cs" />
<Compile Include="Unit Tests\TestSecondDegreeStars.cs" />
<Compile Include="Unit Tests\TestCommonPublications.cs" />
<Compile Include="Unit Tests\UnitTestData.cs" />
<Compile Include="Unit Tests\TestEnvironment.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Unit Tests\Test Data\social_unit_test_firstdegree.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Unit Tests\Test Data\social_unit_test_seconddegree.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
Expand Down Expand Up @@ -185,13 +150,6 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http:https://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))" />
<Error Condition="!Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
5 changes: 0 additions & 5 deletions SocialNetworking/packages.config

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6c23c93

Please sign in to comment.