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