Skip to content

Commit b146337

Browse files
committed
Fixed a few typo
1 parent cf6b265 commit b146337

32 files changed

+75
-6
lines changed

Example/Example.csproj

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="3.5" 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>{52805AEC-EFB1-4F42-BB8E-3ED4E692C568}</ProjectGuid>
9+
<OutputType>Exe</OutputType>
10+
<RootNamespace>Example</RootNamespace>
11+
<AssemblyName>example</AssemblyName>
12+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<BaseDirectory>.</BaseDirectory>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>false</Optimize>
19+
<OutputPath>bin\Debug</OutputPath>
20+
<DefineConstants>DEBUG</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
<Externalconsole>true</Externalconsole>
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26+
<DebugType>none</DebugType>
27+
<Optimize>false</Optimize>
28+
<OutputPath>bin\Release</OutputPath>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
<Externalconsole>true</Externalconsole>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Ubuntu|AnyCPU' ">
34+
<DebugSymbols>true</DebugSymbols>
35+
<DebugType>full</DebugType>
36+
<Optimize>false</Optimize>
37+
<OutputPath>bin\Debug_Ubuntu</OutputPath>
38+
<DefineConstants>DEBUG,NOTIFY</DefineConstants>
39+
<ErrorReport>prompt</ErrorReport>
40+
<WarningLevel>4</WarningLevel>
41+
<Externalconsole>true</Externalconsole>
42+
</PropertyGroup>
43+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Ubuntu|AnyCPU' ">
44+
<DebugType>none</DebugType>
45+
<Optimize>false</Optimize>
46+
<OutputPath>bin\Release_Ubuntu</OutputPath>
47+
<DefineConstants>NOTIFY</DefineConstants>
48+
<ErrorReport>prompt</ErrorReport>
49+
<WarningLevel>4</WarningLevel>
50+
<Externalconsole>true</Externalconsole>
51+
</PropertyGroup>
52+
<ItemGroup>
53+
<Reference Include="System" />
54+
<Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
55+
<Package>notify-sharp</Package>
56+
</Reference>
57+
</ItemGroup>
58+
<ItemGroup>
59+
<ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">
60+
<Project>{B357BAC7-529E-4D81-A0D2-71041B19C8DE}</Project>
61+
<Name>websocket-sharp</Name>
62+
</ProjectReference>
63+
</ItemGroup>
64+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
65+
<ItemGroup>
66+
<Compile Include="Program.cs" />
67+
<Compile Include="AssemblyInfo.cs" />
68+
</ItemGroup>
69+
</Project>

Example/Example.pidb

6.79 KB
Binary file not shown.

Example/bin/Debug/example.exe

6.5 KB
Binary file not shown.

Example/bin/Debug/example.exe.mdb

1.67 KB
Binary file not shown.
35 KB
Binary file not shown.
13.9 KB
Binary file not shown.
6.5 KB
Binary file not shown.
1.69 KB
Binary file not shown.
35 KB
Binary file not shown.
13.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)