Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6178619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:29:16+00:00 2026-05-24T00:29:16+00:00

My company is working towards moving our development from C++.net into C#. Our product

  • 0

My company is working towards moving our development from C++.net into C#. Our product has standard monthly release (for instance, 5.0.19.2…).

In in C++.net, we had a common app.rc file, that standardized the company info, as well as version number. Since every project within the solution would include the same app.rc file once, it was very easy to change the version info on over 200 projects.

How does this solution translate into the C# world? The questions that I checked before writing this mention it through the property window in the solution explorer, but that is not what I want.

I know the assemblyinfo.cs contains the information I want to modify, but I don’t think I could have one master file. Do I need to split it up into multiple files?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:29:17+00:00Added an answer on May 24, 2026 at 12:29 am

    You can add a file as a link instead of the actual file. E.g, my solution could be:

    Solution
        - My Project
            - Properties
                - AssemblyInfo.cs
                - SharedAssemblyInfo.cs (Linked)
        - Solution Items
            - SharedAssemblyInfo.cs
    

    When you add an existing item to the solution, you can use the drop down arrow on the Add link, and select Add as Link. The SharedAssemblyInfo.cs file can contain common/shared assembly attributes, e.g.:

    [assembly: AssemblyVersion("2.0.*")]
    [assembly: AssemblyFileVersion("2.0.0.0")]
    
    [assembly: AssemblyCompany("My Company")]
    

    … etc. The project local can contain project specific attributes:

    [assembly: AssemblyTitle("My Assembly")]
    

    … etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a rather theoretical question. My company has a working standard (documented) that
We have a development company we are working with that wants to use VB.NET
As my company migrates towards the .NET framework from VB6, it looks like we
An application our company is working on currently displays many rectangle shapes with gradients
The software company I'm working for builds software for schools, and so our client
I am working with a small company who is slowly moving to MS access.
My company is working on a development project using SQL Server 2008 Express. The
The company I am working in is trying to develop our new mobile client
Possible Duplicate: How to Deploy VB6 Applications? The company I'm working for has this
So, the company I'm working at uses Flex and Java for their product. Currently,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.