Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/ExternalEvaluation/MyExtension/MyExtension.sln @ 15014

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

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

File size: 1.4 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin", "Plugin\Plugin.csproj", "{73064F29-50DE-47EC-B10D-2197B12EE28B}"
5EndProject
6Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D2A52FA2-D627-4610-BF8A-B7CA369AEAD3}"
7  ProjectSection(SolutionItems) = preProject
8    ExternalEvaluationMessages.proto = ExternalEvaluationMessages.proto
9    Google.ProtocolBuffers-2.4.1.473.dll = Google.ProtocolBuffers-2.4.1.473.dll
10    Google.ProtocolBuffers-license-2.4.1.473.txt = Google.ProtocolBuffers-license-2.4.1.473.txt
11    ProcessProtos.cmd = ProcessProtos.cmd
12    protoc.exe = protoc.exe
13    ProtoGen.exe = ProtoGen.exe
14  EndProjectSection
15EndProject
16Global
17  GlobalSection(SolutionConfigurationPlatforms) = preSolution
18    Debug|Any CPU = Debug|Any CPU
19    Release|Any CPU = Release|Any CPU
20  EndGlobalSection
21  GlobalSection(ProjectConfigurationPlatforms) = postSolution
22    {73064F29-50DE-47EC-B10D-2197B12EE28B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23    {73064F29-50DE-47EC-B10D-2197B12EE28B}.Debug|Any CPU.Build.0 = Debug|Any CPU
24    {73064F29-50DE-47EC-B10D-2197B12EE28B}.Release|Any CPU.ActiveCfg = Release|Any CPU
25    {73064F29-50DE-47EC-B10D-2197B12EE28B}.Release|Any CPU.Build.0 = Release|Any CPU
26  EndGlobalSection
27  GlobalSection(SolutionProperties) = preSolution
28    HideSolutionNode = FALSE
29  EndGlobalSection
30EndGlobal
Note: See TracBrowser for help on using the repository browser.