102 lines
4.4 KiB
XML
102 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{559ED0E9-DAB8-4E33-8194-465975DC898A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<NoStandardLibraries>false</NoStandardLibraries>
|
|
<AssemblyName>Big.Lito.Data</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace>Big.Lito.Data</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>BL.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Management.Instrumentation" />
|
|
<Reference Include="System.Messaging" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BusinessService\FToBIniGenService.cs" />
|
|
<Compile Include="BusinessService\ISystemSettingsService.cs" />
|
|
<Compile Include="BusinessService\SystemSettingsService.cs" />
|
|
<Compile Include="BusinessService\IFToBIniGenService.cs" />
|
|
<Compile Include="BusinessService\IProcessLevelsService.cs" />
|
|
<Compile Include="BusinessService\IProgressService.cs" />
|
|
<Compile Include="BusinessService\IHeightmapService.cs" />
|
|
<Compile Include="BusinessService\IProjectService.cs" />
|
|
<Compile Include="BusinessService\ProcessLevelsService.cs" />
|
|
<Compile Include="BusinessService\ProgressService.cs" />
|
|
<Compile Include="BusinessService\HeightmapService.cs" />
|
|
<Compile Include="BusinessService\ProjectService.cs" />
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="DataAccess\ConnectionSQL.cs" />
|
|
<Compile Include="DataAccess\SystemSettingsSQL.cs" />
|
|
<Compile Include="DataAccess\IFToBIniGenSQL.cs" />
|
|
<Compile Include="DataAccess\ISystemSettingsSQL.cs" />
|
|
<Compile Include="DataAccess\IProcessLevelsSQL.cs" />
|
|
<Compile Include="DataAccess\IProgressSQL.cs" />
|
|
<Compile Include="DataAccess\IHeightmapSQL.cs" />
|
|
<Compile Include="DataAccess\IProjectSQL.cs" />
|
|
<Compile Include="DataAccess\FToBIniGenSQL.cs" />
|
|
<Compile Include="DataAccess\ProcessLevelsSQL.cs" />
|
|
<Compile Include="DataAccess\ProgressSQL.cs" />
|
|
<Compile Include="DataAccess\HeightmapSQL.cs" />
|
|
<Compile Include="DataAccess\ProjectSQL.cs" />
|
|
<Compile Include="DataAccess\SqlConnection.cs" />
|
|
<Compile Include="DataModel\FToBIniGenModel.cs" />
|
|
<Compile Include="DataModel\SystemSettingsModel.cs" />
|
|
<Compile Include="DataModel\ProcessLevelsModel.cs" />
|
|
<Compile Include="DataModel\HeightmapModel.cs" />
|
|
<Compile Include="DataModel\ProgressModel.cs" />
|
|
<Compile Include="DataModel\ProjectModel.cs" />
|
|
<Compile Include="Enums\Fov.cs" />
|
|
<Compile Include="Enums\Resolution.cs" />
|
|
<Compile Include="Sql\Scripts.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="BL.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
|
|
<ProjectExtensions>
|
|
<VisualStudio AllowExistingFolder="true" />
|
|
</ProjectExtensions>
|
|
</Project> |