| | |
| | | <WarningLevel>4</WarningLevel> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="log4net4"> |
| | | <HintPath>..\ExportMap\DLL\log4net4.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Microsoft.CSharp" /> |
| | | <Reference Include="Mono.Security"> |
| | | <HintPath>..\ExportMap\DLL\Mono.Security.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Npgsql"> |
| | | <HintPath>..\ExportMap\DLL\Npgsql.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System.Net.Http" /> |
| | | <Reference Include="System.Web.DynamicData" /> |
| | | <Reference Include="System.Web.Entity" /> |
| | |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="App_Start\WebApiConfig.cs" /> |
| | | <Compile Include="cs\ExportUtil.cs" /> |
| | | <Compile Include="cs\LogOut.cs" /> |
| | | <Compile Include="cs\PostgreHelper.cs" /> |
| | | <Compile Include="Global.asax.cs"> |
| | | <DependentUpon>Global.asax</DependentUpon> |
| | | </Compile> |
| | | <Compile Include="Models\ExportArgs.cs" /> |
| | | <Compile Include="Models\ResponseMsg.cs" /> |
| | | <Compile Include="Models\SysTask.cs" /> |
| | | <Compile Include="Models\XYZArgs.cs" /> |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <Compile Include="Tools.cs" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Content Include="packages.config" /> |
| | |
| | | <ItemGroup> |
| | | <Folder Include="App_Data\" /> |
| | | <Folder Include="Controllers\" /> |
| | | <Folder Include="Models\" /> |
| | | </ItemGroup> |
| | | <PropertyGroup> |
| | | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |