Skip to content

Commit c0c9b0a

Browse files
committedJan 18, 2013
add the earlier projects.
0 parents  commit c0c9b0a

File tree

856 files changed

+112221
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

856 files changed

+112221
-0
lines changed
 

‎C#/Ping/CSharp08.sln

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 10.00
3+
# Visual Studio 2008
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp08", "CSharp08\CSharp08.csproj", "{3BA99180-BC47-4BD1-B21A-4D1F1E04632C}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{3BA99180-BC47-4BD1-B21A-4D1F1E04632C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{3BA99180-BC47-4BD1-B21A-4D1F1E04632C}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{3BA99180-BC47-4BD1-B21A-4D1F1E04632C}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{3BA99180-BC47-4BD1-B21A-4D1F1E04632C}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

‎C#/Ping/CSharp08/CSharp08.csproj

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
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>{3BA99180-BC47-4BD1-B21A-4D1F1E04632C}</ProjectGuid>
9+
<OutputType>Exe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>CSharp08</RootNamespace>
12+
<AssemblyName>CSharp08</AssemblyName>
13+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<IsWebBootstrapper>false</IsWebBootstrapper>
16+
<StartupObject>
17+
</StartupObject>
18+
<TargetZone>LocalIntranet</TargetZone>
19+
<GenerateManifests>false</GenerateManifests>
20+
<PublishUrl>publish\</PublishUrl>
21+
<Install>true</Install>
22+
<InstallFrom>Disk</InstallFrom>
23+
<UpdateEnabled>false</UpdateEnabled>
24+
<UpdateMode>Foreground</UpdateMode>
25+
<UpdateInterval>7</UpdateInterval>
26+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
27+
<UpdatePeriodically>false</UpdatePeriodically>
28+
<UpdateRequired>false</UpdateRequired>
29+
<MapFileExtensions>true</MapFileExtensions>
30+
<ApplicationRevision>0</ApplicationRevision>
31+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32+
<UseApplicationTrust>false</UseApplicationTrust>
33+
<BootstrapperEnabled>true</BootstrapperEnabled>
34+
<ApplicationIcon>
35+
</ApplicationIcon>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38+
<DebugSymbols>true</DebugSymbols>
39+
<DebugType>full</DebugType>
40+
<Optimize>false</Optimize>
41+
<OutputPath>bin\Debug\</OutputPath>
42+
<DefineConstants>DEBUG;TRACE</DefineConstants>
43+
<ErrorReport>prompt</ErrorReport>
44+
<WarningLevel>4</WarningLevel>
45+
<PlatformTarget>AnyCPU</PlatformTarget>
46+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
47+
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
48+
</PropertyGroup>
49+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50+
<DebugType>pdbonly</DebugType>
51+
<Optimize>true</Optimize>
52+
<OutputPath>bin\Release\</OutputPath>
53+
<DefineConstants>TRACE</DefineConstants>
54+
<ErrorReport>prompt</ErrorReport>
55+
<WarningLevel>4</WarningLevel>
56+
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
57+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
58+
</PropertyGroup>
59+
<ItemGroup>
60+
<Reference Include="System" />
61+
<Reference Include="System.Core">
62+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
63+
</Reference>
64+
<Reference Include="System.Xml.Linq">
65+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
66+
</Reference>
67+
<Reference Include="System.Data.DataSetExtensions">
68+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
69+
</Reference>
70+
<Reference Include="System.Data" />
71+
<Reference Include="System.Xml" />
72+
</ItemGroup>
73+
<ItemGroup>
74+
<Compile Include="Program.cs" />
75+
<Compile Include="Properties\AssemblyInfo.cs" />
76+
<Compile Include="Util.cs" />
77+
</ItemGroup>
78+
<ItemGroup>
79+
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
80+
<Visible>False</Visible>
81+
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
82+
<Install>false</Install>
83+
</BootstrapperPackage>
84+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
85+
<Visible>False</Visible>
86+
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
87+
<Install>false</Install>
88+
</BootstrapperPackage>
89+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
90+
<Visible>False</Visible>
91+
<ProductName>.NET Framework 3.5</ProductName>
92+
<Install>true</Install>
93+
</BootstrapperPackage>
94+
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
95+
<Visible>False</Visible>
96+
<ProductName>Windows Installer 3.1</ProductName>
97+
<Install>true</Install>
98+
</BootstrapperPackage>
99+
</ItemGroup>
100+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102+
Other similar extension points exist, see Microsoft.Common.targets.
103+
<Target Name="BeforeBuild">
104+
</Target>
105+
<Target Name="AfterBuild">
106+
</Target>
107+
-->
108+
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.