comparison MonoPlay/MonoPlay.csproj @ 183:4f82e0f161c3 ref20160224

fixed DFA optimization, JSON is fully functional
author cin
date Fri, 25 Mar 2016 02:49:02 +0300
parents ec91a6dfa5b3
children
comparison
equal deleted inserted replaced
182:76e8f2ba12b8 183:4f82e0f161c3
30 <WarningLevel>4</WarningLevel> 30 <WarningLevel>4</WarningLevel>
31 <ConsolePause>false</ConsolePause> 31 <ConsolePause>false</ConsolePause>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
34 <Reference Include="System" /> 34 <Reference Include="System" />
35 <Reference Include="System.Text.Json">
36 <HintPath>..\packages\System.Text.Json.2.0.0.11\lib\net40\System.Text.Json.dll</HintPath>
37 </Reference>
35 </ItemGroup> 38 </ItemGroup>
36 <ItemGroup> 39 <ItemGroup>
37 <Compile Include="Program.cs" /> 40 <Compile Include="Program.cs" />
38 <Compile Include="Properties\AssemblyInfo.cs" /> 41 <Compile Include="Properties\AssemblyInfo.cs" />
39 </ItemGroup> 42 </ItemGroup>
42 <ProjectReference Include="..\Implab\Implab.csproj"> 45 <ProjectReference Include="..\Implab\Implab.csproj">
43 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> 46 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
44 <Name>Implab</Name> 47 <Name>Implab</Name>
45 </ProjectReference> 48 </ProjectReference>
46 </ItemGroup> 49 </ItemGroup>
50 <ItemGroup>
51 <None Include="packages.config" />
52 </ItemGroup>
47 </Project> 53 </Project>