You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Add our own AssemblyInfo.cs standard attributes -->
74
76
<AssemblyAttributesInclude="AssemblyTitle">
@@ -126,7 +128,11 @@
126
128
</AssemblyAttributes>
127
129
</ItemGroup>
128
130
131
+
<ItemGroup>
132
+
<CompileInclude="$(GeneratedAssemblyInfoPath)" />
133
+
</ItemGroup>
134
+
129
135
<!-- Write out new auto-generated AssemblyInfo.g.cs file -->
130
-
<WriteCodeFragmentLanguage="C#"OutputFile="AssemblyInfo.g.cs"AssemblyAttributes="@(AssemblyAttributes)" /> <!-- TODO: Not sure if we can tuck this away into a better folder or just obj/bin? -->
0 commit comments