aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj')
-rw-r--r--Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj4
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 ff9072a1a..d622bd6a0 100644
--- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj
+++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj
@@ -68,6 +68,8 @@
<Compile Include="EntityCodeFile.cs" />
<Compile Include="EnumerationField.cs" />
<Compile Include="ObservablesContextCodeFile.cs" />
+ <Compile Include="ProtoEnumFile.cs" />
+ <Compile Include="ProtoMessageFile.cs" />
<Compile Include="TangoDAOJavaFile.cs" />
<Compile Include="EnumerationFileJava.cs" />
<Compile Include="EnumerationFile.cs" />
@@ -106,6 +108,8 @@
<EmbeddedResource Include="Templates\EnumerationFileJava.cshtml" />
<EmbeddedResource Include="Templates\TangoDAOJavaFile.cshtml" />
<EmbeddedResource Include="Templates\ObservablesContextCodeFile.cshtml" />
+ <EmbeddedResource Include="Templates\ProtoMessageFile.cshtml" />
+ <EmbeddedResource Include="Templates\ProtoEnumFile.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.