Files
DP44/Common/DTS.Common.DBSyncService/.svn/pristine/ac/acc669232a5b46f342fcc1d7c9697ba67ae8159d.svn-base

20 lines
459 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration.Install;
using System.Linq;
using System.Threading.Tasks;
namespace DTS.Common.DBSyncService
{
[RunInstaller(true)]
public partial class ProjectInstaller : System.Configuration.Install.Installer
{
public ProjectInstaller()
{
InitializeComponent();
}
}
}