/[H8]/trunk/docs/Microchip TCP_IP stack/TCPIP Stack/Microchip Ethernet Discoverer/Microchip Ethernet Discoverer.csproj
ViewVC logotype

Annotation of /trunk/docs/Microchip TCP_IP stack/TCPIP Stack/Microchip Ethernet Discoverer/Microchip Ethernet Discoverer.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (hide annotations) (download)
Thu Apr 19 09:01:15 2007 UTC (17 years, 2 months ago) by hedin
File size: 4457 byte(s)
added the TCP/IP stack, source code.
1 hedin 15 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2     <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{198AD1FF-BC12-42AF-8E66-E32A8CAADA0E}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Microchip_Ethernet_Discoverer</RootNamespace>
11     <AssemblyName>Microchip Ethernet Discoverer</AssemblyName>
12     <ManifestCertificateThumbprint>AC53466547B740580F9FC24BC7604054E07AEF84</ManifestCertificateThumbprint>
13     <ManifestKeyFile>Microchip Ethernet Discoverer_TemporaryKey.pfx</ManifestKeyFile>
14     <GenerateManifests>true</GenerateManifests>
15     <SignManifests>true</SignManifests>
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     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27     <IsWebBootstrapper>false</IsWebBootstrapper>
28     <BootstrapperEnabled>true</BootstrapperEnabled>
29     </PropertyGroup>
30     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <DebugSymbols>true</DebugSymbols>
32     <DebugType>full</DebugType>
33     <Optimize>false</Optimize>
34     <OutputPath>bin\Debug\</OutputPath>
35     <DefineConstants>DEBUG;TRACE</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     </PropertyGroup>
39     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40     <DebugType>pdbonly</DebugType>
41     <Optimize>true</Optimize>
42     <OutputPath>bin\Release\</OutputPath>
43     <DefineConstants>TRACE</DefineConstants>
44     <ErrorReport>prompt</ErrorReport>
45     <WarningLevel>4</WarningLevel>
46     </PropertyGroup>
47     <ItemGroup>
48     <Reference Include="System" />
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="frmMain.cs">
57     <SubType>Form</SubType>
58     </Compile>
59     <Compile Include="frmMain.Designer.cs">
60     <DependentUpon>frmMain.cs</DependentUpon>
61     </Compile>
62     <Compile Include="Program.cs" />
63     <Compile Include="Properties\AssemblyInfo.cs" />
64     <EmbeddedResource Include="frmMain.resx">
65     <SubType>Designer</SubType>
66     <DependentUpon>frmMain.cs</DependentUpon>
67     </EmbeddedResource>
68     <EmbeddedResource Include="Properties\Resources.resx">
69     <Generator>ResXFileCodeGenerator</Generator>
70     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
71     <SubType>Designer</SubType>
72     </EmbeddedResource>
73     <Compile Include="Properties\Resources.Designer.cs">
74     <AutoGen>True</AutoGen>
75     <DependentUpon>Resources.resx</DependentUpon>
76     </Compile>
77     <None Include="Microchip Ethernet Discoverer_TemporaryKey.pfx" />
78     <None Include="Properties\Settings.settings">
79     <Generator>SettingsSingleFileGenerator</Generator>
80     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
81     </None>
82     <Compile Include="Properties\Settings.Designer.cs">
83     <AutoGen>True</AutoGen>
84     <DependentUpon>Settings.settings</DependentUpon>
85     <DesignTimeSharedInput>True</DesignTimeSharedInput>
86     </Compile>
87     </ItemGroup>
88     <ItemGroup>
89     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
90     <Visible>False</Visible>
91     <ProductName>.NET Framework 2.0</ProductName>
92     <Install>true</Install>
93     </BootstrapperPackage>
94     </ItemGroup>
95     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
96     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97     Other similar extension points exist, see Microsoft.Common.targets.
98     <Target Name="BeforeBuild">
99     </Target>
100     <Target Name="AfterBuild">
101     </Target>
102     -->
103     </Project>

  ViewVC Help
Powered by ViewVC 1.1.20