Skip to content

Commit 85ed2ba

Browse files
committed
Rename visual studio project files
1 parent 7ca4910 commit 85ed2ba

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
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" />
5151
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csgo-autoaccept", "csgo-autoaccept.csproj", "{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}"
5-
EndProject
6-
Global
7-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8-
Debug|x86 = Debug|x86
9-
Release|x86 = Release|x86
10-
EndGlobalSection
11-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Debug|x86.ActiveCfg = Debug|x86
13-
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Debug|x86.Build.0 = Debug|x86
14-
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Release|x86.ActiveCfg = Release|x86
15-
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Release|x86.Build.0 = Release|x86
16-
EndGlobalSection
17-
GlobalSection(MonoDevelopProperties) = preSolution
18-
version = 1.0
19-
description = A script to automatically accept csgo matches that works by image scanning.
20-
EndGlobalSection
21-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cs2-autoaccept", "cs2-autoaccept.csproj", "{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|x86 = Debug|x86
9+
Release|x86 = Release|x86
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Debug|x86.ActiveCfg = Debug|x86
13+
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Debug|x86.Build.0 = Debug|x86
14+
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Release|x86.ActiveCfg = Release|x86
15+
{2F7C995A-DA88-4B2D-9D4A-629C4E1E4198}.Release|x86.Build.0 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(MonoDevelopProperties) = preSolution
18+
version = 1.2
19+
description = Automatically accept Counter-Strike 2 matches on Windows using image scanning
20+
EndGlobalSection
21+
EndGlobal

0 commit comments

Comments
 (0)