diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj index 4c2793367..41413f4bd 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -90,6 +90,7 @@ <Compile Include="ObservablesAdapterFile.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Property.cs" /> + <Compile Include="TangoWebClientv2CodeFile.cs" /> <Compile Include="TangoWebClientCodeFile.cs" /> </ItemGroup> <ItemGroup> @@ -125,11 +126,12 @@ <EmbeddedResource Include="Templates\TangoWebClientCodeFile.cshtml" /> <EmbeddedResource Include="Templates\EntityDTOCodeFile.cshtml" /> <EmbeddedResource Include="Templates\EntityInheritedDTOCodeFile.cshtml" /> + <EmbeddedResource Include="Templates\TangoWebClientv2CodeFile.cshtml" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
