aboutsummaryrefslogtreecommitdiff
path: root/Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj
diff options
context:
space:
mode:
authorSyndamia <kami02882@gmail.com>2019-04-16 16:23:03 +0300
committerSyndamia <kami02882@gmail.com>2019-04-16 16:23:03 +0300
commitc36dd556603ce6905066710497cd6d85488a3f0b (patch)
treea9755e840056b69c4b2220ebe35fda6f62756406 /Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj
parent7f2aed65f77ab7477f53a5844ad031c6d603df8a (diff)
downloadShower-c36dd556603ce6905066710497cd6d85488a3f0b.tar
Shower-c36dd556603ce6905066710497cd6d85488a3f0b.tar.gz
Shower-c36dd556603ce6905066710497cd6d85488a3f0b.zip
Added the personal project Chopsticks with it's original logs
Diffstat (limited to 'Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj')
-rw-r--r--Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj53
1 files changed, 53 insertions, 0 deletions
diff --git a/Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj b/Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj
new file mode 100644
index 0000000..cb72676
--- /dev/null
+++ b/Chopsticks/cSharpVersion/FingerGameCSharp/FingerGameCSharp.csproj
@@ -0,0 +1,53 @@
+<?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>{BC7A1A20-429C-45B9-A0BF-4FDC22CED6F1}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <RootNamespace>FingerGameCSharp</RootNamespace>
+ <AssemblyName>FingerGameCSharp</AssemblyName>
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+ <Deterministic>true</Deterministic>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <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' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <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.Core" />
+ <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="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="App.config" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project> \ No newline at end of file