diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-02-23 20:15:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-02-23 20:15:36 +0200 |
| commit | 17612c08da93c75d4c941a643bc7602c18f351d8 (patch) | |
| tree | 7fb879ef52d5460149b199f752279c3889cb5271 /Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | |
| parent | d7c8a8e9a6320ade6098e0d8e182c7ada4e30a97 (diff) | |
| download | Tango-17612c08da93c75d4c941a643bc7602c18f351d8.tar.gz Tango-17612c08da93c75d4c941a643bc7602c18f351d8.zip | |
Implemented auto DTO generation.
Implemented mapping of DTO <=> Observables.
Organization of unit tests.
Removed DELETED from ADDRESS & CONTACT.
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj index 98c063a86..a3b02afd5 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -65,6 +65,8 @@ <Compile Include="CodeObject.cs" /> <Compile Include="CustomResolver.cs" /> <Compile Include="DpProperty.cs" /> + <Compile Include="EntityInheritedDTOCodeFile.cs" /> + <Compile Include="EntityDTOCodeFile.cs" /> <Compile Include="EntityCodeFileJavaExtension.cs" /> <Compile Include="EntityCodeFileJava.cs" /> <Compile Include="EntityCodeFile.cs" /> @@ -120,11 +122,13 @@ <EmbeddedResource Include="Templates\ObservablesStaticCollectionsFile.cshtml" /> <EmbeddedResource Include="Templates\EntityInheritedCodeFile.cshtml" /> <EmbeddedResource Include="Templates\TangoWebClientCodeFile.cshtml" /> + <EmbeddedResource Include="Templates\EntityDTOCodeFile.cshtml" /> + <EmbeddedResource Include="Templates\EntityInheritedDTOCodeFile.cshtml" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
