Skip to content

Commit

Permalink
Switch to new project file format for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbroudy committed Jul 2, 2020
1 parent 3390f09 commit a0080bd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 76 deletions.
3 changes: 0 additions & 3 deletions src/LazyEntityGraph.EntityFramework.Tests.Edmx/App.Config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,104 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{85F65B8A-05E6-44B9-9A72-C7B2C34BD859}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LazyEntityGraph.EntityFramework.Tests.Edmx</RootNamespace>
<AssemblyName>LazyEntityGraph.EntityFramework.Tests.Edmx</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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>
<TargetFrameworks>net452</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<PackageReference Include="AutoFixture" Version="[4.2.0,5)" />
<PackageReference Include="AutoFixture.Xunit2" Version="[4.2.0,5)" />
<PackageReference Include="FluentAssertions" Version="[5.4.1,6)" />
<PackageReference Include="xunit" Version="[2.3.1,3)" />
<PackageReference Include="xunit.runner.reporters" Version="[2.3.1,3)" />
<PackageReference Include="xunit.runner.visualstudio" Version="[2.3.1,3)" />
<PackageReference Include="EntityFramework" Version="[6.1.3,7)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LazyEntityGraph.AutoFixture\LazyEntityGraph.AutoFixture.csproj" />
<ProjectReference Include="..\LazyEntityGraph.Core\LazyEntityGraph.Core.csproj" />
<ProjectReference Include="..\LazyEntityGraph.EntityFramework\LazyEntityGraph.EntityFramework.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="BlogModel.Context.cs">
<Compile Update="BlogModel.Context.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>BlogModel.Context.tt</DependentUpon>
</Compile>
<Compile Include="BlogModel.cs">
<Compile Update="BlogModel.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>BlogModel.tt</DependentUpon>
<DependentUpon>BlogModel.edmx</DependentUpon>
</Compile>
<Compile Include="BlogModel.Designer.cs">
<Compile Update="BlogModel.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>BlogModel.edmx</DependentUpon>
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
<Compile Include="Category.cs">
<Compile Update="Category.cs">
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
<Compile Include="ContactDetails.cs">
<Compile Update="ContactDetails.cs">
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
<Compile Include="ModelMetadataGeneratorTests.cs" />
<Compile Include="Post.cs">
<Compile Update="Post.cs">
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
<Compile Include="Story.cs">
<Compile Update="Story.cs">
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
<Compile Include="Tag.cs">
<Compile Update="Tag.cs">
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
<Compile Include="User.cs">
<Compile Update="User.cs">
<DependentUpon>BlogModel.tt</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LazyEntityGraph.Core\LazyEntityGraph.Core.csproj">
<Project>{22ff6382-b4a4-4259-91b4-7554d0bd050d}</Project>
<Name>LazyEntityGraph.Core</Name>
</ProjectReference>
<ProjectReference Include="..\LazyEntityGraph.EntityFramework\LazyEntityGraph.EntityFramework.csproj">
<Project>{35de7c5d-017f-4250-9179-b02d9621fc94}</Project>
<Name>LazyEntityGraph.EntityFramework</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" Version="[4.2.0,5)" />
<PackageReference Include="AutoFixture.Xunit2" Version="[4.2.0,5)" />
<PackageReference Include="FluentAssertions" Version="[5.4.1,6)" />
<PackageReference Include="xunit" Version="[2.3.1,3)" />
<PackageReference Include="xunit.runner.reporters" Version="[2.3.1,3)" />
<PackageReference Include="xunit.runner.visualstudio" Version="[2.3.1,3)" />
<PackageReference Include="EntityFramework" Version="[6.1.3,7)" />
</ItemGroup>
<ItemGroup>
<None Include="App.Config" />
<EntityDeploy Include="BlogModel.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>BlogModel.Designer.cs</LastGenOutput>
Expand All @@ -122,5 +75,4 @@
<DependentUpon>BlogModel.edmx</DependentUpon>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit a0080bd

Please sign in to comment.