Created
August 13, 2011 07:52
-
-
Save esride-apf/1143588 to your computer and use it in GitHub Desktop.
Additional lines for our pde-194.csproj files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- in der ItemGroup für den Projekt-Content--> | |
| <!-- gemeinsame AssemblyInfo.Commons im zentralen src-Folder einlinken --> | |
| <Compile Include="..\..\AssemblyInfo.Common.cs"> | |
| <Link>Properties\AssemblyInfo.Common.cs</Link> | |
| </Compile> | |
| <!-- in der ItemGroup für den Projekt-Content--> | |
| <!-- Ressourcen unter den Properties-Folder vorhalten um den eigentlichen Code möglichst clean zu halten --> | |
| <EmbeddedResource Include="Properties\LocalizableResources.resx"> | |
| <Generator>ResXFileCodeGenerator</Generator> | |
| <LastGenOutput>LocalizableResources.Designer.cs</LastGenOutput> | |
| </EmbeddedResource> | |
| <EmbeddedResource Include="Properties\Resources.resx"> | |
| <Generator>ResXFileCodeGenerator</Generator> | |
| <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
| </EmbeddedResource> | |
| <EmbeddedResource Include="Properties\Images\ImageResources.resx"> | |
| <Generator>ResXFileCodeGenerator</Generator> | |
| <LastGenOutput>ImageResources.Designer.cs</LastGenOutput> | |
| </EmbeddedResource> | |
| <!-- parallel zum C#-Compiler target --> | |
| <!-- Targets für statische Codeanalyse mit FxCop und StyleCop --> | |
| <Import Project="..\..\..\tools\FxCop\EsriDE.FxCop.targets" /> | |
| <Import Project="..\..\..\tools\StyleCop\Microsoft.StyleCop.targets" /> | |
| <!-- in der PropertyGroup ohne Condition (i.A. die erste PropertyGroup --> | |
| <!-- Globales Suppression-File insb. für Suppressions auf Assembly-Level --> | |
| <CodeAnalysisModuleSuppressionsFile>AssemblyInfo.cs</CodeAnalysisModuleSuppressionsFile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment