What files do I need to register after adding a link to a web service?

I have a (new) project and it has a link to a web service. It has the following structure:

<Folder: project folder>
    <File: source file 1>
    <File: source file 2>
    <File: source file .>
    Folder: Web References
        Folder: MyService
            File: Reference.map
            File: Reference.cs
            File: MyService.xsd
            File: MyService0.xsd
            File: MyService.wsdl
            File: MyService0.wsdl
            File: MyService0.disco

I am going to check the source code for a version control system. What files should I register?

+5
source share
3 answers

All of them.

+2
source

Just add a different opinion if someone is in a similar situation like mine.

, API -, Perforce . , . , :

Reference.cs

:

Reference.svcmap

, ​​ , , ..

, , - , , .

+5

TFS 2 :

  • .wsdl
  • Reference.cs
0

All Articles