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.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj
index e9f1fd586..e2cc941e7 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="DpProperty.cs" />
<Compile Include="EntityCodeFile.cs" />
+ <Compile Include="EnumerationField.cs" />
+ <Compile Include="EnumerationFile.cs" />
<Compile Include="Helper.cs" />
<Compile Include="ICodeObject.cs" />
<Compile Include="Method.cs" />
@@ -93,6 +95,7 @@
<None Include="packages.config" />
<EmbeddedResource Include="Templates\Namespace.cshtml" />
<EmbeddedResource Include="Templates\EntityCodeFile.cshtml" />
+ <EmbeddedResource Include="Templates\EnumerationFile.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.