diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-18 21:19:34 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-18 21:19:34 +0200 |
| commit | 05444891b280308b84ebf6b66e694b4885590884 (patch) | |
| tree | efe5b3574690db3663e360bc6dde6d95c152e2dd /Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | |
| parent | 563d85cd66a3fd212aa899e96321363123aaa3bc (diff) | |
| download | Tango-05444891b280308b84ebf6b66e694b4885590884.tar.gz Tango-05444891b280308b84ebf6b66e694b4885590884.zip | |
Auto Generate DAL entities for Java !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj index 01d4b7d00..1a7ef45d5 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -64,8 +64,10 @@ <Compile Include="CodeFile.cs" /> <Compile Include="CodeObject.cs" /> <Compile Include="DpProperty.cs" /> + <Compile Include="EntityCodeFileJava.cs" /> <Compile Include="EntityCodeFile.cs" /> <Compile Include="EnumerationField.cs" /> + <Compile Include="EnumerationFileJava.cs" /> <Compile Include="EnumerationFile.cs" /> <Compile Include="Helper.cs" /> <Compile Include="ICodeObject.cs" /> @@ -98,6 +100,8 @@ <EmbeddedResource Include="Templates\EntityCodeFile.cshtml" /> <EmbeddedResource Include="Templates\EnumerationFile.cshtml" /> <EmbeddedResource Include="Templates\ObservablesAdapterFile.cshtml" /> + <EmbeddedResource Include="Templates\EntityCodeFileJava.cshtml" /> + <EmbeddedResource Include="Templates\EnumerationFileJava.cshtml" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
