|
32 | 32 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
33 | 33 | </PropertyGroup> |
34 | 34 | <ItemGroup> |
| 35 | + <Reference Include="NLog"> |
| 36 | + <HintPath>..\packages\NLog.4.4.1\lib\net45\NLog.dll</HintPath> |
| 37 | + </Reference> |
35 | 38 | <Reference Include="PresentationCore" /> |
36 | 39 | <Reference Include="PresentationFramework" /> |
37 | 40 | <Reference Include="System" /> |
| 41 | + <Reference Include="System.Configuration" /> |
38 | 42 | <Reference Include="System.Core" /> |
| 43 | + <Reference Include="System.IO.Compression" /> |
| 44 | + <Reference Include="System.Runtime.Serialization" /> |
| 45 | + <Reference Include="System.ServiceModel" /> |
| 46 | + <Reference Include="System.Transactions" /> |
39 | 47 | <Reference Include="System.Xml.Linq" /> |
40 | 48 | <Reference Include="System.Data.DataSetExtensions" /> |
41 | 49 | <Reference Include="Microsoft.CSharp" /> |
|
53 | 61 | <ItemGroup> |
54 | 62 | <Compile Include="ConnectionState.cs" /> |
55 | 63 | <Compile Include="IChatItem.cs" /> |
56 | | - <Compile Include="ILogger.cs" /> |
57 | 64 | <Compile Include="IMultiplayer.cs" /> |
58 | 65 | <Compile Include="IPlayer.cs" /> |
59 | 66 | <Compile Include="IPluginManager.cs" /> |
|
63 | 70 | <Compile Include="PluginAttribute.cs" /> |
64 | 71 | <Compile Include="Properties\AssemblyInfo.cs" /> |
65 | 72 | </ItemGroup> |
| 73 | + <ItemGroup> |
| 74 | + <None Include="packages.config" /> |
| 75 | + </ItemGroup> |
66 | 76 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
67 | 77 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
68 | 78 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments