-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClassicWebStats.csproj
More file actions
69 lines (69 loc) · 3.25 KB
/
ClassicWebStats.csproj
File metadata and controls
69 lines (69 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0E982E34-416A-4CC5-BA3B-1D7AACA9F179}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>ClassicWebStats</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>ClassicWebStats</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="MCGalaxy_">
<HintPath>..\MCGalaxy_.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Net.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Runtime.Serialization.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ClassicWebStats.cs" />
</ItemGroup>
<ItemGroup>
<None Include=".vs\ClassicWebStats\DesignTimeBuild\.dtbcache.v2" />
<None Include=".vs\ClassicWebStats\FileContentIndex\26e927b6-6eb7-4196-b717-ecec0b4f4339.vsidx" />
<None Include=".vs\ClassicWebStats\FileContentIndex\3a4fa942-8e73-489e-81f3-75d8feae9411.vsidx" />
<None Include=".vs\ClassicWebStats\FileContentIndex\3e47cdbf-13fa-47f7-91c8-3a4bfadf4138.vsidx" />
<None Include=".vs\ClassicWebStats\FileContentIndex\76bf9060-35aa-4408-bc36-8762185a0883.vsidx" />
<None Include=".vs\ClassicWebStats\FileContentIndex\8163f743-d2a4-44f4-a45d-8ed5bdc503f6.vsidx" />
<None Include=".vs\ClassicWebStats\v17\.futdcache.v2" />
<None Include=".vs\ClassicWebStats\v17\.suo" />
<None Include=".vs\ClassicWebStats\v17\DocumentLayout.backup.json" />
<None Include=".vs\ClassicWebStats\v17\DocumentLayout.json" />
<None Include=".vs\ClassicWebStats\v17\ResourceExplorer\settings.json" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>