Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Jan 24, 2022
1 parent 975a247 commit c0edcc8
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 97 deletions.
6 changes: 3 additions & 3 deletions KMZRebuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@
</Compile>
<Compile Include="MapsForgeReader.cs" />
<Compile Include="MapViewerForm.cs">
<SubType>Form</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="MapViewerForm.Designer.cs">
<DependentUpon>MapViewerForm.cs</DependentUpon>
</Compile>
<Compile Include="KMZRebuilederForm.cs">
<SubType>Component</SubType>
<SubType>Form</SubType>
</Compile>
<Compile Include="KMZRebuilederForm.Designer.cs">
<DependentUpon>KMZRebuilederForm.cs</DependentUpon>
Expand All @@ -164,7 +164,7 @@
<Compile Include="MemoryFile.cs" />
<Compile Include="MruList.cs" />
<Compile Include="MultiPointRouteForm.cs">
<SubType>Component</SubType>
<SubType>Form</SubType>
</Compile>
<Compile Include="MultiPointRouteForm.Designer.cs">
<DependentUpon>MultiPointRouteForm.cs</DependentUpon>
Expand Down
Loading

0 comments on commit c0edcc8

Please sign in to comment.