|
9 | 9 | <LangVersion>9.0</LangVersion> |
10 | 10 | <PackageId>Codecepticon</PackageId> |
11 | 11 | <Title>Codecepticon</Title> |
12 | | - <Version>1.2.2</Version> |
| 12 | + <Version>1.2.3</Version> |
13 | 13 | <Authors>Pavel Tsakalidis</Authors> |
14 | | - <Company>Accenture Security</Company> |
| 14 | + <Company></Company> |
15 | 15 | <Product>Codecepticon</Product> |
16 | 16 | <Description>Offensive Security Code Obfuscator</Description> |
17 | | - <PackageProjectUrl>https://github.com/Accenture/Codecepticon</PackageProjectUrl> |
| 17 | + <PackageProjectUrl>https://github.com/sadreck/Codecepticon</PackageProjectUrl> |
18 | 18 | <AssemblyVersion></AssemblyVersion> |
19 | 19 | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
20 | 20 | </PropertyGroup> |
21 | 21 |
|
22 | 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
23 | | - <DebugType>full</DebugType> |
| 23 | + <DebugType>none</DebugType> |
24 | 24 | </PropertyGroup> |
25 | 25 |
|
26 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
27 | | - <DebugType>full</DebugType> |
| 27 | + <DebugType>none</DebugType> |
28 | 28 | </PropertyGroup> |
29 | 29 |
|
30 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
31 | | - <DebugType>full</DebugType> |
| 31 | + <DebugType>none</DebugType> |
32 | 32 | </PropertyGroup> |
33 | 33 |
|
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
35 | | - <DebugType>full</DebugType> |
| 35 | + <DebugType>none</DebugType> |
36 | 36 | </PropertyGroup> |
37 | 37 |
|
38 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
39 | | - <DebugType>full</DebugType> |
| 39 | + <DebugType>none</DebugType> |
40 | 40 | </PropertyGroup> |
41 | 41 |
|
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
43 | | - <DebugType>full</DebugType> |
| 43 | + <DebugType>none</DebugType> |
44 | 44 | </PropertyGroup> |
45 | 45 |
|
46 | 46 | <ItemGroup> |
|
0 commit comments