diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-19 18:16:30 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-19 18:16:30 +0200 |
| commit | c16f47eb401a12f034eecf75924680262285e1f4 (patch) | |
| tree | f13693f0f5c58edd66211197b5ed360fdab32118 /Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | |
| parent | 96352ac46ccb871783c63fd98efe034091214b7e (diff) | |
| download | Tango-c16f47eb401a12f034eecf75924680262285e1f4.tar.gz Tango-c16f47eb401a12f034eecf75924680262285e1f4.zip | |
Working on android DAL.
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 3c6c9d085..db77d9f20 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -64,6 +64,7 @@ <Compile Include="CodeFile.cs" /> <Compile Include="CodeObject.cs" /> <Compile Include="DpProperty.cs" /> + <Compile Include="EntityCodeFileJavaExtension.cs" /> <Compile Include="EntityCodeFileJava.cs" /> <Compile Include="EntityCodeFile.cs" /> <Compile Include="EnumerationField.cs" /> @@ -111,6 +112,7 @@ <EmbeddedResource Include="Templates\ObservablesContextCodeFile.cshtml" /> <EmbeddedResource Include="Templates\ProtoMessageFile.cshtml" /> <EmbeddedResource Include="Templates\ProtoEnumFile.cshtml" /> + <EmbeddedResource Include="Templates\EntityCodeFileJavaExtension.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. |
