Skip to content

Commit

Permalink
rename to be friendly to other file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStrupat committed Nov 27, 2016
1 parent 6f4ae31 commit 98b9020
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedBase.cs">
<Link>VersionedBase.cs</Link>
</Compile>
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedProperties`1.cs">
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedProperties_1.cs">
<Link>VersionedProperties`1.cs</Link>
</Compile>
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedRequiredValueBase.cs">
Expand All @@ -119,11 +119,11 @@
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</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">
</Target>
<Target Name="AfterBuild">
</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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedBase.cs">
<Link>VersionedBase.cs</Link>
</Compile>
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedProperties`1.cs">
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedProperties_1.cs">
<Link>VersionedProperties`1.cs</Link>
</Compile>
<Compile Include="..\EntityFrameworkCore.VersionedProperties\VersionedRequiredValueBase.cs">
Expand All @@ -104,16 +104,18 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- 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">
</Target>
<Target Name="AfterBuild">
</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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

0 comments on commit 98b9020

Please sign in to comment.