1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
- <ProjectGuid >{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}</ProjectGuid >
7
- <OutputType >Exe</OutputType >
8
- <RootNamespace >csgoautoaccept </RootNamespace >
9
- <AssemblyName >csgo -autoaccept</AssemblyName >
10
- <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
11
- <TargetFrameworkProfile />
12
- <ReleaseVersion >1.0 </ReleaseVersion >
13
- <SynchReleaseVersion >false</SynchReleaseVersion >
14
- <ApplicationIcon >icon.ico</ApplicationIcon >
15
- <Description >A script to automatically accept csgo matches that works by image scanning. </Description >
16
- </PropertyGroup >
17
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18
- <DebugSymbols >true</DebugSymbols >
19
- <DebugType >full</DebugType >
20
- <Optimize >false</Optimize >
21
- <OutputPath >bin\Debug</OutputPath >
22
- <DefineConstants >DEBUG;</DefineConstants >
23
- <ErrorReport >prompt</ErrorReport >
24
- <WarningLevel >4</WarningLevel >
25
- <ExternalConsole >true</ExternalConsole >
26
- <PlatformTarget >x86</PlatformTarget >
27
- </PropertyGroup >
28
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
29
- <Optimize >true</Optimize >
30
- <OutputPath >bin\Release</OutputPath >
31
- <ErrorReport >prompt</ErrorReport >
32
- <WarningLevel >4</WarningLevel >
33
- <ExternalConsole >true</ExternalConsole >
34
- <PlatformTarget >x86</PlatformTarget >
35
- </PropertyGroup >
36
- <ItemGroup >
37
- <Reference Include =" System" />
38
- <Reference Include =" mscorlib" />
39
- <Reference Include =" System.Drawing" />
40
- <Reference Include =" System.Windows.Forms" />
41
- <Reference Include =" WindowsBase" />
42
- </ItemGroup >
43
- <ItemGroup >
44
- <Compile Include =" Program.cs" />
45
- <Compile Include =" Properties\AssemblyInfo.cs" />
46
- </ItemGroup >
47
- <ItemGroup >
48
- <None Include =" app.config" />
49
- </ItemGroup >
50
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProjectGuid >{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}</ProjectGuid >
7
+ <OutputType >Exe</OutputType >
8
+ <RootNamespace >cs2autoaccept </RootNamespace >
9
+ <AssemblyName >cs2 -autoaccept</AssemblyName >
10
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
11
+ <TargetFrameworkProfile />
12
+ <ReleaseVersion >1.2 </ReleaseVersion >
13
+ <SynchReleaseVersion >false</SynchReleaseVersion >
14
+ <ApplicationIcon >icon.ico</ApplicationIcon >
15
+ <Description >Automatically accept Counter-Strike 2 matches on Windows using image scanning</Description >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug</OutputPath >
22
+ <DefineConstants >DEBUG;</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ <ExternalConsole >true</ExternalConsole >
26
+ <PlatformTarget >x86</PlatformTarget >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release</OutputPath >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ <ExternalConsole >true</ExternalConsole >
34
+ <PlatformTarget >x86</PlatformTarget >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" System" />
38
+ <Reference Include =" mscorlib" />
39
+ <Reference Include =" System.Drawing" />
40
+ <Reference Include =" System.Windows.Forms" />
41
+ <Reference Include =" WindowsBase" />
42
+ </ItemGroup >
43
+ <ItemGroup >
44
+ <Compile Include =" Program.cs" />
45
+ <Compile Include =" Properties\AssemblyInfo.cs" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <None Include =" app.config" />
49
+ </ItemGroup >
50
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
51
51
</Project >
0 commit comments