|
|
@ -13,13 +13,16 @@ |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<RootNamespace>ButcherTraceBack</RootNamespace> |
|
|
<RootNamespace>ButcherTraceBack</RootNamespace> |
|
|
<AssemblyName>ButcherTraceBack</AssemblyName> |
|
|
<AssemblyName>ButcherTraceBack</AssemblyName> |
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
|
|
<MvcBuildViews>false</MvcBuildViews> |
|
|
<MvcBuildViews>false</MvcBuildViews> |
|
|
<UseIISExpress>true</UseIISExpress> |
|
|
<UseIISExpress>true</UseIISExpress> |
|
|
<IISExpressSSLPort /> |
|
|
<IISExpressSSLPort /> |
|
|
<IISExpressAnonymousAuthentication /> |
|
|
<IISExpressAnonymousAuthentication /> |
|
|
<IISExpressWindowsAuthentication /> |
|
|
<IISExpressWindowsAuthentication /> |
|
|
<IISExpressUseClassicPipelineMode /> |
|
|
<IISExpressUseClassicPipelineMode /> |
|
|
|
|
|
<Use64BitIISExpress /> |
|
|
|
|
|
<UseGlobalApplicationHostFile /> |
|
|
|
|
|
<TargetFrameworkProfile /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -29,6 +32,7 @@ |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
@ -37,6 +41,7 @@ |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
<Reference Include="Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
@ -45,10 +50,14 @@ |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Data" /> |
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
|
|
<Reference Include="System.Web.ApplicationServices" /> |
|
|
|
|
|
<Reference Include="System.Web.DynamicData" /> |
|
|
|
|
|
<Reference Include="System.Web.Entity" /> |
|
|
|
|
|
<Reference Include="System.Web.Extensions" /> |
|
|
<Reference Include="System.Web.Optimization"> |
|
|
<Reference Include="System.Web.Optimization"> |
|
|
<HintPath>..\..\web1\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
|
|
<HintPath>..\..\web1\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
|
|
<Reference Include="System.Web" /> |
|
|
<Reference Include="System.Web" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
<Reference Include="System.Configuration" /> |
|
|
<Reference Include="System.Configuration" /> |
|
|
@ -56,10 +65,6 @@ |
|
|
<Private>True</Private> |
|
|
<Private>True</Private> |
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="System.Net.Http"> |
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
<HintPath>..\packages\Microsoft.Net.Http.2.0.30506.0\lib\net40\System.Net.Http.dll</HintPath> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath> |
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
@ -86,6 +91,7 @@ |
|
|
<Private>True</Private> |
|
|
<Private>True</Private> |
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="Controllers\CodeViewController.cs" /> |
|
|
<Compile Include="Controllers\CodeViewController.cs" /> |
|
|
@ -105,15 +111,21 @@ |
|
|
<Compile Include="App_Start\WebApiConfig.cs" /> |
|
|
<Compile Include="App_Start\WebApiConfig.cs" /> |
|
|
<Content Include="css\lrtk.css" /> |
|
|
<Content Include="css\lrtk.css" /> |
|
|
<Content Include="Global.asax" /> |
|
|
<Content Include="Global.asax" /> |
|
|
<Content Include="images\wanfu09.jpg" /> |
|
|
|
|
|
|
|
|
<Content Include="images2\wanfu09.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu01.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu02.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu03.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu04.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu05.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu06.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu07.jpg" /> |
|
|
|
|
|
<Content Include="images2\wanfu08.jpg" /> |
|
|
<Content Include="images\wanfu01.jpg" /> |
|
|
<Content Include="images\wanfu01.jpg" /> |
|
|
<Content Include="images\wanfu02.jpg" /> |
|
|
<Content Include="images\wanfu02.jpg" /> |
|
|
<Content Include="images\wanfu03.jpg" /> |
|
|
<Content Include="images\wanfu03.jpg" /> |
|
|
<Content Include="images\wanfu04.jpg" /> |
|
|
<Content Include="images\wanfu04.jpg" /> |
|
|
<Content Include="images\wanfu05.jpg" /> |
|
|
<Content Include="images\wanfu05.jpg" /> |
|
|
<Content Include="images\wanfu06.jpg" /> |
|
|
<Content Include="images\wanfu06.jpg" /> |
|
|
<Content Include="images\wanfu07.jpg" /> |
|
|
|
|
|
<Content Include="images\wanfu08.jpg" /> |
|
|
|
|
|
<Content Include="js\jflex.js" /> |
|
|
<Content Include="js\jflex.js" /> |
|
|
<Content Include="js\jquery-3.2.0.js" /> |
|
|
<Content Include="js\jquery-3.2.0.js" /> |
|
|
<Content Include="Web.config" /> |
|
|
<Content Include="Web.config" /> |
|
|
@ -129,6 +141,8 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Properties\PublishProfiles\ButcherTraceBack.pubxml" /> |
|
|
<None Include="Properties\PublishProfiles\ButcherTraceBack.pubxml" /> |
|
|
<Content Include="Views\CodeView\Index - s.cshtml" /> |
|
|
<Content Include="Views\CodeView\Index - s.cshtml" /> |
|
|
|
|
|
<Content Include="Views\FreshView\Index - back.cshtml" /> |
|
|
|
|
|
<Content Include="Views\CodeView\Index - back.cshtml" /> |
|
|
<Content Include="Views\FreshView\Index.cshtml" /> |
|
|
<Content Include="Views\FreshView\Index.cshtml" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|