diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-08 17:11:38 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-08 17:11:38 +0300 |
| commit | f1d5de87c0335b5c954eceef94c8c7f72278d7df (patch) | |
| tree | 4565b01453a00711c3c1136ba6a2302e9257f66e /Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj | |
| parent | 32ff3d6cc46e121a221232c67515e2f58e737bf2 (diff) | |
| download | Tango-f1d5de87c0335b5c954eceef94c8c7f72278d7df.tar.gz Tango-f1d5de87c0335b5c954eceef94c8c7f72278d7df.zip | |
Added Machine Type to TFS Lib & MS.
Diffstat (limited to 'Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj b/Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj index 3e3e6f6fd..271491a7e 100644 --- a/Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj +++ b/Software/Visual_Studio/Tango.TFS/Tango.TFS.csproj @@ -207,6 +207,7 @@ <Compile Include="Email.cs" /> <Compile Include="ITeamFoundationEmailClient.cs" /> <Compile Include="Iteration.cs" /> + <Compile Include="MachineType.cs" /> <Compile Include="Priority.cs" /> <Compile Include="Project.cs" /> <Compile Include="ResolvedReason.cs" /> @@ -266,7 +267,7 @@ </Target> <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> </Project>
\ No newline at end of file |
