|
9 | 9 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
10 | 10 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
11 | 11 | <SchemaVersion>2.0</SchemaVersion> |
12 | | - <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids> |
13 | | - <ProjectGuid>{0C891C7E-FCA1-4318-A1EE-EF06F0767419}</ProjectGuid> |
| 12 | + <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 13 | + <ProjectGuid>{6BAC4057-7239-485E-A04B-02E687A83BAA}</ProjectGuid> |
14 | 14 | <OutputType>Library</OutputType> |
| 15 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
15 | 16 | <RootNamespace>CodeCracker</RootNamespace> |
16 | 17 | <AssemblyName>CodeCracker.VisualBasic</AssemblyName> |
17 | 18 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
28 | 29 | <DebugType>full</DebugType> |
29 | 30 | <Optimize>false</Optimize> |
30 | 31 | <OutputPath>bin\Debug\</OutputPath> |
31 | | - <DefineDebug>true</DefineDebug> |
32 | | - <DefineTrace>true</DefineTrace> |
| 32 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
33 | 33 | <ErrorReport>prompt</ErrorReport> |
34 | | - <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> |
| 34 | + <WarningLevel>4</WarningLevel> |
35 | 35 | </PropertyGroup> |
36 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
37 | 37 | <DebugType>pdbonly</DebugType> |
38 | 38 | <Optimize>true</Optimize> |
39 | 39 | <OutputPath>bin\Release\</OutputPath> |
40 | | - <DefineDebug>false</DefineDebug> |
41 | | - <DefineTrace>true</DefineTrace> |
| 40 | + <DefineConstants>TRACE</DefineConstants> |
42 | 41 | <ErrorReport>prompt</ErrorReport> |
43 | | - <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> |
44 | | - </PropertyGroup> |
45 | | - <PropertyGroup> |
46 | | - <OptionExplicit>On</OptionExplicit> |
47 | | - </PropertyGroup> |
48 | | - <PropertyGroup> |
49 | | - <OptionCompare>Binary</OptionCompare> |
50 | | - </PropertyGroup> |
51 | | - <PropertyGroup> |
52 | | - <OptionStrict>Off</OptionStrict> |
53 | | - </PropertyGroup> |
54 | | - <PropertyGroup> |
55 | | - <OptionInfer>On</OptionInfer> |
| 42 | + <WarningLevel>4</WarningLevel> |
56 | 43 | </PropertyGroup> |
57 | 44 | <PropertyGroup> |
58 | 45 | <StartAction>Program</StartAction> |
|
65 | 52 | <SubType>Designer</SubType> |
66 | 53 | </None> |
67 | 54 | </ItemGroup> |
68 | | - <ItemGroup> |
69 | | - <Folder Include="My Project\" /> |
70 | | - </ItemGroup> |
71 | 55 | <ItemGroup> |
72 | 56 | <Content Include="ccexample.png"> |
73 | 57 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
90 | 74 | </ItemGroup> |
91 | 75 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
92 | 76 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
93 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 77 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
94 | 78 | Other similar extension points exist, see Microsoft.Common.targets. |
95 | 79 | <Target Name="BeforeBuild"> |
96 | 80 | </Target> |
|
0 commit comments