This commit is contained in:
2022-07-09 23:10:58 +00:00
parent d7fde6c8a0
commit 059546b868
4 changed files with 351 additions and 0 deletions

View File

@@ -92,6 +92,12 @@
<DependentUpon>CopyableMessageBox.cs</DependentUpon>
</Compile>
<Compile Include="Customer.cs" />
<Compile Include="FixInvoiceProblems.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FixInvoiceProblems.Designer.cs">
<DependentUpon>FixInvoiceProblems.cs</DependentUpon>
</Compile>
<Compile Include="Integration.cs" />
<Compile Include="InvoiceTemplateBuilder.cs">
<SubType>Form</SubType>
@@ -249,6 +255,9 @@
<EmbeddedResource Include="CopyableMessageBox.resx">
<DependentUpon>CopyableMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FixInvoiceProblems.resx">
<DependentUpon>FixInvoiceProblems.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InvoiceTemplateBuilder.resx">
<DependentUpon>InvoiceTemplateBuilder.cs</DependentUpon>
</EmbeddedResource>