]> jfr.im git - z_archive/kelsier.git/blame - Kelsier.csproj
Added bot class, misc other changes
[z_archive/kelsier.git] / Kelsier.csproj
CommitLineData
88ae06a4
JR
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>{64010C48-6927-4DA5-AE7F-0AD0301DC851}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Kelsier</RootNamespace>
12 <AssemblyName>Kelsier</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
12e0e204
JR
16 <PublishUrl>publish\</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Disk</InstallFrom>
19 <UpdateEnabled>false</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <IsWebBootstrapper>false</IsWebBootstrapper>
29 <UseApplicationTrust>false</UseApplicationTrust>
30 <BootstrapperEnabled>true</BootstrapperEnabled>
88ae06a4
JR
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33 <PlatformTarget>x86</PlatformTarget>
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 </PropertyGroup>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43 <PlatformTarget>x86</PlatformTarget>
44 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
46 <OutputPath>bin\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <ItemGroup>
52 <Reference Include="MySql.Data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
53 <Reference Include="System" />
54 <Reference Include="System.Core" />
55 <Reference Include="System.Xml.Linq" />
56 <Reference Include="System.Data.DataSetExtensions" />
57 <Reference Include="Microsoft.CSharp" />
58 <Reference Include="System.Data" />
59 <Reference Include="System.Xml" />
60 </ItemGroup>
61 <ItemGroup>
12e0e204 62 <Compile Include="Bot.cs" />
a3c84b90 63 <Compile Include="Database.cs" />
88ae06a4
JR
64 <Compile Include="Logger.cs" />
65 <Compile Include="Program.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Compile Include="Properties\Settings.Designer.cs">
68 <AutoGen>True</AutoGen>
69 <DesignTimeSharedInput>True</DesignTimeSharedInput>
70 <DependentUpon>Settings.settings</DependentUpon>
71 </Compile>
72 </ItemGroup>
73 <ItemGroup>
74 <WCFMetadata Include="Service References\" />
75 </ItemGroup>
76 <ItemGroup>
77 <None Include="app.config" />
78 <None Include="Properties\Settings.settings">
79 <Generator>SettingsSingleFileGenerator</Generator>
80 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
81 </None>
82 </ItemGroup>
12e0e204
JR
83 <ItemGroup>
84 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
85 <Visible>False</Visible>
86 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
87 <Install>true</Install>
88 </BootstrapperPackage>
89 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
90 <Visible>False</Visible>
91 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
92 <Install>false</Install>
93 </BootstrapperPackage>
94 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
95 <Visible>False</Visible>
96 <ProductName>.NET Framework 3.5 SP1</ProductName>
97 <Install>false</Install>
98 </BootstrapperPackage>
99 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
100 <Visible>False</Visible>
101 <ProductName>Windows Installer 3.1</ProductName>
102 <Install>true</Install>
103 </BootstrapperPackage>
104 </ItemGroup>
88ae06a4 105 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
12e0e204
JR
106 <PropertyGroup>
107 <PostBuildEvent>
108 </PostBuildEvent>
109 </PropertyGroup>
88ae06a4
JR
110 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111 Other similar extension points exist, see Microsoft.Common.targets.
112 <Target Name="BeforeBuild">
113 </Target>
114 <Target Name="AfterBuild">
115 </Target>
116 -->
117</Project>