@@ -5,8 +5,6 @@ VisualStudioVersion = 17.8.34330.188
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Translator" , "src\Translator\Translator.csproj" , "{52139E0B-76D9-4A6E-8812-637FC3AA900C}"
7
7
EndProject
8
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Translator.UnitTests" , "tests\Translator.UnitTests\Translator.UnitTests.csproj" , "{9F343BBB-F64E-4C69-81F3-034AC63D7601}"
9
- EndProject
10
8
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{5D76365D-C61A-4EB7-9487-AE5A120FBEAD}"
11
9
EndProject
12
10
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{5FE0CDB1-C4BF-4A8C-A5DF-4623C2191BB8}"
@@ -15,8 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{27AA1641-D
15
13
Project Section (SolutionItems ) = preProject
16
14
data \translator -empty .txt = data \translator -empty .txt
17
15
data \translator -erroneous .txt = data \translator -erroneous .txt
18
- data \translator .txt = data \translator .txt
19
16
data \translator -name .txt = data \translator -name .txt
17
+ data \translator .txt = data \translator .txt
20
18
EndProject Section
21
19
EndProject
22
20
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "global" , "global" , "{F8C0CF9F-5BDC-44E2-A941-12C3633C257C}"
@@ -34,6 +32,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
34
32
.github \workflows \test .yml = .github \workflows \test .yml
35
33
EndProject Section
36
34
EndProject
35
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Translator.UnitTests" , "tests\Translator.UnitTests\Translator.UnitTests.csproj" , "{6F9F0448-6AB1-424C-8EA8-D1B1A93FC3E2}"
36
+ EndProject
37
37
Global
38
38
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
39
39
Debug| Any CPU = Debug| Any CPU
@@ -44,18 +44,18 @@ Global
44
44
{52139E0B-76D9-4A6E-8812-637FC3AA900C} .Debug| Any CPU .Build .0 = Debug| Any CPU
45
45
{52139E0B-76D9-4A6E-8812-637FC3AA900C} .Release| Any CPU .ActiveCfg = Release| Any CPU
46
46
{52139E0B-76D9-4A6E-8812-637FC3AA900C} .Release| Any CPU .Build .0 = Release| Any CPU
47
- {9F343BBB-F64E-4C69-81F3-034AC63D7601 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
48
- {9F343BBB-F64E-4C69-81F3-034AC63D7601 } .Debug| Any CPU .Build .0 = Debug| Any CPU
49
- {9F343BBB-F64E-4C69-81F3-034AC63D7601 } .Release| Any CPU .ActiveCfg = Release| Any CPU
50
- {9F343BBB-F64E-4C69-81F3-034AC63D7601 } .Release| Any CPU .Build .0 = Release| Any CPU
47
+ {6F9F0448-6AB1-424C-8EA8-D1B1A93FC3E2 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
48
+ {6F9F0448-6AB1-424C-8EA8-D1B1A93FC3E2 } .Debug| Any CPU .Build .0 = Debug| Any CPU
49
+ {6F9F0448-6AB1-424C-8EA8-D1B1A93FC3E2 } .Release| Any CPU .ActiveCfg = Release| Any CPU
50
+ {6F9F0448-6AB1-424C-8EA8-D1B1A93FC3E2 } .Release| Any CPU .Build .0 = Release| Any CPU
51
51
EndGlobalSection
52
52
GlobalSection (SolutionProperties ) = preSolution
53
53
HideSolutionNode = FALSE
54
54
EndGlobalSection
55
55
GlobalSection (NestedProjects ) = preSolution
56
56
{52139E0B-76D9-4A6E-8812-637FC3AA900C} = {5D76365D-C61A-4EB7-9487-AE5A120FBEAD}
57
- {9F343BBB-F64E-4C69-81F3-034AC63D7601} = {5FE0CDB1-C4BF-4A8C-A5DF-4623C2191BB8}
58
57
{8507BD5C-4414-427A-B643-2C985C3C50AF} = {125A5AA8-993C-454A-9307-6283CF5AAF34}
58
+ {6F9F0448-6AB1-424C-8EA8-D1B1A93FC3E2} = {5FE0CDB1-C4BF-4A8C-A5DF-4623C2191BB8}
59
59
EndGlobalSection
60
60
GlobalSection (ExtensibilityGlobals ) = postSolution
61
61
SolutionGuid = {9524A492-B719-4E0A-817F-6D0F639F1516}
0 commit comments