Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 486 Bytes

visual-studio-project-.csproj.md

File metadata and controls

7 lines (4 loc) · 486 Bytes

Visual Studio Project (.csproj)

Introduction

FlatRedBall projects are standard .NET projects which are saved in a .csproj file. Whenever you work in the FlatRedBall Editor, such as by adding a new Entity or Screen, the FlatRedBall Editor also modifies your .csproj file.

As you work on your game and add additional files to your .csproj file, such as by adding a new .cs file in Visual Studio, the FlatRedBall Editor automatically reloads your project to pick up your changes.