From 4c5cf29b6b2e2f603dde04c347a414e270e737a4 Mon Sep 17 00:00:00 2001 From: Chad Walters Date: Mon, 14 Aug 2017 17:48:31 -0700 Subject: [PATCH] Add Java codegen filter to compiler project --- cs/Compiler.vcxproj | 5 ++++- cs/Compiler.vcxproj.filters | 14 +++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cs/Compiler.vcxproj b/cs/Compiler.vcxproj index ddeaf3d6..931318d8 100644 --- a/cs/Compiler.vcxproj +++ b/cs/Compiler.vcxproj @@ -79,6 +79,9 @@ if %errorlevel% neq 0 goto :VCEnd + + + - + \ No newline at end of file diff --git a/cs/Compiler.vcxproj.filters b/cs/Compiler.vcxproj.filters index cf6bbb94..0c093739 100644 --- a/cs/Compiler.vcxproj.filters +++ b/cs/Compiler.vcxproj.filters @@ -89,6 +89,15 @@ Bond\Codegen\Cs + + Bond\Codegen\Java + + + Bond\Codegen\Java + + + Bond\Codegen\Java + @@ -108,5 +117,8 @@ {905ABB36-088E-4045-8EA5-7316C8675D60} + + {14da474f-b509-4d4b-88b2-8632ae8d4645} + - + \ No newline at end of file