Added LwesBinaryInstaller0.1.486.19070.msi
[lwes-dotnet.git] / UpdateWixProjectWithVersion / UpdateWixProjectWithVersion.csproj
blobf6f1cf70f3e2dac309039d4f16628d84e2fbe707
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{7BE4B024-DB71-4A87-937C-67AFE2A5BE4A}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>UpdateWixProjectWithVersion</RootNamespace>\r
12     <AssemblyName>UpdateWixProjectWithVersion</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>..\bin\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.Xml.Linq">\r
39       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Data.DataSetExtensions">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Data" />\r
45     <Reference Include="System.Xml" />\r
46   </ItemGroup>\r
47   <ItemGroup>\r
48     <Compile Include="..\CommonItems\AssemblyInfo.common.cs">\r
49       <Link>Properties\AssemblyInfo.common.cs</Link>\r
50     </Compile>\r
51     <Compile Include="..\CommonItems\AssemblyInfo.version.cs">\r
52       <Link>AssemblyInfo.version.cs</Link>\r
53       <AutoGen>True</AutoGen>\r
54       <DesignTime>True</DesignTime>\r
55       <DependentUpon>AssemblyInfo.version.tt</DependentUpon>\r
56     </Compile>\r
57     <Compile Include="Program.cs" />\r
58     <Compile Include="Properties\AssemblyInfo.cs" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <None Include="..\CommonItems\AssemblyInfo.version.tt">\r
65       <Link>AssemblyInfo.version.tt</Link>\r
66       <Generator>TextTemplatingFileGenerator</Generator>\r
67       <LastGenOutput>AssemblyInfo.version.cs</LastGenOutput>\r
68     </None>\r
69   </ItemGroup>\r
70   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
71   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
72        Other similar extension points exist, see Microsoft.Common.targets.\r
73   <Target Name="BeforeBuild">\r
74   </Target>\r
75   <Target Name="AfterBuild">\r
76   </Target>\r
77   -->\r
78 </Project>