Prep for 2.0.0
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
@@ -6,11 +6,13 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<UseWPF>true</UseWPF>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<ApplicationIcon>LincleLINK.ico</ApplicationIcon>
|
||||
<ApplicationIcon>LL_logo.ico</ApplicationIcon>
|
||||
<AssemblyVersion>2.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="LincleLINK.ico" />
|
||||
<Content Include="LL_logo.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 200 KiB |
@@ -17,8 +17,8 @@ namespace LincleLINK
|
||||
{
|
||||
public class MainWindowLogic : ViewModelBase
|
||||
{
|
||||
//public static readonly string currentDir = Directory.GetCurrentDirectory();
|
||||
public static readonly string currentDir = @"F:\LincleLINK";
|
||||
public static readonly string currentDir = Directory.GetCurrentDirectory();
|
||||
//public static readonly string currentDir = @"F:\LincleLINK";
|
||||
public static readonly string dbDir = Path.Join(currentDir, "db");
|
||||
public static readonly string instanceDir = Path.Join(currentDir, "instance");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user