1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{B86D969B-CB11-4260-839E-71B91FD9F4CC}</ProjectGuid >
9
+ <OutputType >WinExe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >WindowsFormsApplication1</RootNamespace >
12
+ <AssemblyName >ChirpBOT</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >
15
+ </TargetFrameworkProfile >
16
+ <FileAlignment >512</FileAlignment >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
19
+ <PlatformTarget >x86</PlatformTarget >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
29
+ <PlatformTarget >x86</PlatformTarget >
30
+ <DebugType >pdbonly</DebugType >
31
+ <Optimize >true</Optimize >
32
+ <OutputPath >bin\Release\</OutputPath >
33
+ <DefineConstants >TRACE</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" LinqToTwitter, Version=2.1.6.0, Culture=neutral, PublicKeyToken=957107be965c25d9, processorArchitecture=MSIL" >
39
+ <SpecificVersion >False</SpecificVersion >
40
+ <HintPath >.\LinqToTwitter.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
43
+ <SpecificVersion >False</SpecificVersion >
44
+ <HintPath >.\Newtonsoft.Json.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" OpenMetaverse" >
47
+ <HintPath >..\..\..\..\Desktop\opensim-0.7.5\bin\OpenMetaverse.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" OpenMetaverseTypes" >
50
+ <HintPath >..\..\..\..\Desktop\opensim-0.7.5\bin\OpenMetaverseTypes.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" OpenNLP, Version=1.0.2529.39671, Culture=neutral, processorArchitecture=MSIL" >
53
+ <SpecificVersion >False</SpecificVersion >
54
+ <HintPath >.\OpenNLP.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" System" />
57
+ <Reference Include =" System.Core" />
58
+ <Reference Include =" System.Speech" />
59
+ <Reference Include =" System.Xml.Linq" />
60
+ <Reference Include =" System.Data.DataSetExtensions" />
61
+ <Reference Include =" Microsoft.CSharp" />
62
+ <Reference Include =" System.Data" />
63
+ <Reference Include =" System.Deployment" />
64
+ <Reference Include =" System.Drawing" />
65
+ <Reference Include =" System.Windows.Forms" />
66
+ <Reference Include =" System.Xml" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <Compile Include =" Form1.cs" >
70
+ <SubType >Form</SubType >
71
+ </Compile >
72
+ <Compile Include =" Form1.Designer.cs" >
73
+ <DependentUpon >Form1.cs</DependentUpon >
74
+ </Compile >
75
+ <Compile Include =" Program.cs" >
76
+ <SubType >Component</SubType >
77
+ </Compile >
78
+ <Compile Include =" Properties\AssemblyInfo.cs" />
79
+ <EmbeddedResource Include =" Form1.resx" >
80
+ <DependentUpon >Form1.cs</DependentUpon >
81
+ </EmbeddedResource >
82
+ <EmbeddedResource Include =" Properties\Resources.resx" >
83
+ <Generator >ResXFileCodeGenerator</Generator >
84
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
85
+ <SubType >Designer</SubType >
86
+ </EmbeddedResource >
87
+ <Compile Include =" Properties\Resources.Designer.cs" >
88
+ <AutoGen >True</AutoGen >
89
+ <DependentUpon >Resources.resx</DependentUpon >
90
+ <DesignTime >True</DesignTime >
91
+ </Compile >
92
+ <None Include =" app.config" />
93
+ <None Include =" Properties\Settings.settings" >
94
+ <Generator >SettingsSingleFileGenerator</Generator >
95
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
96
+ </None >
97
+ <Compile Include =" Properties\Settings.Designer.cs" >
98
+ <AutoGen >True</AutoGen >
99
+ <DependentUpon >Settings.settings</DependentUpon >
100
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
101
+ </Compile >
102
+ </ItemGroup >
103
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105
+ Other similar extension points exist, see Microsoft.Common.targets.
106
+ <Target Name="BeforeBuild">
107
+ </Target>
108
+ <Target Name="AfterBuild">
109
+ </Target>
110
+ -->
111
+ </Project >
0 commit comments