main
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>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{B8505B10-85C7-45F4-B039-D364DD556D7D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MyMoney.Build</RootNamespace>
12 <AssemblyName>MyMoney.Build</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <DebugType>pdbonly</DebugType>
47 <Optimize>true</Optimize>
48 <OutputPath>bin\Release\</OutputPath>
49 <DefineConstants>TRACE</DefineConstants>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53 </PropertyGroup>
54 <ItemGroup>
55 <Reference Include="System" />
56 <Reference Include="System.Core">
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
58 </Reference>
59 <Reference Include="System.Xml.Linq">
60 <RequiredTargetFramework>3.5</RequiredTargetFramework>
61 </Reference>
62 <Reference Include="System.Data.DataSetExtensions">
63 <RequiredTargetFramework>3.5</RequiredTargetFramework>
64 </Reference>
65 <Reference Include="System.Data" />
66 <Reference Include="System.Xml" />
67 </ItemGroup>
68 <ItemGroup>
69 <None Include="build.bat" />
70 <None Include="config\AssemblyInfo.cs.template" />
71 <None Include="config\bootStrap.xml.template" />
72 <None Include="config\log4net.config.xml.template" />
73 <None Include="local.properties.xml.template" />
74 <None Include="project.build" />
75 <None Include="project.deploy.build" />
76 <None Include="project.install.build" />
77 <None Include="project.test.build">
78 <SubType>Designer</SubType>
79 </None>
80 <None Include="tools\psake\build_utilities.ps1" />
81 <None Include="tools\psake\psake.ps1" />
82 </ItemGroup>
83 <ItemGroup>
84 <Content Include="local.properties.xml" />
85 </ItemGroup>
86 <ItemGroup>
87 <Compile Include="Empty.cs" />
88 </ItemGroup>
89 <ItemGroup>
90 <Folder Include="Properties\" />
91 </ItemGroup>
92 <ItemGroup>
93 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
94 <Visible>False</Visible>
95 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
96 <Install>false</Install>
97 </BootstrapperPackage>
98 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
99 <Visible>False</Visible>
100 <ProductName>.NET Framework 3.5 SP1</ProductName>
101 <Install>true</Install>
102 </BootstrapperPackage>
103 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
104 <Visible>False</Visible>
105 <ProductName>Windows Installer 3.1</ProductName>
106 <Install>true</Install>
107 </BootstrapperPackage>
108 </ItemGroup>
109 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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>