File tree 4 files changed +19
-0
lines changed
4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 39
39
* .manifest
40
40
* .rc
41
41
* ~
42
+ .vs
42
43
ipch /
43
44
obj /
44
45
[Bb ]in
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" VSTSOutputDirectory" >
4
+ <OutputSubDir >ApplicationUnderTests\$(MSBuildProjectName)</OutputSubDir >
5
+ </PropertyGroup >
6
+ </Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" VSTSOutputDirectory" >
4
+ <OutputSubDir >Samples\$(MSBuildProjectName)</OutputSubDir >
5
+ </PropertyGroup >
6
+ </Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" VSTSOutputDirectory" >
4
+ <OutputSubDir >Tests\$(MSBuildProjectName)</OutputSubDir >
5
+ </PropertyGroup >
6
+ </Project >
You can’t perform that action at this time.
0 commit comments