Skip to content

Commit

Permalink
+preparing for version 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bahstrike committed Dec 26, 2022
1 parent e7c3262 commit 22bbc5f
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 1,746 deletions.
4 changes: 2 additions & 2 deletions ACACommon/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
4 changes: 2 additions & 2 deletions ACAVCServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
6 changes: 0 additions & 6 deletions ACAudio.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACAudio", "ACAudio\ACAudio.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACACommon", "ACACommon\ACACommon.csproj", "{47B5DE5E-7019-484D-B107-E99BB7D5C8BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCStressTest", "VCStressTest\VCStressTest.csproj", "{83B07330-8CED-43DD-A75E-3B4F52608CE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACAVCServer", "ACAVCServer\ACAVCServer.csproj", "{3A47B37F-C57B-4560-BC17-1BC2FA995388}"
EndProject
Global
Expand All @@ -25,10 +23,6 @@ Global
{47B5DE5E-7019-484D-B107-E99BB7D5C8BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47B5DE5E-7019-484D-B107-E99BB7D5C8BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47B5DE5E-7019-484D-B107-E99BB7D5C8BE}.Release|Any CPU.Build.0 = Release|Any CPU
{83B07330-8CED-43DD-A75E-3B4F52608CE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B07330-8CED-43DD-A75E-3B4F52608CE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B07330-8CED-43DD-A75E-3B4F52608CE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B07330-8CED-43DD-A75E-3B4F52608CE0}.Release|Any CPU.Build.0 = Release|Any CPU
{3A47B37F-C57B-4560-BC17-1BC2FA995388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A47B37F-C57B-4560-BC17-1BC2FA995388}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A47B37F-C57B-4560-BC17-1BC2FA995388}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions ACAudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
Binary file modified DEPLOY_ACAUDIO/ACACommon.dll
Binary file not shown.
Binary file modified DEPLOY_ACAUDIO/ACAudio.dll
Binary file not shown.
Binary file modified DEPLOY_ACAVCSERVER/ACACommon.dll
Binary file not shown.
Binary file modified DEPLOY_ACAVCSERVER/ACAVCServer.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Install_ACAVCServer.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Define your application name
!define APPNAME "ACAVCServer"
!define SOFTWARECOMPANY "Bad Ass Hackers"
!define VERSION "1.0.0.0"
!define VERSION "2.0.0.0"
!define APPGUID "{3a47b37f-c57b-4560-bc17-1bc2fa995388}"

!define ASSEMBLY "ACAVCServer.dll"
Expand Down
2 changes: 1 addition & 1 deletion Install_ACAudio.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Define your application name
!define APPNAME "ACAudio"
!define SOFTWARECOMPANY "Bad Ass Hackers"
!define VERSION "1.0.0.0"
!define VERSION "2.0.0.0"
!define APPGUID "{dccf58a6-a37a-4fea-adcc-488ce2d51883}"

!define ASSEMBLY "ACAudio.dll"
Expand Down
70 changes: 0 additions & 70 deletions VCStressTest/Form1.Designer.cs

This file was deleted.

107 changes: 0 additions & 107 deletions VCStressTest/Form1.cs

This file was deleted.

123 changes: 0 additions & 123 deletions VCStressTest/Form1.resx

This file was deleted.

20 changes: 0 additions & 20 deletions VCStressTest/Program.cs

This file was deleted.

Loading

0 comments on commit 22bbc5f

Please sign in to comment.