|
|
@@ -44,6 +44,28 @@
|
|
|
<PropertyGroup>
|
|
|
<StartupObject />
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE;LINUX</DefineConstants>
|
|
|
+ <DocumentationFile>bin\DesktopGL\x86\Debug\MonoGameSceneGraph.XML</DocumentationFile>
|
|
|
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE;LINUX</DefineConstants>
|
|
|
+ <DocumentationFile>bin\DesktopGL\x86\Release\MonoGameSceneGraph.XML</DocumentationFile>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Game1.cs" />
|
|
|
<Compile Include="Program.cs" />
|