Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
41f1fe3e
Commit
41f1fe3e
authored
May 24, 2016
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.xproj: RC2 upgrade
This fixes null refs with the DNX MSBuild targets when building from Visual Studio.
parent
9a97a044
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
34 additions
and
34 deletions
+34
-34
Dapper.Contrib.xproj
Dapper.Contrib/Dapper.Contrib.xproj
+4
-4
Dapper.EntityFramework.StrongName.xproj
...mework.StrongName/Dapper.EntityFramework.StrongName.xproj
+4
-4
Dapper.EntityFramework.xproj
Dapper.EntityFramework/Dapper.EntityFramework.xproj
+4
-4
Dapper.Rainbow.xproj
Dapper.Rainbow/Dapper.Rainbow.xproj
+4
-4
Dapper.SqlBuilder.xproj
Dapper.SqlBuilder/Dapper.SqlBuilder.xproj
+4
-4
Dapper.StrongName.xproj
Dapper.StrongName/Dapper.StrongName.xproj
+2
-2
Dapper.Tests.Contrib.xproj
Dapper.Tests.Contrib/Dapper.Tests.Contrib.xproj
+4
-4
Dapper.Tests.xproj
Dapper.Tests/Dapper.Tests.xproj
+4
-4
Dapper.xproj
Dapper/Dapper.xproj
+4
-4
No files found.
Dapper.Contrib/Dapper.Contrib.xproj
View file @
41f1fe3e
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
4e409f8f-cfbb-4332-8b0a-fd5a283051fd
</ProjectGuid>
<ProjectGuid>
4e409f8f-cfbb-4332-8b0a-fd5a283051fd
</ProjectGuid>
<RootNamespace>
Dapper.Contrib
</RootNamespace>
<RootNamespace>
Dapper.Contrib
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper.EntityFramework.StrongName/Dapper.EntityFramework.StrongName.xproj
View file @
41f1fe3e
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
1a70b6d7-244e-41ed-8ff5-6f0e8e26a764
</ProjectGuid>
<ProjectGuid>
1a70b6d7-244e-41ed-8ff5-6f0e8e26a764
</ProjectGuid>
<RootNamespace>
Dapper.EntityFramework.StrongName
</RootNamespace>
<RootNamespace>
Dapper.EntityFramework.StrongName
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper.EntityFramework/Dapper.EntityFramework.xproj
View file @
41f1fe3e
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
be401f7b-8611-4a1e-aeaa-5cb700128c16
</ProjectGuid>
<ProjectGuid>
be401f7b-8611-4a1e-aeaa-5cb700128c16
</ProjectGuid>
<RootNamespace>
Dapper.EntityFramework
</RootNamespace>
<RootNamespace>
Dapper.EntityFramework
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper.Rainbow/Dapper.Rainbow.xproj
View file @
41f1fe3e
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
8a74f0b6-188f-45d2-8a4b-51e4f211805a
</ProjectGuid>
<ProjectGuid>
8a74f0b6-188f-45d2-8a4b-51e4f211805a
</ProjectGuid>
<RootNamespace>
Dapper.Rainbow
</RootNamespace>
<RootNamespace>
Dapper.Rainbow
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper.SqlBuilder/Dapper.SqlBuilder.xproj
View file @
41f1fe3e
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
196928f0-7052-4585-90e8-817bd720f5e3
</ProjectGuid>
<ProjectGuid>
196928f0-7052-4585-90e8-817bd720f5e3
</ProjectGuid>
<RootNamespace>
Dapper.SqlBuilder
</RootNamespace>
<RootNamespace>
Dapper.SqlBuilder
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper.StrongName/Dapper.StrongName.xproj
View file @
41f1fe3e
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
549c51a1-222b-4e12-96f1-3aeff45a7709
</ProjectGuid>
<ProjectGuid>
549c51a1-222b-4e12-96f1-3aeff45a7709
</ProjectGuid>
<RootNamespace>
Dapper.StrongName
</RootNamespace>
<RootNamespace>
Dapper.StrongName
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
...
...
Dapper.Tests.Contrib/Dapper.Tests.Contrib.xproj
View file @
41f1fe3e
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
dab3c5b7-bcd1-4a5f-bb6b-50d2bb63db4a
</ProjectGuid>
<ProjectGuid>
dab3c5b7-bcd1-4a5f-bb6b-50d2bb63db4a
</ProjectGuid>
<RootNamespace>
Dapper.Tests.Contrib
</RootNamespace>
<RootNamespace>
Dapper.Tests.Contrib
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<ItemGroup>
<ItemGroup>
<Service
Include=
"{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"
/>
<Service
Include=
"{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper.Tests/Dapper.Tests.xproj
View file @
41f1fe3e
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
052c0817-db26-4925-8929-8c5e42d148d5
</ProjectGuid>
<ProjectGuid>
052c0817-db26-4925-8929-8c5e42d148d5
</ProjectGuid>
<RootNamespace>
Dapper.Tests
</RootNamespace>
<RootNamespace>
Dapper.Tests
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
...
@@ -17,5 +17,5 @@
...
@@ -17,5 +17,5 @@
<ItemGroup>
<ItemGroup>
<Service
Include=
"{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"
/>
<Service
Include=
"{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Dapper/Dapper.xproj
View file @
41f1fe3e
...
@@ -4,15 +4,15 @@
...
@@ -4,15 +4,15 @@
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
15.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.Props"
Condition=
"'$(VSToolsPath)' != ''"
/>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
fac24c3f-68f9-4247-a4b9-21d487e99275
</ProjectGuid>
<ProjectGuid>
fac24c3f-68f9-4247-a4b9-21d487e99275
</ProjectGuid>
<RootNamespace>
Dapper
</RootNamespace>
<RootNamespace>
Dapper
</RootNamespace>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
.\artifacts\obj\$(MSBuildProjectName)
</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath
Condition=
"'$(BaseIntermediateOutputPath)'=='' "
>
.
\obj
</BaseIntermediateOutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
.\artifacts
\
</OutputPath>
<OutputPath
Condition=
"'$(OutputPath)'=='' "
>
.
\bin
\
</OutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SchemaVersion>
2.0
</SchemaVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\D
NX\Microsoft.DNX
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<Import
Project=
"$(VSToolsPath)\D
otNet\Microsoft.DotNet
.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
</Project>
</Project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment