diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-17 22:32:16 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-17 22:32:16 +0200 |
| commit | 5e19a309af8eab0a8df9090459fbd3d8c31db3cc (patch) | |
| tree | b4b5a89431dc468531d34f00a5e37ff4dcb92279 /Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | |
| parent | 1d9247ecb3af34b7a509f46550efcb621817fa4a (diff) | |
| download | Tango-5e19a309af8eab0a8df9090459fbd3d8c31db3cc.tar.gz Tango-5e19a309af8eab0a8df9090459fbd3d8c31db3cc.zip | |
Implemented auto generated observable entities adapter extensions on build.
Implemented smart filtering of DB views.
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 e2cc941e7..01d4b7d00 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -73,6 +73,7 @@ <Compile Include="CodeObjectModifier.cs" /> <Compile Include="MethodModifier.cs" /> <Compile Include="Namespace.cs" /> + <Compile Include="ObservablesAdapterFile.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Property.cs" /> </ItemGroup> @@ -96,6 +97,7 @@ <EmbeddedResource Include="Templates\Namespace.cshtml" /> <EmbeddedResource Include="Templates\EntityCodeFile.cshtml" /> <EmbeddedResource Include="Templates\EnumerationFile.cshtml" /> + <EmbeddedResource Include="Templates\ObservablesAdapterFile.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. |
