3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >8.0.30703</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{756F8EBF-6E98-45E3-A26C-013D86C0696A}</ProjectGuid >
9
- <OutputType >Exe</OutputType >
6
+ <ProjectGuid >{1070325B-4597-4757-B43F-83C8D6642FAB}</ProjectGuid >
7
+ <OutputType >WinExe</OutputType >
10
8
<RootNamespace >client</RootNamespace >
11
9
<AssemblyName >client</AssemblyName >
10
+ <ProductVersion >8.0.30703</ProductVersion >
11
+ <SchemaVersion >2.0</SchemaVersion >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12
13
</PropertyGroup >
13
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14
15
<DebugSymbols >true</DebugSymbols >
18
19
<DefineConstants >DEBUG;</DefineConstants >
19
20
<ErrorReport >prompt</ErrorReport >
20
21
<WarningLevel >4</WarningLevel >
21
- <Externalconsole >true</ Externalconsole >
22
+ <ConsolePause >false</ ConsolePause >
22
23
</PropertyGroup >
23
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24
25
<DebugType >full</DebugType >
25
26
<Optimize >true</Optimize >
26
27
<OutputPath >bin\Release</OutputPath >
27
28
<ErrorReport >prompt</ErrorReport >
28
29
<WarningLevel >4</WarningLevel >
29
- <Externalconsole >true</ Externalconsole >
30
+ <ConsolePause >false</ ConsolePause >
30
31
</PropertyGroup >
31
32
<ItemGroup >
32
33
<Reference Include =" System" />
33
- <Reference Include =" Google.Protobuf" >
34
- <HintPath >..\packages\Google.Protobuf.dll</HintPath >
34
+ <Reference Include =" gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
35
+ <SpecificVersion >False</SpecificVersion >
36
+ </Reference >
37
+ <Reference Include =" gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
38
+ <SpecificVersion >False</SpecificVersion >
39
+ </Reference >
40
+ <Reference Include =" glib-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
41
+ <SpecificVersion >False</SpecificVersion >
42
+ </Reference >
43
+ <Reference Include =" glade-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
44
+ <SpecificVersion >False</SpecificVersion >
45
+ </Reference >
46
+ <Reference Include =" pango-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
47
+ <SpecificVersion >False</SpecificVersion >
48
+ </Reference >
49
+ <Reference Include =" atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
50
+ <SpecificVersion >False</SpecificVersion >
35
51
</Reference >
52
+ <Reference Include =" Mono.Posix" />
36
53
</ItemGroup >
37
54
<ItemGroup >
55
+ <EmbeddedResource Include =" gtk-gui\gui.stetic" >
56
+ <LogicalName >gui.stetic</LogicalName >
57
+ </EmbeddedResource >
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Compile Include =" gtk-gui\generated.cs" />
61
+ <Compile Include =" MainWindow.cs" />
62
+ <Compile Include =" gtk-gui\MainWindow.cs" />
38
63
<Compile Include =" Program.cs" />
39
64
<Compile Include =" Properties\AssemblyInfo.cs" />
40
65
<Compile Include =" GenericPluginLoader.cs" />
41
66
</ItemGroup >
42
67
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
43
68
<ItemGroup >
44
- <ProjectReference Include =" ..\network\network .csproj" >
45
- <Project >{0E72E075-35EA-46B1-A8E6-0A3BBBD26AC5 }</Project >
46
- <Name >network </Name >
69
+ <ProjectReference Include =" ..\models\models .csproj" >
70
+ <Project >{75AE14E4-F10C-40B7-B473-F88B7592C162 }</Project >
71
+ <Name >models </Name >
47
72
</ProjectReference >
48
73
<ProjectReference Include =" ..\plugins\plugins.csproj" >
49
74
<Project >{7F18FA38-0899-4C93-AE09-B04395FB4301}</Project >
50
75
<Name >plugins</Name >
51
76
</ProjectReference >
52
- <ProjectReference Include =" ..\models\models.csproj" >
53
- <Project >{75AE14E4-F10C-40B7-B473-F88B7592C162}</Project >
54
- <Name >models</Name >
55
- </ProjectReference >
56
77
</ItemGroup >
57
78
</Project >
0 commit comments