@@ -142,25 +142,25 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
142142 " <FileAlignment>512</FileAlignment>" ,
143143 " <BaseDirectory>.</BaseDirectory>" ,
144144 " </PropertyGroup>" ,
145+ " <PropertyGroup>" ,
146+ " <NoWarn>0169;USG0001</NoWarn>" ,
147+ $ " <DefineConstants></DefineConstants>",
148+ " <AllowUnsafeBlocks>False</AllowUnsafeBlocks>" ,
149+ " </PropertyGroup>" ,
145150 " <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \" >" ,
146151 " <DebugSymbols>true</DebugSymbols>" ,
147152 " <DebugType>full</DebugType>" ,
148153 " <Optimize>false</Optimize>" ,
149154 $ " <OutputPath>{ m_Builder . Assembly . outputPath } </OutputPath>",
150- $ " <DefineConstants></DefineConstants>",
151155 " <ErrorReport>prompt</ErrorReport>" ,
152156 " <WarningLevel>4</WarningLevel>" ,
153- " <NoWarn>0169;USG0001</NoWarn>" ,
154- " <AllowUnsafeBlocks>False</AllowUnsafeBlocks>" ,
155157 " </PropertyGroup>" ,
156158 " <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \" >" ,
157159 " <DebugType>pdbonly</DebugType>" ,
158160 " <Optimize>true</Optimize>" ,
159161 $ " <OutputPath>{ @"Temp\bin\Release\" . NormalizePathSeparators ( ) } </OutputPath>",
160162 " <ErrorReport>prompt</ErrorReport>" ,
161163 " <WarningLevel>4</WarningLevel>" ,
162- " <NoWarn>0169;USG0001</NoWarn>" ,
163- " <AllowUnsafeBlocks>False</AllowUnsafeBlocks>" ,
164164 " </PropertyGroup>" ,
165165 " <PropertyGroup>" ,
166166 " <NoConfig>true</NoConfig>" ,
0 commit comments