@@ -101,6 +101,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "invocation-overhead", "test
101
101
EndProject
102
102
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "NativeTiming" , "tests\NativeTiming\NativeTiming.csproj" , "{BF5A4019-F2FF-45AC-949D-EF7E8C94196B}"
103
103
EndProject
104
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Java.Interop.Tools.JavaTypeSystem" , "src\Java.Interop.Tools.JavaTypeSystem\Java.Interop.Tools.JavaTypeSystem.csproj" , "{B173F53B-986C-4E0D-881C-063BBB116E1D}"
105
+ EndProject
104
106
Global
105
107
GlobalSection (SharedMSBuildProjectFiles ) = preSolution
106
108
src \Java .Interop .NamingCustomAttributes \Java .Interop .NamingCustomAttributes .projitems *{58b564a1-570d-4da2-b02d-25bddb1a9f4f} *SharedItemsImports = 5
@@ -284,6 +286,10 @@ Global
284
286
{BF5A4019-F2FF-45AC-949D-EF7E8C94196B} .Debug| Any CPU .Build .0 = Debug| Any CPU
285
287
{BF5A4019-F2FF-45AC-949D-EF7E8C94196B} .Release| Any CPU .ActiveCfg = Release| Any CPU
286
288
{BF5A4019-F2FF-45AC-949D-EF7E8C94196B} .Release| Any CPU .Build .0 = Release| Any CPU
289
+ {B173F53B-986C-4E0D-881C-063BBB116E1D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
290
+ {B173F53B-986C-4E0D-881C-063BBB116E1D} .Debug| Any CPU .Build .0 = Debug| Any CPU
291
+ {B173F53B-986C-4E0D-881C-063BBB116E1D} .Release| Any CPU .ActiveCfg = Release| Any CPU
292
+ {B173F53B-986C-4E0D-881C-063BBB116E1D} .Release| Any CPU .Build .0 = Release| Any CPU
287
293
EndGlobalSection
288
294
GlobalSection (SolutionProperties ) = preSolution
289
295
HideSolutionNode = FALSE
@@ -332,6 +338,7 @@ Global
332
338
{998D178B-F4C7-48B5-BDEE-44E2F869BB22} = {0998E45F-8BCE-4791-A944-962CD54E2D80}
333
339
{3CF58D34-693C-408A-BFE7-BC5E4BE44A26} = {271C9F30-F679-4793-942B-0D9527CB3E2F}
334
340
{BF5A4019-F2FF-45AC-949D-EF7E8C94196B} = {271C9F30-F679-4793-942B-0D9527CB3E2F}
341
+ {B173F53B-986C-4E0D-881C-063BBB116E1D} = {0998E45F-8BCE-4791-A944-962CD54E2D80}
335
342
EndGlobalSection
336
343
GlobalSection (ExtensibilityGlobals ) = postSolution
337
344
SolutionGuid = {29204E0C-382A-49A0-A814-AD7FBF9774A5}
0 commit comments