]> jfr.im git - z_archive/kelsier.git/blob - Kelsier.csproj
Adding auth
[z_archive/kelsier.git] / Kelsier.csproj
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>
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>
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="System" />
53 <Reference Include="System.Core" />
54 <Reference Include="System.Xml.Linq" />
55 <Reference Include="System.Data.DataSetExtensions" />
56 <Reference Include="Microsoft.CSharp" />
57 <Reference Include="System.Data" />
58 <Reference Include="System.Xml" />
59 <Reference Include="MySql.Data" />
60 </ItemGroup>
61 <ItemGroup>
62 <Compile Include="Properties\AssemblyInfo.cs" />
63 <Compile Include="Properties\Settings.Designer.cs">
64 <AutoGen>True</AutoGen>
65 <DesignTimeSharedInput>True</DesignTimeSharedInput>
66 <DependentUpon>Settings.settings</DependentUpon>
67 </Compile>
68 <Compile Include="Kelsier.cs" />
69 </ItemGroup>
70 <ItemGroup>
71 <WCFMetadata Include="Service References\" />
72 </ItemGroup>
73 <ItemGroup>
74 <None Include="app.config" />
75 <None Include="Properties\Settings.settings">
76 <Generator>SettingsSingleFileGenerator</Generator>
77 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
78 </None>
79 </ItemGroup>
80 <ItemGroup>
81 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
82 <Visible>False</Visible>
83 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
84 <Install>true</Install>
85 </BootstrapperPackage>
86 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
87 <Visible>False</Visible>
88 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
89 <Install>false</Install>
90 </BootstrapperPackage>
91 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
92 <Visible>False</Visible>
93 <ProductName>.NET Framework 3.5 SP1</ProductName>
94 <Install>false</Install>
95 </BootstrapperPackage>
96 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
97 <Visible>False</Visible>
98 <ProductName>Windows Installer 3.1</ProductName>
99 <Install>true</Install>
100 </BootstrapperPackage>
101 </ItemGroup>
102 <ItemGroup>
103 <ProjectReference Include="Kelsier.Common.csproj">
104 <Project>{57920460-A8DC-4862-8002-CE42C423DDBF}</Project>
105 <Name>Kelsier.Common</Name>
106 </ProjectReference>
107 </ItemGroup>
108 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109 <PropertyGroup>
110 <PostBuildEvent>
111 </PostBuildEvent>
112 </PropertyGroup>
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild">
116 </Target>
117 <Target Name="AfterBuild">
118 </Target>
119 -->
120 <ProjectExtensions>
121 <MonoDevelop>
122 <Properties>
123 <Policies>
124 <TextStylePolicy inheritsSet="null" scope="text/x-csharp" />
125 <CSharpFormattingPolicy NamespaceBraceStyle="EndOfLine" ClassBraceStyle="EndOfLine" InterfaceBraceStyle="EndOfLine" StructBraceStyle="EndOfLine" EnumBraceStyle="EndOfLine" MethodBraceStyle="EndOfLine" ConstructorBraceStyle="EndOfLine" DestructorBraceStyle="EndOfLine" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
126 </Policies>
127 </Properties>
128 </MonoDevelop>
129 </ProjectExtensions>
130 </Project>