|
118 | 118 | <TargetName>weasel</TargetName>
|
119 | 119 | <TargetExt>.ime</TargetExt>
|
120 | 120 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 121 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
121 | 122 | </PropertyGroup>
|
122 | 123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
123 | 124 | <LinkIncremental>true</LinkIncremental>
|
124 | 125 | <TargetName>weasel$(Platform)</TargetName>
|
125 | 126 | <TargetExt>.ime</TargetExt>
|
126 | 127 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 128 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
127 | 129 | </PropertyGroup>
|
128 | 130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
129 | 131 | <LinkIncremental>false</LinkIncremental>
|
130 | 132 | <TargetName>weasel</TargetName>
|
131 | 133 | <TargetExt>.ime</TargetExt>
|
132 | 134 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 135 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
133 | 136 | </PropertyGroup>
|
134 | 137 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
135 | 138 | <LinkIncremental>false</LinkIncremental>
|
136 | 139 | <TargetName>weasel$(Platform)</TargetName>
|
137 | 140 | <TargetExt>.ime</TargetExt>
|
138 | 141 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 142 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
139 | 143 | </PropertyGroup>
|
140 | 144 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
141 | 145 | <LinkIncremental>true</LinkIncremental>
|
142 | 146 | <TargetName>weasel$(Platform)</TargetName>
|
143 | 147 | <TargetExt>.ime</TargetExt>
|
144 | 148 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 149 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
145 | 150 | </PropertyGroup>
|
146 | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
147 | 152 | <LinkIncremental>true</LinkIncremental>
|
148 | 153 | <TargetName>weasel$(Platform)</TargetName>
|
149 | 154 | <TargetExt>.ime</TargetExt>
|
150 | 155 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 156 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
151 | 157 | </PropertyGroup>
|
152 | 158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
153 | 159 | <LinkIncremental>false</LinkIncremental>
|
154 | 160 | <TargetName>weasel$(Platform)</TargetName>
|
155 | 161 | <TargetExt>.ime</TargetExt>
|
156 | 162 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 163 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
157 | 164 | </PropertyGroup>
|
158 | 165 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
159 | 166 | <LinkIncremental>false</LinkIncremental>
|
160 | 167 | <TargetName>weasel$(Platform)</TargetName>
|
161 | 168 | <TargetExt>.ime</TargetExt>
|
162 | 169 | <OutDir>$(SolutionDir)output\</OutDir>
|
| 170 | + <IntDir>$(SolutionDir)msbuild\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
163 | 171 | </PropertyGroup>
|
164 | 172 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
165 | 173 | <ClCompile>
|
|
0 commit comments