diff options
| author | a1xd <[email protected]> | 2020-12-02 06:20:43 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-12-02 06:20:43 -0500 |
| commit | a5f00995dd48c2a83937e3503257d1b9fba2096f (patch) | |
| tree | 2c56aff0daf25cd3f7335106ec4671b0da846777 /writer/writer.csproj | |
| parent | support win7 while cross-signing is still available (diff) | |
| download | rawaccel-a5f00995dd48c2a83937e3503257d1b9fba2096f.tar.xz rawaccel-a5f00995dd48c2a83937e3503257d1b9fba2096f.zip | |
update writer - use messagebox instead of console
Diffstat (limited to 'writer/writer.csproj')
| -rw-r--r-- | writer/writer.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/writer/writer.csproj b/writer/writer.csproj index a874b7f..1c4cca5 100644 --- a/writer/writer.csproj +++ b/writer/writer.csproj @@ -44,6 +44,7 @@ </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> + <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> |