~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Misc/Reports/Irony/Irony.csproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{D81F5C91-D7DB-46E5-BC99-49488FB6814C}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>Irony</RootNamespace>
 
12
    <AssemblyName>Irony</AssemblyName>
 
13
    <FileUpgradeFlags>
 
14
    </FileUpgradeFlags>
 
15
    <OldToolsVersion>2.0</OldToolsVersion>
 
16
    <UpgradeBackupLocation>
 
17
    </UpgradeBackupLocation>
 
18
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
19
    <SccProjectName>%24/irony/Irony</SccProjectName>
 
20
    <SccLocalPath>.</SccLocalPath>
 
21
    <SccAuxPath>https://tfs05.codeplex.com</SccAuxPath>
 
22
    <SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
 
23
    <SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\Peter\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
 
24
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
25
    <NoStdLib>False</NoStdLib>
 
26
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
27
    <NoWarn>0649</NoWarn>
 
28
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
31
    <DebugSymbols>true</DebugSymbols>
 
32
    <DebugType>Full</DebugType>
 
33
    <Optimize>false</Optimize>
 
34
    <OutputPath>..\..\..\..\..\AddIns\Misc\SharpDevelopReports\</OutputPath>
 
35
    <ErrorReport>prompt</ErrorReport>
 
36
    <WarningLevel>4</WarningLevel>
 
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
38
  </PropertyGroup>
 
39
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
40
    <DebugType>PdbOnly</DebugType>
 
41
    <Optimize>true</Optimize>
 
42
    <OutputPath>..\..\..\..\..\AddIns\Misc\SharpDevelopReports\</OutputPath>
 
43
    <ErrorReport>prompt</ErrorReport>
 
44
    <WarningLevel>4</WarningLevel>
 
45
    <DebugSymbols>false</DebugSymbols>
 
46
  </PropertyGroup>
 
47
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
48
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
49
  </PropertyGroup>
 
50
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
51
    <RegisterForComInterop>False</RegisterForComInterop>
 
52
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
53
    <BaseAddress>4194304</BaseAddress>
 
54
    <PlatformTarget>x86</PlatformTarget>
 
55
    <FileAlignment>4096</FileAlignment>
 
56
  </PropertyGroup>
 
57
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
58
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
59
  </PropertyGroup>
 
60
  <ItemGroup>
 
61
    <Reference Include="System" />
 
62
    <Reference Include="System.Core">
 
63
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
64
    </Reference>
 
65
    <Reference Include="System.Data" />
 
66
    <Reference Include="System.Drawing" />
 
67
    <Reference Include="System.Windows.Forms" />
 
68
    <Reference Include="System.Xml" />
 
69
  </ItemGroup>
 
70
  <ItemGroup>
 
71
    <Compile Include="CompilerServices\StringUtils.cs" />
 
72
    <Compile Include="CompilerServices\Parser\CoreParser_ErrorHandling.cs" />
 
73
    <Compile Include="Diagnostics\ParserTraceEntry.cs" />
 
74
    <Compile Include="Scripting\CodeAnalysis.cs" />
 
75
    <Compile Include="CompilerServices\Grammar\GrammarData.cs" />
 
76
    <Compile Include="CompilerServices\Grammar\LanguageAttribute.cs" />
 
77
    <Compile Include="CompilerServices\LanguageData.cs" />
 
78
    <Compile Include="CompilerServices\Construction\LanguageDataBuilder.cs" />
 
79
    <Compile Include="CompilerServices\Construction\GrammarDataBuilder.cs" />
 
80
    <Compile Include="CompilerServices\Construction\ParserDataBuilder_NonCanonical.cs" />
 
81
    <Compile Include="CompilerServices\Construction\ParserDataBuilder_HelperClasses.cs" />
 
82
    <Compile Include="CompilerServices\Construction\ParserDataBuilder.cs" />
 
83
    <Compile Include="CompilerServices\Construction\ScannerDataBuilder.cs" />
 
84
    <Compile Include="CompilerServices\AstInterfaces.cs" />
 
85
    <Compile Include="CompilerServices\Parser\Parser.cs" />
 
86
    <Compile Include="CompilerServices\Parser\ParserData.cs" />
 
87
    <Compile Include="CompilerServices\Parser\ParserStack.cs" />
 
88
    <Compile Include="CompilerServices\Parser\ParseTree.cs" />
 
89
    <Compile Include="CompilerServices\Parser\ParseTreeNode.cs" />
 
90
    <Compile Include="CompilerServices\Parser\CoreParser.cs" />
 
91
    <Compile Include="CompilerServices\Scanner\SourceLocation.cs" />
 
92
    <Compile Include="Diagnostics\DiagnosticUtils.cs" />
 
93
    <Compile Include="EditorServices\EditorViewAdapter.cs" />
 
94
    <Compile Include="CompilerServices\Scanner\TokenEditorInfo.cs" />
 
95
    <Compile Include="Scripting\Scope.cs" />
 
96
    <Compile Include="CompilerServices\CompilerContext.cs" />
 
97
    <Compile Include="CompilerServices\Grammar\GrammarHint.cs" />
 
98
    <Compile Include="CompilerServices\Scanner\ScannerData.cs" />
 
99
    <Compile Include="CompilerServices\Scanner\SourceStream.cs" />
 
100
    <Compile Include="CompilerServices\Grammar\NonTerminal.cs" />
 
101
    <Compile Include="CompilerServices\Grammar\BnfExpression.cs" />
 
102
    <Compile Include="CompilerServices\Parser\SyntaxError.cs" />
 
103
    <Compile Include="CompilerServices\Terminals\CommentTerminal.cs" />
 
104
    <Compile Include="CompilerServices\Terminals\ConstantTerminal.cs" />
 
105
    <Compile Include="CompilerServices\Terminals\CompoundTerminalBase.cs" />
 
106
    <Compile Include="CompilerServices\Terminals\NewLineTerminal.cs" />
 
107
    <Compile Include="CompilerServices\Terminals\NumberLiteral.cs" />
 
108
    <Compile Include="CompilerServices\Terminals\StringLiteral.cs" />
 
109
    <Compile Include="CompilerServices\Terminals\CustomTerminal.cs" />
 
110
    <Compile Include="CompilerServices\Terminals\IdentifierTerminal.cs" />
 
111
    <Compile Include="CompilerServices\Terminals\SymbolTerminal.cs" />
 
112
    <Compile Include="CompilerServices\Terminals\_Terminal.cs" />
 
113
    <Compile Include="CompilerServices\Scanner\Token.cs" />
 
114
    <Compile Include="CompilerServices\Scanner\Scanner.cs" />
 
115
    <Compile Include="CompilerServices\Terminals\RegExBasedTerminal.cs" />
 
116
    <Compile Include="CompilerServices\EventArgs.cs" />
 
117
    <Compile Include="CompilerServices\Grammar\BnfTerm.cs" />
 
118
    <Compile Include="CompilerServices\Grammar\Grammar.cs" />
 
119
    <Compile Include="CompilerServices\Terminals\TerminalFactory.cs" />
 
120
    <Compile Include="Scripting\Runtime\FunctionBindingInfo.cs" />
 
121
    <Compile Include="Scripting\Runtime\LanguageRuntime_Init.cs" />
 
122
    <Compile Include="Scripting\Runtime\StackTrace.cs" />
 
123
    <Compile Include="Scripting\AST\AnonFunctionNode.cs" />
 
124
    <Compile Include="Scripting\AST\AssigmentNode.cs" />
 
125
    <Compile Include="Scripting\AST\BinExprNode.cs" />
 
126
    <Compile Include="Scripting\AST\CondClauseNode.cs" />
 
127
    <Compile Include="Scripting\AST\CondFormNode.cs" />
 
128
    <Compile Include="Scripting\AST\FunctionCallNode.cs" />
 
129
    <Compile Include="Scripting\AST\IfNode.cs" />
 
130
    <Compile Include="Scripting\AST\StatementListNode.cs" />
 
131
    <Compile Include="Scripting\AST\UnExprNode.cs" />
 
132
    <Compile Include="Scripting\AST\VarRefNode.cs" />
 
133
    <Compile Include="Scripting\AST\_AstNode.cs" />
 
134
    <Compile Include="Scripting\ScriptEngine.cs" />
 
135
    <Compile Include="CompilerServices\TokenFilters\BraceMatchFilter.cs" />
 
136
    <Compile Include="CompilerServices\TokenFilters\CodeOutlineFilter.cs" />
 
137
    <Compile Include="CompilerServices\TokenFilters\TokenFilter.cs" />
 
138
    <Compile Include="CompilerServices\Compiler.cs" />
 
139
    <Compile Include="Exceptions.cs" />
 
140
    <Compile Include="Microsoft\Complex64.cs" />
 
141
    <Compile Include="Microsoft\MathResources.Designer.cs">
 
142
      <DependentUpon>MathResources.resx</DependentUpon>
 
143
      <AutoGen>True</AutoGen>
 
144
      <DesignTime>True</DesignTime>
 
145
    </Compile>
 
146
    <Compile Include="Properties\AssemblyInfo.cs" />
 
147
    <Compile Include="Microsoft\BigInteger.cs" />
 
148
    <Compile Include="Scripting\Runtime\Closure.cs" />
 
149
    <Compile Include="Scripting\Runtime\EvaluationContext.cs" />
 
150
    <Compile Include="Scripting\Runtime\Frame.cs" />
 
151
    <Compile Include="Scripting\Runtime\CallDispatch.cs" />
 
152
    <Compile Include="Scripting\Runtime\RuntimeException.cs" />
 
153
    <Compile Include="Scripting\Runtime\LanguageRuntime.cs" />
 
154
    <Compile Include="EditorServices\EditorAdapter.cs" />
 
155
  </ItemGroup>
 
156
  <ItemGroup>
 
157
    <EmbeddedResource Include="Microsoft\MathResources.resx">
 
158
      <Generator>ResXFileCodeGenerator</Generator>
 
159
      <LastGenOutput>MathResources.Designer.cs</LastGenOutput>
 
160
      <SubType>Designer</SubType>
 
161
      <CustomToolNamespace>Microsoft.Scripting.Math</CustomToolNamespace>
 
162
    </EmbeddedResource>
 
163
  </ItemGroup>
 
164
  <ItemGroup>
 
165
    <None Include="Scripting\Runtime\SlimLock.cs" />
 
166
  </ItemGroup>
 
167
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
168
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
169
       Other similar extension points exist, see Microsoft.Common.targets.
 
170
  <Target Name="BeforeBuild">
 
171
  </Target>
 
172
  <Target Name="AfterBuild">
 
173
  </Target>
 
174
  -->
 
175
</Project>
 
 
b'\\ No newline at end of file'