Skip to content

Commit cf13c7f

Browse files
committed
Project name changed
1 parent 029662b commit cf13c7f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

EvalFinale.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30907.101
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvalFinale", "EvalFinale\EvalFinale.csproj", "{93543486-2D7B-40BA-B266-16CF59E9277B}"
7-
EndProject
86
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TranslatorLibrary", "TranslatorLibrary\TranslatorLibrary.csproj", "{015A118B-0F9F-4883-8770-5EACA35E011F}"
97
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TranslatorTest", "TranslatorTest\TranslatorTest.csproj", "{93543486-2D7B-40BA-B266-16CF59E9277B}"
9+
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{93543486-2D7B-40BA-B266-16CF59E9277B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{93543486-2D7B-40BA-B266-16CF59E9277B}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{93543486-2D7B-40BA-B266-16CF59E9277B}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{93543486-2D7B-40BA-B266-16CF59E9277B}.Release|Any CPU.Build.0 = Release|Any CPU
2016
{015A118B-0F9F-4883-8770-5EACA35E011F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2117
{015A118B-0F9F-4883-8770-5EACA35E011F}.Debug|Any CPU.Build.0 = Debug|Any CPU
2218
{015A118B-0F9F-4883-8770-5EACA35E011F}.Release|Any CPU.ActiveCfg = Release|Any CPU
2319
{015A118B-0F9F-4883-8770-5EACA35E011F}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{93543486-2D7B-40BA-B266-16CF59E9277B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{93543486-2D7B-40BA-B266-16CF59E9277B}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{93543486-2D7B-40BA-B266-16CF59E9277B}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{93543486-2D7B-40BA-B266-16CF59E9277B}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using TranslatorLibrary.Grammar;
77
using XmlJsonManager.Xml;
88

9-
namespace EvalFinale
9+
namespace TranslatorTest
1010
{
1111
class Program
1212
{
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("EvalFinale")]
8+
[assembly: AssemblyTitle("TranslatorTest")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("EvalFinale")]
12+
[assembly: AssemblyProduct("TranslatorTest")]
1313
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{93543486-2D7B-40BA-B266-16CF59E9277B}</ProjectGuid>
88
<OutputType>Exe</OutputType>
9-
<RootNamespace>EvalFinale</RootNamespace>
10-
<AssemblyName>EvalFinale</AssemblyName>
9+
<RootNamespace>TranslatorTest</RootNamespace>
10+
<AssemblyName>TranslatorTest</AssemblyName>
1111
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

0 commit comments

Comments
 (0)