]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/SimpleChat.NET/SimpleChat.NET.csproj
mDNSResponder-1096.60.2.tar.gz
[apple/mdnsresponder.git] / Clients / SimpleChat.NET / SimpleChat.NET.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{726DED99-34D0-45F3-9F4D-C7068DF4BCDA}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>App.ico</ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>SimpleChat.NET</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>WinExe</OutputType>
21 <RootNamespace>SimpleChat.NET</RootNamespace>
22 <StartupObject>
23 </StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
29 <OldToolsVersion>2.0</OldToolsVersion>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <OutputPath>bin\Debug\</OutputPath>
33 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
34 <BaseAddress>285212672</BaseAddress>
35 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
36 <ConfigurationOverrideFile>
37 </ConfigurationOverrideFile>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DocumentationFile>
40 </DocumentationFile>
41 <DebugSymbols>true</DebugSymbols>
42 <FileAlignment>4096</FileAlignment>
43 <Optimize>false</Optimize>
44 <RegisterForComInterop>false</RegisterForComInterop>
45 <RemoveIntegerChecks>false</RemoveIntegerChecks>
46 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
47 <WarningLevel>4</WarningLevel>
48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <OutputPath>bin\Release\</OutputPath>
53 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
54 <BaseAddress>285212672</BaseAddress>
55 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
56 <ConfigurationOverrideFile>
57 </ConfigurationOverrideFile>
58 <DefineConstants>TRACE</DefineConstants>
59 <DocumentationFile>
60 </DocumentationFile>
61 <DebugSymbols>false</DebugSymbols>
62 <FileAlignment>4096</FileAlignment>
63 <Optimize>true</Optimize>
64 <RegisterForComInterop>false</RegisterForComInterop>
65 <RemoveIntegerChecks>false</RemoveIntegerChecks>
66 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
67 <WarningLevel>4</WarningLevel>
68 <DebugType>none</DebugType>
69 <ErrorReport>prompt</ErrorReport>
70 </PropertyGroup>
71 <ItemGroup>
72 <Reference Include="System">
73 <Name>System</Name>
74 </Reference>
75 <Reference Include="System.Data">
76 <Name>System.Data</Name>
77 </Reference>
78 <Reference Include="System.Drawing">
79 <Name>System.Drawing</Name>
80 </Reference>
81 <Reference Include="System.Windows.Forms">
82 <Name>System.Windows.Forms</Name>
83 </Reference>
84 <Reference Include="System.XML">
85 <Name>System.XML</Name>
86 </Reference>
87 </ItemGroup>
88 <ItemGroup>
89 <Content Include="App.ico" />
90 <Compile Include="AssemblyInfo.cs" />
91 <Compile Include="SimpleChat.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <EmbeddedResource Include="SimpleChat.resx">
95 <DependentUpon>SimpleChat.cs</DependentUpon>
96 <SubType>Designer</SubType>
97 </EmbeddedResource>
98 </ItemGroup>
99 <ItemGroup>
100 <COMReference Include="Bonjour">
101 <Guid>{18FBED6D-F2B7-4EC8-A4A4-46282E635308}</Guid>
102 <VersionMajor>1</VersionMajor>
103 <VersionMinor>0</VersionMinor>
104 <Lcid>0</Lcid>
105 <WrapperTool>tlbimp</WrapperTool>
106 <Isolated>False</Isolated>
107 </COMReference>
108 </ItemGroup>
109 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
110 <PropertyGroup>
111 <PreBuildEvent>
112 </PreBuildEvent>
113 <PostBuildEvent>
114 </PostBuildEvent>
115 </PropertyGroup>
116 </Project>