-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathModTranslationClassBuilder.sln
More file actions
46 lines (46 loc) · 2.45 KB
/
ModTranslationClassBuilder.sln
File metadata and controls
46 lines (46 loc) · 2.45 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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModTranslationClassBuilder", "ModTranslationClassBuilder\ModTranslationClassBuilder.csproj", "{C2FB8733-EA39-4433-B4F1-4683642142B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{1AA09599-21C9-4994-87C3-1F3EE6A97A01}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
release-notes.md = release-notes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestMod", "TestMod\TestMod.csproj", "{F125642B-FF2F-4C7C-8433-3F68098167B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModTranslationClassBuilder.Tests", "ModTranslationClassBuilder.Tests\ModTranslationClassBuilder.Tests.csproj", "{990E8557-2F2B-489B-83E3-81E40D487208}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2FB8733-EA39-4433-B4F1-4683642142B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2FB8733-EA39-4433-B4F1-4683642142B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2FB8733-EA39-4433-B4F1-4683642142B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2FB8733-EA39-4433-B4F1-4683642142B9}.Release|Any CPU.Build.0 = Release|Any CPU
{F125642B-FF2F-4C7C-8433-3F68098167B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F125642B-FF2F-4C7C-8433-3F68098167B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F125642B-FF2F-4C7C-8433-3F68098167B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F125642B-FF2F-4C7C-8433-3F68098167B5}.Release|Any CPU.Build.0 = Release|Any CPU
{990E8557-2F2B-489B-83E3-81E40D487208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{990E8557-2F2B-489B-83E3-81E40D487208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{990E8557-2F2B-489B-83E3-81E40D487208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{990E8557-2F2B-489B-83E3-81E40D487208}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4391C5B2-DDCF-42B4-B537-B34C95B6D7BE}
EndGlobalSection
EndGlobal