/[projects]/dao/file2mq/file2mq/file2mq.csproj
ViewVC logotype

Annotation of /dao/file2mq/file2mq/file2mq.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1984 - (hide annotations) (download)
Wed Jul 3 07:51:12 2013 UTC (10 years, 11 months ago) by torben
File size: 4433 byte(s)
Add file2mq project files
1 torben 1984 <?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>{CDAA1367-4038-4554-A24A-3BC0B4DFDB80}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>file2mq</RootNamespace>
12     <AssemblyName>file2mq</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     <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
51     </PropertyGroup>
52     <ItemGroup>
53     <Reference Include="amqmdnet, Version=1.0.0.3, Culture=neutral, PublicKeyToken=dd3cb1c9aae9ec97">
54     <SpecificVersion>False</SpecificVersion>
55     <HintPath>C:\Program Files\IBM\WebSphere MQ\bin\amqmdnet.dll</HintPath>
56     <Private>True</Private>
57     </Reference>
58     <Reference Include="System" />
59     <Reference Include="System.Core" />
60     <Reference Include="System.Xml.Linq" />
61     <Reference Include="System.Data.DataSetExtensions" />
62     <Reference Include="Microsoft.CSharp" />
63     <Reference Include="System.Data" />
64     <Reference Include="System.Xml" />
65     </ItemGroup>
66     <ItemGroup>
67     <Compile Include="Program.cs" />
68     <Compile Include="Properties\AssemblyInfo.cs" />
69     </ItemGroup>
70     <ItemGroup>
71     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
72     <Visible>False</Visible>
73     <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
74     <Install>true</Install>
75     </BootstrapperPackage>
76     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
77     <Visible>False</Visible>
78     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
79     <Install>false</Install>
80     </BootstrapperPackage>
81     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
82     <Visible>False</Visible>
83     <ProductName>.NET Framework 3.5 SP1</ProductName>
84     <Install>false</Install>
85     </BootstrapperPackage>
86     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
87     <Visible>False</Visible>
88     <ProductName>Windows Installer 3.1</ProductName>
89     <Install>true</Install>
90     </BootstrapperPackage>
91     </ItemGroup>
92     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94     Other similar extension points exist, see Microsoft.Common.targets.
95     <Target Name="BeforeBuild">
96     </Target>
97     <Target Name="AfterBuild">
98     </Target>
99     -->
100     </Project>

  ViewVC Help
Powered by ViewVC 1.1.20