Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AspNetAddIn.mdp « AspNetAddIn « Extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c37c2b669ab5a94adef9cb6da4d72f7b4d33fc10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<Project name="AspNetAddIn" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
  <Configurations active="Debug">
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
      <Output directory="../../build/AddIns/AspNetAddIn" assembly="AspNetAddIn" />
      <Build debugmode="True" target="Library" />
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
      <Output directory="./bin/Release" assembly="AspNetAddIn" />
      <Build debugmode="False" target="Exe" />
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
    </Configuration>
  </Configurations>
  <Contents>
    <File name="./AspNetAddIn.addin.xml" subtype="Code" buildaction="Nothing" />
    <File name="./Project/AspNetAppProject.cs" subtype="Code" buildaction="Compile" />
    <File name="./Project/AspNetAppProjectBinding.cs" subtype="Code" buildaction="Compile" />
    <File name="./Project/AspNetAppProjectConfiguration.cs" subtype="Code" buildaction="Compile" />
    <File name="./Project/AspNetFileDescriptionTemplate.cs" subtype="Code" buildaction="Compile" />
    <File name="./Makefile.am" subtype="Code" buildaction="Nothing" />
    <File name="./Templates/EmptyWebForm.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/EmptyWebHandler.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/EmptyWebControl.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/CodeBehindWebControl.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/CodeBehindWebForm.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/CodeBehindWebHandler.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/WebApplication.xpt.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Parser/Internal/AspParser.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/AspTokenizer.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/Location.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/StrUtils.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/ParseException.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/Directive.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/TagType.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/DirectiveNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/RootNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/CodeRenderNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/TagNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/Node.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/Visitor.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/ServerIncludeNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/TextNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/ParentNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/ILocation.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Internal/TagAttributes.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Tree/ServerCommentNode.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/MemberListVisitor.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/PageInfoVisitor.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/WebFormReferenceManager.cs" subtype="Code" buildaction="Compile" />
    <File name="./Parser/Document.cs" subtype="Code" buildaction="Compile" />
    <File name="./Project/XspParameters.cs" subtype="Code" buildaction="Compile" />
    <File name="./Gui/XspOptionsPanel.cs" subtype="Code" buildaction="Compile" />
    <File name="./Templates/EmptyWebService.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/CodeBehindWebService.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Project/AspNetDisplayBinding.cs" subtype="Code" buildaction="Compile" />
    <File name="./Project/AspNetCodeBehindProvider.cs" subtype="Code" buildaction="Compile" />
    <File name="./Project/VerifyCodeBehindBuildStep.cs" subtype="Code" buildaction="Compile" />
    <File name="./AspNetAddIn.glade" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Gui/AspNetConfigurationPanel.cs" subtype="Code" buildaction="Compile" />
    <File name="./Templates/MasterPageWithCodeBehind.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
    <File name="./Templates/MasterPageWithNoCodeBehind.xft.xml" subtype="Code" buildaction="EmbedAsResource" />
  </Contents>
  <References>
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Components" />
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Ide" />
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core" />
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core.Gui" />
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Projects" />
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.SourceEditor" />
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
    <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <ProjectReference type="Gac" localcopy="True" refto="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <ProjectReference type="Gac" localcopy="True" refto="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <ProjectReference type="Gac" localcopy="True" refto="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.DesignerSupport" />
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  </References>
  <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="../../">
    <BuildFilesVar Sync="True" Name="FILES" />
    <DeployFilesVar />
    <ResourcesVar Sync="True" Name="RES" />
    <OthersVar />
    <GacRefVar Sync="True" Name="REFS" Prefix="-r:" />
    <AsmRefVar Sync="True" Name="REFS" Prefix="-r:" />
    <ProjectRefVar Sync="True" Name="REFS" Prefix="-r:" />
  </MonoDevelop.Autotools.MakefileInfo>
  <DeploymentInformation strategy="File">
    <excludeFiles>
      <ExcludeFile file="./Makefile.am" />
    </excludeFiles>
  </DeploymentInformation>
</Project>