about summary refs log tree commit diff
path: root/chess_monitor/Chess Monitor/Chess Monitor.csproj
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commitbd43779933a9e61b580811d1e1bfb5fff16b5702 (patch)
tree39a3518b1551b3efe0e889af04a85b6a5a06d673 /chess_monitor/Chess Monitor/Chess Monitor.csproj
parent2 vers of invoice total (diff)
downloadsql-bd43779933a9e61b580811d1e1bfb5fff16b5702.tar
sql-bd43779933a9e61b580811d1e1bfb5fff16b5702.tar.gz
sql-bd43779933a9e61b580811d1e1bfb5fff16b5702.tar.bz2
sql-bd43779933a9e61b580811d1e1bfb5fff16b5702.tar.xz
sql-bd43779933a9e61b580811d1e1bfb5fff16b5702.zip
chess monitor
Diffstat (limited to 'chess_monitor/Chess Monitor/Chess Monitor.csproj')
-rw-r--r--chess_monitor/Chess Monitor/Chess Monitor.csproj83
1 files changed, 83 insertions, 0 deletions
diff --git a/chess_monitor/Chess Monitor/Chess Monitor.csproj b/chess_monitor/Chess Monitor/Chess Monitor.csproj
new file mode 100644
index 0000000..66fece2
--- /dev/null
+++ b/chess_monitor/Chess Monitor/Chess Monitor.csproj
@@ -0,0 +1,83 @@
+<?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>{10A5B8D8-0C11-4C0A-892F-ED058046558F}</ProjectGuid>

+    <OutputType>WinExe</OutputType>

+    <RootNamespace>Chess_Monitor</RootNamespace>

+    <AssemblyName>Chess Monitor</AssemblyName>

+    <TargetFrameworkVersion>v4.7.2</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.Deployment" />

+    <Reference Include="System.Drawing" />

+    <Reference Include="System.Net.Http" />

+    <Reference Include="System.Windows.Forms" />

+    <Reference Include="System.Xml" />

+  </ItemGroup>

+  <ItemGroup>

+    <Compile Include="mainForm.cs">

+      <SubType>Form</SubType>

+    </Compile>

+    <Compile Include="mainForm.Designer.cs">

+      <DependentUpon>mainForm.cs</DependentUpon>

+    </Compile>

+    <Compile Include="Program.cs" />

+    <Compile Include="Properties\AssemblyInfo.cs" />

+    <EmbeddedResource Include="mainForm.resx">

+      <DependentUpon>mainForm.cs</DependentUpon>

+    </EmbeddedResource>

+    <EmbeddedResource Include="Properties\Resources.resx">

+      <Generator>ResXFileCodeGenerator</Generator>

+      <LastGenOutput>Resources.Designer.cs</LastGenOutput>

+      <SubType>Designer</SubType>

+    </EmbeddedResource>

+    <Compile Include="Properties\Resources.Designer.cs">

+      <AutoGen>True</AutoGen>

+      <DependentUpon>Resources.resx</DependentUpon>

+    </Compile>

+    <None Include="Properties\Settings.settings">

+      <Generator>SettingsSingleFileGenerator</Generator>

+      <LastGenOutput>Settings.Designer.cs</LastGenOutput>

+    </None>

+    <Compile Include="Properties\Settings.Designer.cs">

+      <AutoGen>True</AutoGen>

+      <DependentUpon>Settings.settings</DependentUpon>

+      <DesignTimeSharedInput>True</DesignTimeSharedInput>

+    </Compile>

+  </ItemGroup>

+  <ItemGroup>

+    <None Include="App.config" />

+  </ItemGroup>

+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

+</Project>
\ No newline at end of file