This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathYuRISTools.sln
37 lines (37 loc) · 2.07 KB
/
YuRISTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1022
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YuRISTools", "YuRISTools\YuRISTools.csproj", "{A88829F3-B7DA-438B-ACB9-963BA17C39EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YuRISLib", "YuRISLib\YuRISLib.csproj", "{F35F186C-E60A-4562-B263-61E597B36692}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TranslateAssistant", "TranslateAssistant\TranslateAssistant.csproj", "{B72FE2AB-83A0-4405-ABA6-058CDC89FF4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A88829F3-B7DA-438B-ACB9-963BA17C39EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A88829F3-B7DA-438B-ACB9-963BA17C39EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A88829F3-B7DA-438B-ACB9-963BA17C39EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A88829F3-B7DA-438B-ACB9-963BA17C39EF}.Release|Any CPU.Build.0 = Release|Any CPU
{F35F186C-E60A-4562-B263-61E597B36692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35F186C-E60A-4562-B263-61E597B36692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35F186C-E60A-4562-B263-61E597B36692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35F186C-E60A-4562-B263-61E597B36692}.Release|Any CPU.Build.0 = Release|Any CPU
{B72FE2AB-83A0-4405-ABA6-058CDC89FF4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72FE2AB-83A0-4405-ABA6-058CDC89FF4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72FE2AB-83A0-4405-ABA6-058CDC89FF4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72FE2AB-83A0-4405-ABA6-058CDC89FF4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67A798C6-6CFC-4C2C-AB24-3B93AAF73AEE}
EndGlobalSection
EndGlobal