1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"3.5">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <Platform Condition=
" '$(Platform)' == '' ">AnyCPU
</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D2147A8C-E36C-
4613-B97B-B90B3345E44B}
</ProjectGuid>
9 <OutputType>Library
</OutputType>
10 <newfilesearch>OnLoadAutoInsert
</newfilesearch>
11 <AssemblyName>MonoDevelop.CodeAnalysis.Smokey
</AssemblyName>
12 <TargetFrameworkVersion>v3.5
</TargetFrameworkVersion>
14 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true
</DebugSymbols>
16 <DebugType>full
</DebugType>
17 <Optimize>true
</Optimize>
18 <OutputPath>..\build
</OutputPath>
19 <DefineConstants>DEBUG
</DefineConstants>
20 <ErrorReport>prompt
</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
23 <AssemblyKeyFile>.
</AssemblyKeyFile>
25 <Execution clr-version=
"Net_2_0" />
28 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>none
</DebugType>
30 <Optimize>true
</Optimize>
31 <OutputPath>..\build
</OutputPath>
32 <ErrorReport>prompt
</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
36 <Execution clr-version=
"Net_2_0" />
40 <Reference Include=
"MonoDevelop.Core, Version=1.9.2.0, Culture=neutral">
41 <Package>monodevelop
</Package>
43 <Reference Include=
"Mono.Posix" />
44 <Reference Include=
"System" />
45 <Reference Include=
"System.Xml" />
46 <Reference Include=
"Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
47 <SpecificVersion>False
</SpecificVersion>
49 <Reference Include=
"smokey, Version=1.2.383.0, Culture=neutral, PublicKeyToken=e73790e66f13b574">
50 <HintPath>..\dlls\smokey.exe
</HintPath>
52 <Reference Include=
"NRefactory, Version=0.0.0.0, Culture=neutral">
53 <Package>monodevelop
</Package>
55 <Reference Include=
"Mono.Cecil, Version=0.6.8.8607, Culture=neutral">
56 <Package>monodevelop
</Package>
58 <Reference Include=
"glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
59 <Reference Include=
"pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
60 <Reference Include=
"atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
61 <Reference Include=
"gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
62 <Reference Include=
"gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
63 <Reference Include=
"MonoDevelop.Core.Gui, Version=1.9.2.0, Culture=neutral">
64 <Package>monodevelop
</Package>
66 <Reference Include=
"MonoDevelop.Projects, Version=1.9.2.0, Culture=neutral">
67 <Package>monodevelop
</Package>
69 <Reference Include=
"MonoDevelop.Projects.Gui, Version=1.9.2.0, Culture=neutral">
70 <Package>monodevelop
</Package>
72 <Reference Include=
"MonoDevelop.Ide, Version=1.9.2.0, Culture=neutral">
73 <Package>monodevelop
</Package>
75 <Reference Include=
"MonoDevelop.Components, Version=1.9.2.0, Culture=neutral">
76 <Package>monodevelop
</Package>
80 <ProjectReference Include=
"..\MonoDevelop.CodeAnalysis\MonoDevelop.CodeAnalysis.csproj">
81 <Project>{
07C24E54-
66FF-
42F1-B1A1-
628D389AAFDC}
</Project>
82 <Name>MonoDevelop.CodeAnalysis
</Name>
86 <EmbeddedResource Include=
"MonoDevelop.CodeAnalysis.Smokey.addin.xml" />
87 <EmbeddedResource Include=
"gtk-gui\gui.stetic">
88 <LogicalName>gui.stetic
</LogicalName>
92 <Compile Include=
"gtk-gui\generated.cs" />
93 <Compile Include=
"SmokeyRule.cs" />
94 <Compile Include=
"SmokeyRuleLoader.cs" />
95 <Compile Include=
"SmokeyRunner.cs" />
96 <Compile Include=
"SmokeyViolation.cs" />
97 <Compile Include=
"SmokeyParser.cs" />
98 <Compile Include=
"SmokeyRuleCache.cs" />
99 <Compile Include=
"SmokeyAnalyzer.cs" />
100 <Compile Include=
"AssemblyInfo.cs" />
103 <None Include=
"ChangeLog" />
105 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
109 <GtkDesignInfo gettextClass=
"AddinCatalog" />
110 <MonoDevelop.Autotools.MakefileInfo
RelativeMakefileName=
"Makefile.am" BuildTargetName=
"" CleanTargetName=
"" SyncReferences=
"true" IsAutotoolsProject=
"true" RelativeConfigureInPath=
"..">
111 <BuildFilesVar Sync=
"true" Name=
"FILES" />
113 <ResourcesVar Sync=
"true" Name=
"RES" />
115 <GacRefVar Sync=
"true" Name=
"REFS" Prefix=
"-r:" />
116 <AsmRefVar Sync=
"true" Name=
"REFS" Prefix=
"-r:" />
117 <ProjectRefVar Sync=
"true" Name=
"REFS" Prefix=
"-r:" />
118 </MonoDevelop.Autotools.MakefileInfo
>