maybe now
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
|
using System;
|
||||||
using static System.IO.Path;
|
using static System.IO.Path;
|
||||||
using static System.Environment.SpecialFolder;
|
using static System.Environment.SpecialFolder;
|
||||||
using static System.Environment;
|
using static System.Environment;
|
||||||
using static System.Reflection.Assembly;
|
|
||||||
namespace BattleFieldSimulator.FileSystem
|
namespace BattleFieldSimulator.FileSystem
|
||||||
{
|
{
|
||||||
public static class FileSystemConstants
|
public static class FileSystemConstants
|
||||||
{
|
{
|
||||||
public static readonly string ExecutionDirectory =
|
public static readonly string ExecutionDirectory =
|
||||||
GetDirectoryName(GetExecutingAssembly().Location);
|
GetDirectoryName(Environment.CurrentDirectory);
|
||||||
public static readonly string BattleFieldSimulatorDirectory =
|
public static readonly string BattleFieldSimulatorDirectory =
|
||||||
Combine(GetFolderPath(LocalApplicationData), "BattleFieldSimulator");
|
Combine(GetFolderPath(LocalApplicationData), "BattleFieldSimulator");
|
||||||
public static readonly string LogDirectory =
|
public static readonly string LogDirectory =
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
BattleFieldSimulator/Executable_And_DLLs/Release.zip
Normal file
BIN
BattleFieldSimulator/Executable_And_DLLs/Release.zip
Normal file
Binary file not shown.
@@ -1,10 +0,0 @@
|
|||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/bin/Release/maps/SimpleMap.json
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/bin/Release/troops/SimpleTroopFile.json
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/bin/Release/BattleFieldSimulator.exe
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/bin/Release/BattleFieldSimulator.pdb
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/bin/Release/Newtonsoft.Json.dll
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/bin/Release/Newtonsoft.Json.xml
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/obj/Release/BattleFieldSimulator.csprojAssemblyReference.cache
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/obj/Release/BattleFieldSimulator.csproj.CopyComplete
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/obj/Release/BattleFieldSimulator.exe
|
|
||||||
/Users/bradybodily/Repositories/CS5110_Multi_Agent/BattleFieldSimulator/BattleFieldSimulator/obj/Release/BattleFieldSimulator.pdb
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11262
BattleFieldSimulator/Executable_And_DLLs/Release/Newtonsoft.Json.xml
Normal file
11262
BattleFieldSimulator/Executable_And_DLLs/Release/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user