|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
27 | 27 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> |
28 | 28 | </PropertyGroup> |
29 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | | - <DebugType></DebugType> |
| 30 | + <DebugType> |
| 31 | + </DebugType> |
31 | 32 | <Optimize>true</Optimize> |
32 | 33 | <OutputPath>bin\Release</OutputPath> |
33 | 34 | <ErrorReport>prompt</ErrorReport> |
|
36 | 37 | <ConsolePause>false</ConsolePause> |
37 | 38 | </PropertyGroup> |
38 | 39 | <ItemGroup> |
39 | | - <Reference Include="System" /> |
40 | | - <Reference Include="CSF.Reflection"> |
41 | | - <HintPath>..\packages\CSF.Reflection.1.0.3\lib\net45\CSF.Reflection.dll</HintPath> |
42 | | - <Private>False</Private> |
| 40 | + <Reference Include="CSF.Reflection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=83989bab8a1a4730, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\CSF.Reflection.2.0.0\lib\netstandard1.0\CSF.Reflection.dll</HintPath> |
43 | 42 | </Reference> |
| 43 | + <Reference Include="CSF.Specifications, Version=1.0.0.0, Culture=neutral, PublicKeyToken=83989bab8a1a4730, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\CSF.Specifications.1.1.0\lib\netstandard1.0\CSF.Specifications.dll</HintPath> |
| 45 | + </Reference> |
| 46 | + <Reference Include="System" /> |
44 | 47 | <Reference Include="CSF.Utils"> |
45 | 48 | <HintPath>..\packages\CSF.Utils.6.1.1\lib\net45\CSF.Utils.dll</HintPath> |
46 | 49 | <Private>False</Private> |
47 | 50 | </Reference> |
| 51 | + <Reference Include="System.ComponentModel.Composition" /> |
| 52 | + <Reference Include="System.IO.Compression" /> |
| 53 | + <Reference Include="System.Net.Http" /> |
| 54 | + <Reference Include="System.Numerics" /> |
| 55 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="System.Xml" /> |
| 59 | + <Reference Include="System.Xml.Linq" /> |
48 | 60 | </ItemGroup> |
49 | 61 | <ItemGroup> |
50 | 62 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
127 | 139 | <Compile Include="Messages\PlaceholderRegistrationHelper.cs" /> |
128 | 140 | <Compile Include="Messages\ByIdentityFormatterProviderExtensions.cs" /> |
129 | 141 | </ItemGroup> |
130 | | - <ItemGroup> |
131 | | - <Folder Include="Rules\" /> |
132 | | - <Folder Include="ValidationRuns\" /> |
133 | | - <Folder Include="Resources\" /> |
134 | | - <Folder Include="StockRules\" /> |
135 | | - <Folder Include="Manifest\" /> |
136 | | - <Folder Include="Options\" /> |
137 | | - <Folder Include="Manifest\Fluent\" /> |
138 | | - <Folder Include="Messages\" /> |
139 | | - </ItemGroup> |
| 142 | + <ItemGroup /> |
140 | 143 | <ItemGroup> |
141 | 144 | <None Include="packages.config" /> |
142 | 145 | <None Include="CSF.Validation.nuspec" /> |
|
0 commit comments