This commit is contained in:
2022-07-01 22:43:41 +00:00
parent 0bf27c88be
commit 0e187e4564
11 changed files with 406 additions and 3947 deletions

View File

@@ -99,6 +99,12 @@
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="InvoiceableItem.cs" />
<Compile Include="Map.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Map.Designer.cs">
<DependentUpon>Map.cs</DependentUpon>
</Compile>
<Compile Include="NameIdActiveChargeCostItem.cs" />
<Compile Include="NameIdActiveItem.cs" />
<Compile Include="NameIdItem.cs" />
@@ -187,6 +193,9 @@
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Map.resx">
<DependentUpon>Map.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -264,6 +273,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="devinfo.txt" />
<None Include="Resources\logo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>