Description:
Fix project settings.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r353:0a4578ea88be -

@@ -36,7 +36,7
36 <ItemGroup>
36 <ItemGroup>
37 <Reference Include="System" />
37 <Reference Include="System" />
38 <Reference Include="Newtonsoft.Json">
38 <Reference Include="Newtonsoft.Json">
39 <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
39 <!-- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> -->
40 </Reference>
40 </Reference>
41 <Reference Include="Tracery.Net">
41 <Reference Include="Tracery.Net">
42 <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath>
42 <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath>
@@ -47,7 +47,7
47 <ItemGroup>
47 <ItemGroup>
48 <PackageReference Include="ImGui.NET" Version="1.78.0" />
48 <PackageReference Include="ImGui.NET" Version="1.78.0" />
49 <PackageReference Include="Tracery.Net" Version="1.0.0" />
49 <PackageReference Include="Tracery.Net" Version="1.0.0" />
50 <PackageReference Include="YamlDotNet" Version="11.0.0" />
50 <PackageReference Include="YamlDotNet" Version="11.0.1" />
51 <PackageReference Include="JM.LinqFaster" Version="1.1.2" />
51 <PackageReference Include="JM.LinqFaster" Version="1.1.2" />
52 </ItemGroup>
52 </ItemGroup>
53 <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
53 <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
@@ -21,6 +21,7
21 <WarningLevel>4</WarningLevel>
21 <WarningLevel>4</WarningLevel>
22 <LangVersion>8.0</LangVersion>
22 <LangVersion>8.0</LangVersion>
23 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
24 <AutogenerateBindingRedirects>true</AutogenerateBindingRedirects>
24 </PropertyGroup>
25 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|anycpu' ">
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|anycpu' ">
26 <Optimize>true</Optimize>
27 <Optimize>true</Optimize>
@@ -184,8 +185,8
184 <Reference Include="Newtonsoft.Json">
185 <Reference Include="Newtonsoft.Json">
185 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
186 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
186 </Reference>
187 </Reference>
187 <Reference Include="YamlDotNet">
188 <Reference Include="YamlDotNet" Version="11.0.1">
188 <HintPath>..\packages\YamlDotNet.11.1.1\lib\net45\YamlDotNet.dll</HintPath>
189 <HintPath>..\packages\YamlDotNet.11.0.1\lib\net45\YamlDotNet.dll</HintPath>
189 </Reference>
190 </Reference>
190 <Reference Include="Tracery.Net">
191 <Reference Include="Tracery.Net">
191 <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath>
192 <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath>
You need to be logged in to leave comments. Login now