File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ </PropertyGroup >
7+ <Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition =" '$(VSToolsPath)' != ''" />
8+ <PropertyGroup Label =" Globals" >
9+ <ProjectGuid >f26e89b2-d2fd-406f-baf6-e6c67513c30b</ProjectGuid >
10+ <RootNamespace >JsonApiDotNetCore</RootNamespace >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\bin\</OutputPath >
13+ </PropertyGroup >
14+
15+ <PropertyGroup >
16+ <SchemaVersion >2.0</SchemaVersion >
17+ </PropertyGroup >
18+ <Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition =" '$(VSToolsPath)' != ''" />
19+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ </PropertyGroup >
7+ <Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition =" '$(VSToolsPath)' != ''" />
8+ <PropertyGroup Label =" Globals" >
9+ <ProjectGuid >d1fc385d-412b-4474-8406-a39e9aefd5b0</ProjectGuid >
10+ <RootNamespace >JsonApiDotNetCoreExample</RootNamespace >
11+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\obj</BaseIntermediateOutputPath >
12+ <OutputPath Condition =" '$(OutputPath)'=='' " >.\bin\</OutputPath >
13+ </PropertyGroup >
14+
15+ <PropertyGroup >
16+ <SchemaVersion >2.0</SchemaVersion >
17+ </PropertyGroup >
18+ <Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition =" '$(VSToolsPath)' != ''" />
19+ </Project >
You can’t perform that action at this time.
0 commit comments