source: trunk/ETSI-Testsuites/ETSI_auto_IOT/adapter/src/UEUserGuide/UEUserGuide.csproj

Last change on this file was 22, checked in by rings, 14 years ago
  • Property svn:executable set to *
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D0EB5D56-8500-46FF-BE2D-42303DC1E35F}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>UEUserGuide</RootNamespace>
12    <AssemblyName>UEUserGuide</AssemblyName>
13    <TargetFrameworkVersion>v3.5</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  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>Frameworks\Log4net\log4net.dll</HintPath>
37    </Reference>
38    <Reference Include="System" />
39    <Reference Include="System.configuration" />
40    <Reference Include="System.Core">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Xml.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.DataSetExtensions">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data" />
50    <Reference Include="System.Deployment" />
51    <Reference Include="System.Drawing" />
52    <Reference Include="System.Windows.Forms" />
53    <Reference Include="System.Xml" />
54  </ItemGroup>
55  <ItemGroup>
56    <Compile Include="Logger.cs" />
57    <Compile Include="NetworkHelper.cs" />
58    <Compile Include="UEUserGuideFrm.cs">
59      <SubType>Form</SubType>
60    </Compile>
61    <Compile Include="UEUserGuideFrm.Designer.cs">
62      <DependentUpon>UEUserGuideFrm.cs</DependentUpon>
63    </Compile>
64    <Compile Include="Program.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66    <EmbeddedResource Include="Properties\Resources.resx">
67      <Generator>ResXFileCodeGenerator</Generator>
68      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
69      <SubType>Designer</SubType>
70    </EmbeddedResource>
71    <EmbeddedResource Include="UEUserGuideFrm.en.resx">
72      <DependentUpon>UEUserGuideFrm.cs</DependentUpon>
73      <SubType>Designer</SubType>
74    </EmbeddedResource>
75    <EmbeddedResource Include="UEUserGuideFrm.resx">
76      <DependentUpon>UEUserGuideFrm.cs</DependentUpon>
77      <SubType>Designer</SubType>
78    </EmbeddedResource>
79    <Compile Include="Properties\Resources.Designer.cs">
80      <AutoGen>True</AutoGen>
81      <DependentUpon>Resources.resx</DependentUpon>
82    </Compile>
83    <None Include="App.config" />
84    <None Include="Properties\Settings.settings">
85      <Generator>SettingsSingleFileGenerator</Generator>
86      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
87    </None>
88    <Compile Include="Properties\Settings.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DependentUpon>Settings.settings</DependentUpon>
91      <DesignTimeSharedInput>True</DesignTimeSharedInput>
92    </Compile>
93  </ItemGroup>
94  <ItemGroup>
95    <Content Include="UserGuidesMessages.xml" />
96  </ItemGroup>
97  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99       Other similar extension points exist, see Microsoft.Common.targets.
100  <Target Name="BeforeBuild">
101  </Target>
102  <Target Name="AfterBuild">
103  </Target>
104  -->
105</Project>
Note: See TracBrowser for help on using the repository browser.