This commit is contained in:
SchreiberM 2016-12-07 10:19:22 +01:00
parent e809444d94
commit 481e767a99

View File

@ -334,6 +334,12 @@
<Compile Include="frmMass_Change.vb"> <Compile Include="frmMass_Change.vb">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
<Compile Include="frmMessageBox.Designer.vb">
<DependentUpon>frmMessageBox.vb</DependentUpon>
</Compile>
<Compile Include="frmMessageBox.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmNewVariant.Designer.vb"> <Compile Include="frmNewVariant.Designer.vb">
<DependentUpon>frmNewVariant.vb</DependentUpon> <DependentUpon>frmNewVariant.vb</DependentUpon>
</Compile> </Compile>
@ -768,6 +774,9 @@
<EmbeddedResource Include="frmMass_Change.resx"> <EmbeddedResource Include="frmMass_Change.resx">
<DependentUpon>frmMass_Change.vb</DependentUpon> <DependentUpon>frmMass_Change.vb</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="frmMessageBox.resx">
<DependentUpon>frmMessageBox.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmNewVariant.resx"> <EmbeddedResource Include="frmNewVariant.resx">
<DependentUpon>frmNewVariant.vb</DependentUpon> <DependentUpon>frmNewVariant.vb</DependentUpon>
</EmbeddedResource> </EmbeddedResource>