rm userpr
[energimaaling.git] / tcpkomm / tcpkomm.csproj
blob019064a70446de7057d246757839d27a8efeaa8d
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" 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.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{8A676024-10D2-413A-AE21-B62D1BEF82F2}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <RootNamespace>tcpkomm</RootNamespace>\r
11     <AssemblyName>tcpkomm</AssemblyName>\r
12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
13     <FileUpgradeFlags>\r
14     </FileUpgradeFlags>\r
15     <UpgradeBackupLocation>\r
16     </UpgradeBackupLocation>\r
17     <OldToolsVersion>3.5</OldToolsVersion>\r
18     <PublishUrl>publish\</PublishUrl>\r
19     <Install>true</Install>\r
20     <InstallFrom>Disk</InstallFrom>\r
21     <UpdateEnabled>false</UpdateEnabled>\r
22     <UpdateMode>Foreground</UpdateMode>\r
23     <UpdateInterval>7</UpdateInterval>\r
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
25     <UpdatePeriodically>false</UpdatePeriodically>\r
26     <UpdateRequired>false</UpdateRequired>\r
27     <MapFileExtensions>true</MapFileExtensions>\r
28     <ApplicationRevision>0</ApplicationRevision>\r
29     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
30     <IsWebBootstrapper>false</IsWebBootstrapper>\r
31     <UseApplicationTrust>false</UseApplicationTrust>\r
32     <BootstrapperEnabled>true</BootstrapperEnabled>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
35     <DebugSymbols>true</DebugSymbols>\r
36     <DebugType>full</DebugType>\r
37     <Optimize>false</Optimize>\r
38     <OutputPath>bin\Debug</OutputPath>\r
39     <DefineConstants>DEBUG</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42     <ConsolePause>false</ConsolePause>\r
43     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
44   </PropertyGroup>\r
45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
46     <DebugType>none</DebugType>\r
47     <Optimize>false</Optimize>\r
48     <OutputPath>bin\Release</OutputPath>\r
49     <ErrorReport>prompt</ErrorReport>\r
50     <WarningLevel>4</WarningLevel>\r
51     <ConsolePause>false</ConsolePause>\r
52     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
53   </PropertyGroup>\r
54   <ItemGroup>\r
55     <Reference Include="System" />\r
56     <Reference Include="System.XML" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <Compile Include="AssemblyInfo.cs" />\r
60     <Compile Include="Serialisering.cs" />\r
61     <Compile Include="TCPMelding.cs" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
65       <Visible>False</Visible>\r
66       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
67       <Install>false</Install>\r
68     </BootstrapperPackage>\r
69     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
70       <Visible>False</Visible>\r
71       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
72       <Install>true</Install>\r
73     </BootstrapperPackage>\r
74     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
75       <Visible>False</Visible>\r
76       <ProductName>Windows Installer 3.1</ProductName>\r
77       <Install>true</Install>\r
78     </BootstrapperPackage>\r
79   </ItemGroup>\r
80   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
81 </Project>