Skip to content

Commit

Permalink
Обновил версию файла csproj, изменил целевые платформы
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Mar 13, 2019
1 parent bf72241 commit accc6bb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 124 deletions.
20 changes: 13 additions & 7 deletions CashCode.Net/CashCode.Net.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CashCode.Net", "CashCode.Net\CashCode.Net.csproj", "{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CashCode.Test", "CashCode.Test\CashCode.Test.csproj", "{0E1BE289-6D28-41C6-AAD6-271B19DCA9C6}"
Expand All @@ -20,11 +22,12 @@ Global
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Debug|x86.ActiveCfg = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Any CPU.Build.0 = Release|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|x86.ActiveCfg = Release|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Any CPU.Build.0 = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|x86.ActiveCfg = Debug|Any CPU
{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}.Release|x86.Build.0 = Debug|Any CPU
{0E1BE289-6D28-41C6-AAD6-271B19DCA9C6}.Debug|Any CPU.ActiveCfg = Debug|x86
{0E1BE289-6D28-41C6-AAD6-271B19DCA9C6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0E1BE289-6D28-41C6-AAD6-271B19DCA9C6}.Debug|Mixed Platforms.Build.0 = Debug|x86
Expand All @@ -39,4 +42,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8B23E08-EBCD-4D2E-B6F3-53713C3D330D}
EndGlobalSection
EndGlobal
88 changes: 7 additions & 81 deletions CashCode.Net/CashCode.Net/CashCode.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,88 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{71B8BA4F-9AE3-4EC9-8196-79E0A2A4834B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CashCode.Net</RootNamespace>
<AssemblyName>CashCode.Net</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworks>net4;net45</TargetFrameworks>
<Description>Библиотека работы с купюроприемником Bill Validator with Stacker</Description>
<Authors>Strukachev D., Tikhonov K.</Authors>
<Copyright>Copyright © Strukachev D. 2010</Copyright>
</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>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CashCodeBillValidator.cs" />
<Compile Include="CashCodeErroList.cs" />
<Compile Include="Package.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<None Include="Docs\Interface - CCNET.doc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resource.ru.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.ru.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
36 changes: 0 additions & 36 deletions CashCode.Net/CashCode.Net/Properties/AssemblyInfo.cs

This file was deleted.

Empty file.

0 comments on commit accc6bb

Please sign in to comment.