This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
CC-Clicker/CC-Clicker 2.0/CC-Clicker 2.0.csproj

109 lines
4.3 KiB
XML
Raw Normal View History

2018-07-07 15:03:45 +02:00
<?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>
2019-04-23 15:14:09 +02:00
<ProjectGuid>{61B4565A-608D-4107-8656-3B24F5C61997}</ProjectGuid>
2018-07-07 15:03:45 +02:00
<OutputType>WinExe</OutputType>
2019-04-23 15:14:09 +02:00
<RootNamespace>CC_Clicker_2._0</RootNamespace>
<AssemblyName>CC-Clicker 2.0</AssemblyName>
2019-11-10 00:28:55 +01:00
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
2018-07-07 15:03:45 +02:00
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2019-04-23 15:14:09 +02:00
<Deterministic>true</Deterministic>
2019-11-10 00:28:55 +01:00
<TargetFrameworkProfile />
2018-07-07 15:03:45 +02:00
</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>
2019-04-23 15:14:09 +02:00
<PropertyGroup>
<ApplicationIcon>C_64.ico</ApplicationIcon>
</PropertyGroup>
2018-07-07 15:03:45 +02:00
<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>
2019-11-10 00:28:55 +01:00
<Compile Include="MainForm.cs">
2018-07-07 15:03:45 +02:00
<SubType>Form</SubType>
</Compile>
2019-11-10 00:28:55 +01:00
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="LocForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LocForm.Designer.cs">
<DependentUpon>LocForm.cs</DependentUpon>
</Compile>
<Compile Include="OvPForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OvPForm.Designer.cs">
<DependentUpon>OvPForm.cs</DependentUpon>
2018-07-07 15:03:45 +02:00
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2019-11-10 00:28:55 +01:00
<EmbeddedResource Include="LocForm.resx">
<DependentUpon>LocForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OvPForm.resx">
<DependentUpon>OvPForm.cs</DependentUpon>
2018-07-07 15:03:45 +02:00
</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>
2019-11-10 00:28:55 +01:00
<DesignTime>True</DesignTime>
2018-07-07 15:03:45 +02:00
</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>
2019-04-23 15:14:09 +02:00
<ItemGroup>
<Content Include="C_64.ico" />
</ItemGroup>
2018-07-07 15:03:45 +02:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>