Skip to content

Commit c97a028

Browse files
committed
* Build change
* Code cleanup
1 parent 744d280 commit c97a028

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Advanced PassGen/Advanced PassGen.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
36+
<UseVSHostingProcess>false</UseVSHostingProcess>
3637
</PropertyGroup>
3738
<PropertyGroup>
3839
<ApplicationIcon>key.ico</ApplicationIcon>

Advanced PassGen/Classes/PasswordGenerator.cs

-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ private static void FileWriter(string path, string text)
190190
using (StreamWriter sw = new StreamWriter(path))
191191
{
192192
sw.Write(text);
193-
sw.Close();
194193
}
195194
}
196195
}

0 commit comments

Comments
 (0)