Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/ExternalEvaluation/CSharp/HL3ExternalEvaluation.sln @ 17178

Last change on this file since 17178 was 15014, checked in by pfleck, 7 years ago

Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)

File size: 2.6 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 15
4VisualStudioVersion = 15.0.26430.6
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalEvaluation.Service", "ExternalEvaluation.Service\ExternalEvaluation.Service.csproj", "{79C76C35-4D81-4E8F-BC0A-15A1C435A112}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalEvaluation.Service.Host", "ExternalEvaluation.Service.Host\ExternalEvaluation.Service.Host.csproj", "{C08BC223-0B50-40DB-A646-2AE083FFA189}"
9EndProject
10Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3CD2B498-DC9C-4DA9-9FF6-DA7D5899886A}"
11  ProjectSection(SolutionItems) = preProject
12    Google.ProtocolBuffers-2.4.1.473.dll = Google.ProtocolBuffers-2.4.1.473.dll
13    PreBuildEvent.cmd = PreBuildEvent.cmd
14    protoc.exe = protoc.exe
15    ProtoGen.exe = ProtoGen.exe
16  EndProjectSection
17EndProject
18Global
19  GlobalSection(SolutionConfigurationPlatforms) = preSolution
20    Debug|Any CPU = Debug|Any CPU
21    Debug|x86 = Debug|x86
22    Release|Any CPU = Release|Any CPU
23    Release|x86 = Release|x86
24  EndGlobalSection
25  GlobalSection(ProjectConfigurationPlatforms) = postSolution
26    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Debug|Any CPU.Build.0 = Debug|Any CPU
28    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Debug|x86.ActiveCfg = Debug|x86
29    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Debug|x86.Build.0 = Debug|x86
30    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Release|Any CPU.ActiveCfg = Release|Any CPU
31    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Release|Any CPU.Build.0 = Release|Any CPU
32    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Release|x86.ActiveCfg = Release|x86
33    {79C76C35-4D81-4E8F-BC0A-15A1C435A112}.Release|x86.Build.0 = Release|x86
34    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Debug|Any CPU.Build.0 = Debug|Any CPU
36    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Debug|x86.ActiveCfg = Debug|x86
37    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Debug|x86.Build.0 = Debug|x86
38    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Release|Any CPU.ActiveCfg = Release|Any CPU
39    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Release|Any CPU.Build.0 = Release|Any CPU
40    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Release|x86.ActiveCfg = Release|x86
41    {C08BC223-0B50-40DB-A646-2AE083FFA189}.Release|x86.Build.0 = Release|x86
42  EndGlobalSection
43  GlobalSection(SolutionProperties) = preSolution
44    HideSolutionNode = FALSE
45  EndGlobalSection
46EndGlobal
Note: See TracBrowser for help on using the repository browser.