Game Development Reference
In-Depth Information
Figure 4.12
The checked out HelloWorld project.
shown in Figure 4.14. HelloWorld.sln has been added to the repository. First,
let's add the rest of the files. There's a directory called HelloWorld; this is the
project directory. Right-click on it and choose Add, the same way we did for
HelloWorld.sln.
This will bring up a list of all the files in the directory. Unselect all the files and
type the following.
HelloWorld/
HelloWorld/HelloWorld.csproj
HelloWorld/Program.cs
HelloWorld/Properties
HelloWorld/Properties/AssemblyInfo.cs
These are the files we'll be editing. The other files are automatically generated so
there's no need to add them to source control. Once the files are selected, they're
ready to commit. Committing copies the new files from your local check out and
adds them to the source repository.
Search WWH ::




Custom Search