forked from Lounek09/DofusFlashGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DofusFlashGenerator.sln
40 lines (40 loc) · 1.63 KB
/
DofusFlashGenerator.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2F051005-5A42-4FE8-9566-04E4127AA999}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DofusFlashGenerator", "DofusFlashGenerator\DofusFlashGenerator.csproj", "{58A24D56-1CF0-4614-88E1-A226A7E1A15B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solutions items", "Solutions items", "{105BF539-E23E-4FB9-90F9-823EB9D602DE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58A24D56-1CF0-4614-88E1-A226A7E1A15B}.Debug|x86.ActiveCfg = Debug|x86
{58A24D56-1CF0-4614-88E1-A226A7E1A15B}.Debug|x86.Build.0 = Debug|x86
{58A24D56-1CF0-4614-88E1-A226A7E1A15B}.Release|x86.ActiveCfg = Release|x86
{58A24D56-1CF0-4614-88E1-A226A7E1A15B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD4F8267-BEEC-4D46-A45A-9BF95626F885}
EndGlobalSection
EndGlobal