C2024-016-Write-Info-to-Results-Window-Delete-Annotations

This commit is contained in:
2024-07-26 09:20:50 -04:00
parent 10ecad47b2
commit ff940005f9
5 changed files with 365 additions and 6 deletions

View File

@@ -223,6 +223,12 @@
<Compile Include="dlgUCFDetail.Designer.cs">
<DependentUpon>dlgUCFDetail.cs</DependentUpon>
</Compile>
<Compile Include="frmAnnotationResults.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmAnnotationResults.Designer.cs">
<DependentUpon>frmAnnotationResults.cs</DependentUpon>
</Compile>
<Compile Include="frmAnnotationsCleanup.cs">
<SubType>Form</SubType>
</Compile>
@@ -340,6 +346,9 @@
<EmbeddedResource Include="dlgUCFDetail.resx">
<DependentUpon>dlgUCFDetail.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmAnnotationResults.resx">
<DependentUpon>frmAnnotationResults.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmAnnotationsCleanup.resx">
<DependentUpon>frmAnnotationsCleanup.cs</DependentUpon>
</EmbeddedResource>
@@ -626,4 +635,4 @@
<PropertyGroup>
<PreBuildEvent>cmd /c "$(ProjectDir)FixRev.bat"</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>