Skip to content

Instantly share code, notes, and snippets.

@jrgcubano
Created January 31, 2018 15:03
Show Gist options
  • Save jrgcubano/8d2ab1faff7f5b028c97abea46b45512 to your computer and use it in GitHub Desktop.
Save jrgcubano/8d2ab1faff7f5b028c97abea46b45512 to your computer and use it in GitHub Desktop.
Basic dbml dependencies in csproj vs2017 fail
<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