Created
January 31, 2018 15:03
-
-
Save jrgcubano/8d2ab1faff7f5b028c97abea46b45512 to your computer and use it in GitHub Desktop.
Basic dbml dependencies in csproj vs2017 fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Compile Update="Model\SQLReadModel.cs"> | |
<DependentUpon>SQLReadModel.dbml</DependentUpon> | |
</Compile> | |
<Compile Update="Model\SQLReadModel.designer.cs"> | |
<AutoGen>True</AutoGen> | |
<DesignTime>True</DesignTime> | |
<DependentUpon>SQLReadModel.dbml</DependentUpon> | |
</Compile> | |
<Compile Update="Properties\Settings.Designer.cs"> | |
<AutoGen>True</AutoGen> | |
<DesignTimeSharedInput>True</DesignTimeSharedInput> | |
<DependentUpon>Settings.settings</DependentUpon> | |
</Compile> | |
<None Include="Model\SQLReadModel.dbml"> | |
<Generator>MSLinqToSQLGenerator</Generator> | |
<LastGenOutput>SQLReadModel.designer.cs</LastGenOutput> | |
<SubType>Designer</SubType> | |
</None> | |
<None Include="Properties\Settings.settings"> | |
<Generator>SettingsSingleFileGenerator</Generator> | |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
</None> | |
<None Include="Model\SQLReadModel.dbml.layout"> | |
<DependentUpon>SQLReadModel.dbml</DependentUpon> | |
</None> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment