* Makefile.am:
[monodevelop.git] / extras / MonoDevelop.CodeAnalysis / MonoDevelop.CodeAnalysis.Smokey / MonoDevelop.CodeAnalysis.Smokey.csproj
blobbb760950d73f5c62a20a5be5ba9a7ff16ddf0b32
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
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>
13 </PropertyGroup>
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>
24 <Execution>
25 <Execution clr-version="Net_2_0" />
26 </Execution>
27 </PropertyGroup>
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>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="MonoDevelop.Core, Version=1.9.2.0, Culture=neutral">
41 <Package>monodevelop</Package>
42 </Reference>
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>
48 </Reference>
49 <Reference Include="smokey, Version=1.2.383.0, Culture=neutral, PublicKeyToken=e73790e66f13b574">
50 <HintPath>..\dlls\smokey.exe</HintPath>
51 </Reference>
52 <Reference Include="NRefactory, Version=0.0.0.0, Culture=neutral">
53 <Package>monodevelop</Package>
54 </Reference>
55 <Reference Include="Mono.Cecil, Version=0.6.8.8607, Culture=neutral">
56 <Package>monodevelop</Package>
57 </Reference>
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>
65 </Reference>
66 <Reference Include="MonoDevelop.Projects, Version=1.9.2.0, Culture=neutral">
67 <Package>monodevelop</Package>
68 </Reference>
69 <Reference Include="MonoDevelop.Projects.Gui, Version=1.9.2.0, Culture=neutral">
70 <Package>monodevelop</Package>
71 </Reference>
72 <Reference Include="MonoDevelop.Ide, Version=1.9.2.0, Culture=neutral">
73 <Package>monodevelop</Package>
74 </Reference>
75 <Reference Include="MonoDevelop.Components, Version=1.9.2.0, Culture=neutral">
76 <Package>monodevelop</Package>
77 </Reference>
78 </ItemGroup>
79 <ItemGroup>
80 <ProjectReference Include="..\MonoDevelop.CodeAnalysis\MonoDevelop.CodeAnalysis.csproj">
81 <Project>{07C24E54-66FF-42F1-B1A1-628D389AAFDC}</Project>
82 <Name>MonoDevelop.CodeAnalysis</Name>
83 </ProjectReference>
84 </ItemGroup>
85 <ItemGroup>
86 <EmbeddedResource Include="MonoDevelop.CodeAnalysis.Smokey.addin.xml" />
87 <EmbeddedResource Include="gtk-gui\gui.stetic">
88 <LogicalName>gui.stetic</LogicalName>
89 </EmbeddedResource>
90 </ItemGroup>
91 <ItemGroup>
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" />
101 </ItemGroup>
102 <ItemGroup>
103 <None Include="ChangeLog" />
104 </ItemGroup>
105 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
106 <ProjectExtensions>
107 <MonoDevelop>
108 <Properties>
109 <GtkDesignInfo gettextClass="AddinCatalog" />
110 <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="..">
111 <BuildFilesVar Sync="true" Name="FILES" />
112 <DeployFilesVar />
113 <ResourcesVar Sync="true" Name="RES" />
114 <OthersVar />
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>
119 </Properties>
120 </MonoDevelop>
121 </ProjectExtensions>
122 </Project>