Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.GeoIP/1.12/HeuristicLab.GeoIP.csproj @ 8600

Last change on this file since 8600 was 8600, checked in by ascheibe, 12 years ago

#1937 added pre- and postbuild events for mono

File size: 5.7 KB
Line 
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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BE9B0229-9150-49A4-AEA6-BB58E055992F}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GeoIP</RootNamespace>
12    <AssemblyName>HeuristicLab.GeoIP</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>
50    </DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>
70    </DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup>
78    <SignAssembly>true</SignAssembly>
79  </PropertyGroup>
80  <PropertyGroup>
81    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
82  </PropertyGroup>
83  <ItemGroup>
84    <Reference Include="System" />
85    <Reference Include="System.Core" />
86    <Reference Include="System.Xml.Linq" />
87    <Reference Include="System.Data.DataSetExtensions" />
88    <Reference Include="Microsoft.CSharp" />
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="Country.cs" />
94    <Compile Include="DatabaseInfo.cs" />
95    <Compile Include="GeoIPLookupService.cs" />
96    <Compile Include="Location.cs" />
97    <Compile Include="LookupService.cs" />
98    <Compile Include="Properties\AssemblyInfo.cs" />
99    <Compile Include="Region.cs" />
100    <Compile Include="RegionName.cs" />
101    <Compile Include="Settings.Designer.cs">
102      <AutoGen>True</AutoGen>
103      <DesignTimeSharedInput>True</DesignTimeSharedInput>
104      <DependentUpon>Settings.settings</DependentUpon>
105    </Compile>
106    <None Include="app.config" />
107    <None Include="GeoIP.dat">
108      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
109    </None>
110    <None Include="Properties\AssemblyInfo.cs.frame" />
111    <None Include="Settings.settings">
112      <Generator>SettingsSingleFileGenerator</Generator>
113      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
114    </None>
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="HeuristicLab.snk" />
118  </ItemGroup>
119  <ItemGroup>
120    <Content Include="GeoIP License.txt" />
121  </ItemGroup>
122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123  <PropertyGroup>
124   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
125set ProjectDir=$(ProjectDir)
126set SolutionDir=$(SolutionDir)
127set Outdir=$(Outdir)
128
129call PreBuildEvent.cmd</PreBuildEvent>
130<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
131export ProjectDir=$(ProjectDir)
132export SolutionDir=$(SolutionDir)
133
134$SolutionDir/PreBuildEvent.sh
135</PreBuildEvent>
136  </PropertyGroup>
137  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138       Other similar extension points exist, see Microsoft.Common.targets.
139  <Target Name="BeforeBuild">
140  </Target>
141  <Target Name="AfterBuild">
142  </Target>
143  -->
144</Project>
Note: See TracBrowser for help on using the repository browser.