Rev 1122 | Rev 1197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1122 | Rev 1194 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | <Reference Include="System.Drawing" /> |
34 | <Reference Include="System.Drawing" /> |
35 | <Reference Include="System.Windows.Forms" /> |
35 | <Reference Include="System.Windows.Forms" /> |
36 | <Reference Include="System.Xml" /> |
36 | <Reference Include="System.Xml" /> |
37 | </ItemGroup> |
37 | </ItemGroup> |
38 | <ItemGroup> |
38 | <ItemGroup> |
- | 39 | <Compile Include="AboutForm.cs"> |
|
- | 40 | <SubType>Form</SubType> |
|
- | 41 | </Compile> |
|
- | 42 | <Compile Include="AboutForm.Designer.cs"> |
|
- | 43 | <DependentUpon>AboutForm.cs</DependentUpon> |
|
- | 44 | </Compile> |
|
- | 45 | <Compile Include="HostUtils.cs" /> |
|
39 | <Compile Include="LinkedList.cs" /> |
46 | <Compile Include="LinkedList.cs" /> |
- | 47 | <Compile Include="ListenForm.cs"> |
|
- | 48 | <SubType>Form</SubType> |
|
- | 49 | </Compile> |
|
- | 50 | <Compile Include="ListenForm.Designer.cs"> |
|
- | 51 | <DependentUpon>ListenForm.cs</DependentUpon> |
|
- | 52 | </Compile> |
|
40 | <Compile Include="MainForm.cs"> |
53 | <Compile Include="MainForm.cs"> |
41 | <SubType>Form</SubType> |
54 | <SubType>Form</SubType> |
42 | </Compile> |
55 | </Compile> |
43 | <Compile Include="Network.cs" /> |
56 | <Compile Include="Network.cs" /> |
44 | <Compile Include="Properties\AssemblyInfo.cs" /> |
57 | <Compile Include="Properties\AssemblyInfo.cs" /> |
- | 58 | <EmbeddedResource Include="AboutForm.resx"> |
|
- | 59 | <SubType>Designer</SubType> |
|
- | 60 | <DependentUpon>AboutForm.cs</DependentUpon> |
|
- | 61 | </EmbeddedResource> |
|
- | 62 | <EmbeddedResource Include="ListenForm.resx"> |
|
- | 63 | <SubType>Designer</SubType> |
|
- | 64 | <DependentUpon>ListenForm.cs</DependentUpon> |
|
- | 65 | </EmbeddedResource> |
|
- | 66 | <EmbeddedResource Include="MainForm.resx"> |
|
- | 67 | <SubType>Designer</SubType> |
|
- | 68 | <DependentUpon>MainForm.cs</DependentUpon> |
|
- | 69 | </EmbeddedResource> |
|
45 | <EmbeddedResource Include="Properties\Resources.resx"> |
70 | <EmbeddedResource Include="Properties\Resources.resx"> |
46 | <Generator>ResXFileCodeGenerator</Generator> |
71 | <Generator>ResXFileCodeGenerator</Generator> |
47 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
72 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
48 | <SubType>Designer</SubType> |
73 | <SubType>Designer</SubType> |
49 | </EmbeddedResource> |
74 | </EmbeddedResource> |