-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyERPMod.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
EasyERPMod.sln
File metadata and controls
43 lines (43 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ERPLoader", "ERPLoader\ERPLoader.csproj", "{6E6CAA3E-FEB8-42D9-AF99-B2DE647D5ED3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EgoEngineLibrary", "Ego-Engine-Modding\src\EgoEngineLibrary\EgoEngineLibrary.csproj", "{0BAA9CA6-8328-46EB-A3C9-B273B2FF9A49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyERPExplorer", "EasyERPExplorer\EasyERPExplorer.csproj", "{A843D938-7087-49D4-B5FA-B2B356E77DD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyUpdater", "Updater\EasyUpdater.csproj", "{5841985F-DD69-4694-82A4-B36164D18BA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E6CAA3E-FEB8-42D9-AF99-B2DE647D5ED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E6CAA3E-FEB8-42D9-AF99-B2DE647D5ED3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E6CAA3E-FEB8-42D9-AF99-B2DE647D5ED3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E6CAA3E-FEB8-42D9-AF99-B2DE647D5ED3}.Release|Any CPU.Build.0 = Release|Any CPU
{0BAA9CA6-8328-46EB-A3C9-B273B2FF9A49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BAA9CA6-8328-46EB-A3C9-B273B2FF9A49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BAA9CA6-8328-46EB-A3C9-B273B2FF9A49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BAA9CA6-8328-46EB-A3C9-B273B2FF9A49}.Release|Any CPU.Build.0 = Release|Any CPU
{A843D938-7087-49D4-B5FA-B2B356E77DD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A843D938-7087-49D4-B5FA-B2B356E77DD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A843D938-7087-49D4-B5FA-B2B356E77DD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A843D938-7087-49D4-B5FA-B2B356E77DD7}.Release|Any CPU.Build.0 = Release|Any CPU
{5841985F-DD69-4694-82A4-B36164D18BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5841985F-DD69-4694-82A4-B36164D18BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5841985F-DD69-4694-82A4-B36164D18BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5841985F-DD69-4694-82A4-B36164D18BA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B69D1A3-5FAF-4630-83F6-62ADA4CDC9EB}
EndGlobalSection
EndGlobal