We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf36d7 commit 81f0b77Copy full SHA for 81f0b77
1 file changed
build/Infragistics.Build.proj
@@ -78,5 +78,15 @@
78
79
</Target>
80
81
+ <Target Name="UpdateIGReferences">
82
+
83
+ <CreateItem Include="$(SrcRoot)\DataPresenter.DataSources.OData\**\*.csproj">
84
+ <Output TaskParameter="Include" ItemName="ReferenceAppProjectFiles" />
85
+ </CreateItem>
86
87
+ <IgFileUpdate LoggingLevel="$(igLoggingLevel)" Files="@(ReferenceAppProjectFiles)" Regex="\.v\d\d\.\d" ReplacementText=".v$(Major).$(Minor)" Encoding="ASCII" />
88
89
+ </Target>
90
91
92
</Project>
0 commit comments