102 lines
4.5 KiB
XML
102 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F6791439-4B65-4221-8E11-C93699E728C8}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Data</RootNamespace>
|
|
<AssemblyName>Data</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BusinessService\IColorProfileService.cs" />
|
|
<Compile Include="BusinessService\ILayerService.cs" />
|
|
<Compile Include="BusinessService\IProjectService.cs" />
|
|
<Compile Include="BusinessService\ColorProfileService.cs" />
|
|
<Compile Include="BusinessService\LayerService.cs" />
|
|
<Compile Include="BusinessService\ProjectService.cs" />
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="DataAccess\ConnectionSQL.cs" />
|
|
<Compile Include="DataAccess\IColorProfileSQL.cs" />
|
|
<Compile Include="DataAccess\ILayerSQL.cs" />
|
|
<Compile Include="DataAccess\IProjectSQL.cs" />
|
|
<Compile Include="DataAccess\ColorProfileSQL.cs" />
|
|
<Compile Include="DataAccess\LayerSQL.cs" />
|
|
<Compile Include="DataAccess\ProjectSQL.cs" />
|
|
<Compile Include="DataModel\ColorProfileModel.cs" />
|
|
<Compile Include="DataModel\LayerModel.cs" />
|
|
<Compile Include="DataModel\ProjectModel.cs" />
|
|
<Compile Include="Enums\ProjectTypes.cs" />
|
|
<Compile Include="ProjectSettingsDataSet.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>ProjectSettingsDataSet.xsd</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Sql\Scripts.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="JMicron\JMCR_DIR\DIFxAPI.dll" />
|
|
<Content Include="JMicron\JMCR_DIR\jmcr_to.inf" />
|
|
<Content Include="JMicron\JMCR_DIR\setup.dll" />
|
|
<Content Include="JMicron\JMCR_DIR\setup.exe" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="JMicron\JMCR_DIR\jmcr.cat" />
|
|
<None Include="JMicron\JMCR_DIR\setup.ini" />
|
|
<None Include="ProjectSettingsDataSet.xsc">
|
|
<DependentUpon>ProjectSettingsDataSet.xsd</DependentUpon>
|
|
</None>
|
|
<None Include="ProjectSettingsDataSet.xsd">
|
|
<Generator>MSDataSetGenerator</Generator>
|
|
<LastGenOutput>ProjectSettingsDataSet.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="ProjectSettingsDataSet.xss">
|
|
<DependentUpon>ProjectSettingsDataSet.xsd</DependentUpon>
|
|
</None>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |