Datei: MakeEnhancerDate/MakeEnhancerDate.csproj

Last Commit (aa458ff)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas. microsoft. com/developer/msbuild/2003" ToolsVersion="4. 0">
3 ··<PropertyGroup>
4 ····<ProjectType>Local</ProjectType>
5 ····<ProductVersion>8.0.50727</ProductVersion>
6 ····<SchemaVersion>2.0</SchemaVersion>
7 ····<ProjectGuid>{330DB362-3A9B-4663-BED6-F94FF9F26D36}</ProjectGuid>
8 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 ····<ApplicationIcon>App.ico</ApplicationIcon>
11 ····<AssemblyKeyContainerName>
12 ····</AssemblyKeyContainerName>
13 ····<AssemblyName>MakeEnhancerDate</AssemblyName>
14 ····<AssemblyOriginatorKeyFile>
15 ····</AssemblyOriginatorKeyFile>
16 ····<DefaultClientScript>JScript</DefaultClientScript>
17 ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 ····<DefaultTargetSchema>IE50</DefaultTargetSchema>
19 ····<DelaySign>false</DelaySign>
20 ····<OutputType>Exe</OutputType>
21 ····<RootNamespace>MakeEnhancerDate</RootNamespace>
22 ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 ····<StartupObject>
24 ····</StartupObject>
25 ····<FileUpgradeFlags>
26 ····</FileUpgradeFlags>
27 ····<UpgradeBackupLocation>
28 ····</UpgradeBackupLocation>
29 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>
30 ····<OldToolsVersion>2.0</OldToolsVersion>
31 ····<TargetFrameworkProfile />
32 ··</PropertyGroup>
33 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34 ····<OutputPath>bin\Debug\</OutputPath>
35 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
36 ····<BaseAddress>285212672</BaseAddress>
37 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
38 ····<ConfigurationOverrideFile>
39 ····</ConfigurationOverrideFile>
40 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
41 ····<DocumentationFile>
42 ····</DocumentationFile>
43 ····<DebugSymbols>true</DebugSymbols>
44 ····<FileAlignment>4096</FileAlignment>
45 ····<NoStdLib>false</NoStdLib>
46 ····<NoWarn>
47 ····</NoWarn>
48 ····<Optimize>false</Optimize>
49 ····<RegisterForComInterop>false</RegisterForComInterop>
50 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
51 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
52 ····<WarningLevel>4</WarningLevel>
53 ····<DebugType>full</DebugType>
54 ····<ErrorReport>prompt</ErrorReport>
55 ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56 ····<Prefer32Bit>false</Prefer32Bit>
57 ··</PropertyGroup>
58 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
59 ····<OutputPath>bin\Release\</OutputPath>
60 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
61 ····<BaseAddress>285212672</BaseAddress>
62 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
63 ····<ConfigurationOverrideFile>
64 ····</ConfigurationOverrideFile>
65 ····<DefineConstants>TRACE</DefineConstants>
66 ····<DocumentationFile>
67 ····</DocumentationFile>
68 ····<DebugSymbols>false</DebugSymbols>
69 ····<FileAlignment>4096</FileAlignment>
70 ····<NoStdLib>false</NoStdLib>
71 ····<NoWarn>
72 ····</NoWarn>
73 ····<Optimize>true</Optimize>
74 ····<RegisterForComInterop>false</RegisterForComInterop>
75 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
76 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
77 ····<WarningLevel>4</WarningLevel>
78 ····<DebugType>none</DebugType>
79 ····<ErrorReport>prompt</ErrorReport>
80 ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81 ····<Prefer32Bit>false</Prefer32Bit>
82 ··</PropertyGroup>
83 ··<ItemGroup>
84 ····<Reference Include="System">
85 ······<Name>System</Name>
86 ····</Reference>
87 ····<Reference Include="System.Data">
88 ······<Name>System.Data</Name>
89 ····</Reference>
90 ····<Reference Include="System.Web" />
91 ····<Reference Include="System.XML">
92 ······<Name>System.XML</Name>
93 ····</Reference>
94 ··</ItemGroup>
95 ··<ItemGroup>
96 ····<Content Include="App.ico" />
97 ····<Compile Include="AssemblyInfo.cs">
98 ······<SubType>Code</SubType>
99 ····</Compile>
100 ····<Compile Include="Class1.cs">
101 ······<SubType>Code</SubType>
102 ····</Compile>
103 ····<Compile Include="ConsoleProcess.cs" />
104 ··</ItemGroup>
105 ··<ItemGroup>
106 ····<None Include="app.config" />
107 ··</ItemGroup>
108 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
109 ··<PropertyGroup>
110 ····<PreBuildEvent>
111 ····</PreBuildEvent>
112 ····<PostBuildEvent>
113 ····</PostBuildEvent>
114 ··</PropertyGroup>
115 </Project>
New Commit (4962638)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas. microsoft. com/developer/msbuild/2003" ToolsVersion="12. 0">
3 ··<PropertyGroup>
4 ····<ProjectType>Local</ProjectType>
5 ····<ProductVersion>8.0.50727</ProductVersion>
6 ····<SchemaVersion>2.0</SchemaVersion>
7 ····<ProjectGuid>{330DB362-3A9B-4663-BED6-F94FF9F26D36}</ProjectGuid>
8 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 ····<ApplicationIcon>App.ico</ApplicationIcon>
11 ····<AssemblyKeyContainerName>
12 ····</AssemblyKeyContainerName>
13 ····<AssemblyName>MakeEnhancerDate</AssemblyName>
14 ····<AssemblyOriginatorKeyFile>
15 ····</AssemblyOriginatorKeyFile>
16 ····<DefaultClientScript>JScript</DefaultClientScript>
17 ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 ····<DefaultTargetSchema>IE50</DefaultTargetSchema>
19 ····<DelaySign>false</DelaySign>
20 ····<OutputType>Exe</OutputType>
21 ····<RootNamespace>MakeEnhancerDate</RootNamespace>
22 ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 ····<StartupObject>
24 ····</StartupObject>
25 ····<FileUpgradeFlags>
26 ····</FileUpgradeFlags>
27 ····<UpgradeBackupLocation>
28 ····</UpgradeBackupLocation>
29 <TargetFrameworkVersion>v4. 8</TargetFrameworkVersion>
30 ····<OldToolsVersion>2.0</OldToolsVersion>
31 ····<TargetFrameworkProfile />
32 ··</PropertyGroup>
33 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34 ····<OutputPath>bin\Debug\</OutputPath>
35 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
36 ····<BaseAddress>285212672</BaseAddress>
37 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
38 ····<ConfigurationOverrideFile>
39 ····</ConfigurationOverrideFile>
40 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
41 ····<DocumentationFile>
42 ····</DocumentationFile>
43 ····<DebugSymbols>true</DebugSymbols>
44 ····<FileAlignment>4096</FileAlignment>
45 ····<NoStdLib>false</NoStdLib>
46 ····<NoWarn>
47 ····</NoWarn>
48 ····<Optimize>false</Optimize>
49 ····<RegisterForComInterop>false</RegisterForComInterop>
50 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
51 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
52 ····<WarningLevel>4</WarningLevel>
53 ····<DebugType>full</DebugType>
54 ····<ErrorReport>prompt</ErrorReport>
55 ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56 ····<Prefer32Bit>false</Prefer32Bit>
57 ··</PropertyGroup>
58 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
59 ····<OutputPath>bin\Release\</OutputPath>
60 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
61 ····<BaseAddress>285212672</BaseAddress>
62 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
63 ····<ConfigurationOverrideFile>
64 ····</ConfigurationOverrideFile>
65 ····<DefineConstants>TRACE</DefineConstants>
66 ····<DocumentationFile>
67 ····</DocumentationFile>
68 ····<DebugSymbols>false</DebugSymbols>
69 ····<FileAlignment>4096</FileAlignment>
70 ····<NoStdLib>false</NoStdLib>
71 ····<NoWarn>
72 ····</NoWarn>
73 ····<Optimize>true</Optimize>
74 ····<RegisterForComInterop>false</RegisterForComInterop>
75 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
76 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
77 ····<WarningLevel>4</WarningLevel>
78 ····<DebugType>none</DebugType>
79 ····<ErrorReport>prompt</ErrorReport>
80 ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81 ····<Prefer32Bit>false</Prefer32Bit>
82 ··</PropertyGroup>
83 ··<ItemGroup>
84 ····<Reference Include="System">
85 ······<Name>System</Name>
86 ····</Reference>
87 ····<Reference Include="System.Data">
88 ······<Name>System.Data</Name>
89 ····</Reference>
90 ····<Reference Include="System.Web" />
91 ····<Reference Include="System.XML">
92 ······<Name>System.XML</Name>
93 ····</Reference>
94 ··</ItemGroup>
95 ··<ItemGroup>
96 ····<Content Include="App.ico" />
97 ····<Compile Include="AssemblyInfo.cs">
98 ······<SubType>Code</SubType>
99 ····</Compile>
100 ····<Compile Include="Class1.cs">
101 ······<SubType>Code</SubType>
102 ····</Compile>
103 ····<Compile Include="ConsoleProcess.cs" />
104 ··</ItemGroup>
105 ··<ItemGroup>
106 ····<None Include="app.config" />
107 ··</ItemGroup>
108 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
109 ··<PropertyGroup>
110 ····<PreBuildEvent>
111 ····</PreBuildEvent>
112 ····<PostBuildEvent>
113 ····</PostBuildEvent>
114 ··</PropertyGroup>
115 </Project>