diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-18 23:33:54 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-18 23:33:54 +0200 |
| commit | 483308997b921c66285c8138a6a693c2118aff39 (patch) | |
| tree | 5521d751b1b2cb043ffb9e615d73344c32fd4bd8 /Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | |
| parent | 076bd72a8738d627fba61470fe2f77e52204cb02 (diff) | |
| download | Tango-483308997b921c66285c8138a6a693c2118aff39.tar.gz Tango-483308997b921c66285c8138a6a693c2118aff39.zip | |
Implemented auto generation of generic DAO on android !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj index 1a7ef45d5..1c491813a 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -67,6 +67,7 @@ <Compile Include="EntityCodeFileJava.cs" /> <Compile Include="EntityCodeFile.cs" /> <Compile Include="EnumerationField.cs" /> + <Compile Include="TangoDAOJavaFile.cs" /> <Compile Include="EnumerationFileJava.cs" /> <Compile Include="EnumerationFile.cs" /> <Compile Include="Helper.cs" /> @@ -102,6 +103,7 @@ <EmbeddedResource Include="Templates\ObservablesAdapterFile.cshtml" /> <EmbeddedResource Include="Templates\EntityCodeFileJava.cshtml" /> <EmbeddedResource Include="Templates\EnumerationFileJava.cshtml" /> + <EmbeddedResource Include="Templates\TangoDAOJavaFile.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. |
