SharpLibUtils/SharpLibUtils.csproj
changeset 212 1a0791daa243
parent 210 83dd86e73448
child 232 5a739e2e5255
     1.1 --- a/SharpLibUtils/SharpLibUtils.csproj	Sat Jul 23 19:22:56 2016 +0200
     1.2 +++ b/SharpLibUtils/SharpLibUtils.csproj	Sun Jul 24 13:30:08 2016 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4      <ProjectGuid>{AE897704-461D-4018-8336-2517988BF7AD}</ProjectGuid>
     1.5      <OutputType>Library</OutputType>
     1.6      <AppDesignerFolder>Properties</AppDesignerFolder>
     1.7 -    <RootNamespace>SharpLibUtils</RootNamespace>
     1.8 +    <RootNamespace>SharpLib.Utils</RootNamespace>
     1.9      <AssemblyName>SharpLibUtils</AssemblyName>
    1.10      <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    1.11      <FileAlignment>512</FileAlignment>
    1.12 @@ -32,6 +32,7 @@
    1.13    <ItemGroup>
    1.14      <Reference Include="System" />
    1.15      <Reference Include="System.Core" />
    1.16 +    <Reference Include="System.Runtime.Serialization" />
    1.17      <Reference Include="System.Xml.Linq" />
    1.18      <Reference Include="System.Data.DataSetExtensions" />
    1.19      <Reference Include="Microsoft.CSharp" />
    1.20 @@ -42,6 +43,7 @@
    1.21    <ItemGroup>
    1.22      <Compile Include="Properties\AssemblyInfo.cs" />
    1.23      <Compile Include="Reflection.cs" />
    1.24 +    <Compile Include="TypeConverterJson.cs" />
    1.25    </ItemGroup>
    1.26    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.27    <!-- To modify your build process, add your task inside one of the targets below and uncomment it.