This commit is contained in:
2022-07-10 00:29:01 +00:00
parent 70ce9a07a6
commit 2e26823b2f
5 changed files with 334 additions and 39 deletions

View File

@@ -98,6 +98,12 @@
<Compile Include="FixInvoiceProblems.Designer.cs">
<DependentUpon>FixInvoiceProblems.cs</DependentUpon>
</Compile>
<Compile Include="FixPriceDifference.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FixPriceDifference.Designer.cs">
<DependentUpon>FixPriceDifference.cs</DependentUpon>
</Compile>
<Compile Include="Integration.cs" />
<Compile Include="InvoiceTemplateBuilder.cs">
<SubType>Form</SubType>
@@ -258,6 +264,9 @@
<EmbeddedResource Include="FixInvoiceProblems.resx">
<DependentUpon>FixInvoiceProblems.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FixPriceDifference.resx">
<DependentUpon>FixPriceDifference.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="InvoiceTemplateBuilder.resx">
<DependentUpon>InvoiceTemplateBuilder.cs</DependentUpon>
</EmbeddedResource>