A batch-processing tool to look up details for Vehicle Identification Numbers
To get started:
- Download the current release from GitHub
- Run the installer
- After the install is complete, launch the application from the Start menu or the icon on the Desktop
- Most pages in the application have a Help button which provides further information for that page
C#
WPF
Instructions
The following are suggestions to help set up a development environment for this project. The actual steps needed may differ slightly depending on the operating system and other factors.
The following software must be installed and properly configured on the target machine.
- Git (recommended)
- .NET 7.2 or Higher
- Visual Studio 2019
- Windows Operating System
The following steps are meant to be a quick way to get the project up and running.
- Download a copy of the source code from: https://github.com/kentpmckinney/kpm-vin-lookup-tool or clone using the repository link:
https://github.com/kentpmckinney/kpm-vin-lookup-tool.git
- Open Visual Studio 2019
- Navigate to the folder location of the source files
- Open the solution file
- Press F5 to build and run
To gain the ability to move items around in the XAML GUI interface, look for the line Setter Property="Visibility" Value="Collapsed"
and set Value="Visible"
In Visual Studio, under Project > Properties, set the build configuration to Release and perform a build. Program files will appear in the release folder and can be used as-is or bundled in an installation package.