Skip to content

Commit de46a2e

Browse files
authored
Add files via upload
1 parent 20cbb57 commit de46a2e

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3+
<PropertyGroup>
4+
<ProjectGuid>{00000000-0000-0000-0000-000000000009}</ProjectGuid>
5+
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<OutputType>Library</OutputType>
9+
<RootNamespace>torchfile</RootNamespace>
10+
<AssemblyName>torchfile</AssemblyName>
11+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<AppDesignerFolder>Properties</AppDesignerFolder>
13+
<NoWin32Manifest>False</NoWin32Manifest>
14+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
15+
<NoStdLib>False</NoStdLib>
16+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
17+
<IntermediateOutputPath>..\..\obj\$(Configuration)\</IntermediateOutputPath>
18+
<WarningLevel>4</WarningLevel>
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
21+
<PlatformTarget>AnyCPU</PlatformTarget>
22+
<BaseAddress>4194304</BaseAddress>
23+
<RegisterForComInterop>False</RegisterForComInterop>
24+
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
25+
<FileAlignment>4096</FileAlignment>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
28+
<OutputPath>..\..\bin\Debug\</OutputPath>
29+
<DebugSymbols>True</DebugSymbols>
30+
<DebugType>Full</DebugType>
31+
<Optimize>False</Optimize>
32+
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
33+
<DefineConstants>DEBUG;TRACE</DefineConstants>
34+
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
35+
</PropertyGroup>
36+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
37+
<OutputPath>..\..\bin\Release\</OutputPath>
38+
<DebugSymbols>False</DebugSymbols>
39+
<DebugType>None</DebugType>
40+
<Optimize>True</Optimize>
41+
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
42+
<DefineConstants>TRACE</DefineConstants>
43+
</PropertyGroup>
44+
<ItemGroup>
45+
<Reference Include="System" />
46+
</ItemGroup>
47+
<ItemGroup>
48+
<Compile Include="DotnetExtensions.cs" />
49+
</ItemGroup>
50+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51+
</Project>

0 commit comments

Comments
 (0)